public enum EncounterDischargeDisposition extends Enum<EncounterDischargeDisposition>
| Enum Constant and Description |
|---|
AADVICE
The patient self discharged against medical advice.
|
ALTHOME
The patient was discharged and has indicated that they are going to return home afterwards, but not the patient's home - e.g.
|
EXP
The patient has deceased during this encounter.
|
HOME
The patient was dicharged and has indicated that they are going to return home afterwards.
|
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.
|
NULL
added to help the parsers
|
OTH
The discharge disposition has not otherwise defined.
|
OTHERHCF
The patient was transferred to another healthcare facility.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static EncounterDischargeDisposition |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EncounterDischargeDisposition |
valueOf(String name)
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.
|
public static final EncounterDischargeDisposition HOME
public static final EncounterDischargeDisposition ALTHOME
public static final EncounterDischargeDisposition OTHERHCF
public static final EncounterDischargeDisposition HOSP
public static final EncounterDischargeDisposition LONG
public static final EncounterDischargeDisposition AADVICE
public static final EncounterDischargeDisposition EXP
public static final EncounterDischargeDisposition PSY
public static final EncounterDischargeDisposition REHAB
public static final EncounterDischargeDisposition SNF
public static final EncounterDischargeDisposition OTH
public static final EncounterDischargeDisposition NULL
public static EncounterDischargeDisposition[] values()
for (EncounterDischargeDisposition c : EncounterDischargeDisposition.values()) System.out.println(c);
public static EncounterDischargeDisposition 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 EncounterDischargeDisposition 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.