Enum EncounterDischargeDisposition
java.lang.Object
java.lang.Enum<EncounterDischargeDisposition>
org.hl7.fhir.r4.model.codesystems.EncounterDischargeDisposition
- All Implemented Interfaces:
Serializable
,Comparable<EncounterDischargeDisposition>
-
Enum Constant Summary
Enum ConstantDescriptionThe patient self discharged against medical advice.The patient was discharged and has indicated that they are going to return home afterwards, but not the patient's home - e.g.The patient has deceased during this encounter.The patient was dicharged and has indicated that they are going to return home afterwards.The patient has been discharged into palliative care.The patient has been discharged into long-term care where is likely to be monitored through an ongoing episode-of-care.added to help the parsersThe discharge disposition has not otherwise defined.The patient was transferred to another healthcare facility.The patient has been transferred to a psychiatric facility.The patient was discharged and is to receive post acute care rehabilitation services.The patient has been discharged to a skilled nursing facility for the patient to receive additional care. -
Method Summary
Modifier and TypeMethodDescriptiontoCode()
Returns the enum constant of this type with the specified name.static EncounterDischargeDisposition[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
HOME
The patient was dicharged and has indicated that they are going to return home afterwards. -
ALTHOME
The patient was discharged and has indicated that they are going to return home afterwards, but not the patient's home - e.g. a family member's home. -
OTHERHCF
The patient was transferred to another healthcare facility. -
HOSP
The patient has been discharged into palliative care. -
LONG
The patient has been discharged into long-term care where is likely to be monitored through an ongoing episode-of-care. -
AADVICE
The patient self discharged against medical advice. -
EXP
The patient has deceased during this encounter. -
PSY
The patient has been transferred to a psychiatric facility. -
REHAB
The patient was discharged and is to receive post acute care rehabilitation services. -
SNF
The patient has been discharged to a skilled nursing facility for the patient to receive additional care. -
OTH
The discharge disposition has not otherwise defined. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static EncounterDischargeDisposition fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-