public enum ConsentCategory extends Enum<ConsentCategory>
| Enum Constant and Description |
|---|
_42CFR2
Required elements in a written consent to a disclosure of information governed under 42 CFR Part 2.
|
ACD
Any instructions, written or given verbally by a patient to a health care provider in anticipation of potential need for medical treatment.
|
CRIC
45 CFR part 46 §46.116 General requirements for informed consent; and §46.117 Documentation of informed consent.
|
DNR
A legal document, signed by both the patient and their provider, stating a desire not to have CPR initiated in case of a cardiac event.
|
EMRGONLY
Opt-in to disclosure of health information for emergency only consent directive.
|
HCD
Patient’s document telling patient’s health care provider what the patient wants or does not want if the patient is diagnosed as being terminally ill and in a persistent vegetative state or in a permanently unconscious condition.[2005 Honor My Wishes]
|
HIPAAAUTH
HIPAA 45 CFR Section 164.508 Uses and disclosures for which an authorization is required.
|
HIPAANPP
§ 164.520 — Notice of privacy practices for protected health information.
|
HIPAARESEARCH
HIPAA 45 CFR § 164.508 - Uses and disclosures for which an authorization is required.
|
HIPAARESTRICTIONS
HIPAA 45 CFR § 164.510 - Uses and disclosures requiring an opportunity for the individual to agree or to object.
|
HIPAASELFPAY
HIPAA 45 CFR § 164.522(a)—Right To Request a Restriction of Uses and Disclosures.
|
ILLINOISMINORPROCEDURE
The consent to the performance of a medical or surgical procedure by a physician licensed to practice medicine and surgery, a licensed advanced practice nurse, or a licensed physician assistant executed by a married person who is a minor, by a parent who is a minor, by a pregnant woman who is a minor, or by any person 18 years of age or older, is not voidable because of such minority, and, for such purpose, a married person who is a minor, a parent who is a minor, a pregnant woman who is a minor, or any person 18 years of age or older, is deemed to have the same legal capacity to act and has the same powers and obligations as has a person of legal age.
|
MDHHS5515
On January 1, 2015, the Michigan Department of Health and Human Services (MDHHS) released a standard consent form for the sharing of health information specific to behavioral health and substance use treatment in accordance with Public Act 129 of 2014.
|
NPP
Acknowledgement of custodian notice of privacy practices.
|
NULL
added to help the parsers
|
NYSSIPP
The New York State Surgical and Invasive Procedure Protocol (NYSSIPP) applies to all operative and invasive procedures including endoscopy, general surgery or interventional radiology.
|
POLST
The Physician Order for Life-Sustaining Treatment form records a person’s health care wishes for end of life emergency treatment and translates them into an order by the physician.
|
RESEARCH
Consent to have healthcare information in an electronic health record accessed for research purposes.
|
RSDID
Consent to have de-identified healthcare information in an electronic health record that is accessed for research purposes, but without consent to re-identify the information under any circumstance.
|
RSREID
Consent to have de-identified healthcare information in an electronic health record that is accessed for research purposes re-identified under specific circumstances outlined in the consent.
|
SSA827
SSA Form SSA-827 (Authorization to Disclose Information to the Social Security Administration (SSA))and its affiliated State disability determination services use Form SSA-827, Authorization to Disclose Information to the Social Security Administration (SSA) to obtain medical and other information needed to determine whether or not a claimant is disabled.
|
VA100484
VA Form 10-0484 Revocation for Release of Individually-Identifiable Health Information enables a veteran to revoke authorization for the VA to release specified copies of individually-identifiable health information with the non-VA health care provider organizations participating in the eHealth Exchange and partnering with VA.
|
VA100485
VA Form 10-0485 Request for and Authorization to Release Protected Health Information to eHealth Exchange enables a veteran to request and authorize a VA health care facility to release protected health information (PHI) for treatment purposes only to the communities that are participating in the eHealth Exchange, VLER Directive, and other Health Information Exchanges with who VA has an agreement.
|
VA1010116
VA Form 10-10116 Revocation of Authorization for Use and Release of Individually Identifiable Health Information for Veterans Health Administration Research.
|
VA105345
VA Form 10-5345 Request for and Authorization to Release Medical Records or Health Information enables a veteran to request and authorize the VA to release specified copies of protected health information (PHI), such as hospital summary or outpatient treatment notes, which may include information about conditions governed under Title 38 Section 7332 (drug abuse, alcoholism or alcohol abuse, testing for or infection with HIV, and sickle cell anemia).
|
VA105345A
VA Form 10-5345a Individuals' Request for a Copy of Their Own Health Information enables a veteran to request and authorize the VA to release specified copies of protected health information (PHI), such as hospital summary or outpatient treatment notes.
|
VA105345AMHV
VA Form 10-5345a-MHV Individual’s Request for a Copy of their own health information from MyHealtheVet enables a veteran to receive a copy of all available personal health information to be delivered through the veteran’s My HealtheVet account.
|
VA214142
VA Form 21-4142 (Authorization and Consent to Release Information to the Department of Veterans Affairs (VA) enables a veteran to authorize the US Veterans Administration [VA] to request veteran’s health information from non-VA providers.
|
| Modifier and Type | Method and Description |
|---|---|
static ConsentCategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ConsentCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsentCategory _42CFR2
public static final ConsentCategory ACD
public static final ConsentCategory CRIC
public static final ConsentCategory DNR
public static final ConsentCategory EMRGONLY
public static final ConsentCategory ILLINOISMINORPROCEDURE
public static final ConsentCategory HCD
public static final ConsentCategory HIPAAAUTH
public static final ConsentCategory HIPAANPP
public static final ConsentCategory HIPAARESTRICTIONS
public static final ConsentCategory HIPAARESEARCH
public static final ConsentCategory HIPAASELFPAY
public static final ConsentCategory MDHHS5515
public static final ConsentCategory NYSSIPP
public static final ConsentCategory NPP
public static final ConsentCategory POLST
public static final ConsentCategory RESEARCH
public static final ConsentCategory RSDID
public static final ConsentCategory RSREID
public static final ConsentCategory SSA827
public static final ConsentCategory VA100484
public static final ConsentCategory VA100485
public static final ConsentCategory VA105345
public static final ConsentCategory VA105345A
public static final ConsentCategory VA105345AMHV
public static final ConsentCategory VA1010116
public static final ConsentCategory VA214142
public static final ConsentCategory NULL
public static ConsentCategory[] values()
for (ConsentCategory c : ConsentCategory.values()) System.out.println(c);
public static ConsentCategory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ConsentCategory fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.