public enum ConsentCategory extends Enum<ConsentCategory>
| Enum Constant and Description |
|---|
ACD
Any instructions, written or given verbally by a patient to a health care provider in anticipation of potential need for medical treatment.
|
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]
|
NPP
Acknowledgement of custodian notice of privacy practices.
|
NULL
added to help the parsers
|
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.
|
| 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 ACD
public static final ConsentCategory DNR
public static final ConsentCategory EMRGONLY
public static final ConsentCategory HCD
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 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 org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.