public enum EncounterAdmitSource extends Enum<EncounterAdmitSource>
| Enum Constant and Description |
|---|
BORN
The patient is a newborn and the encounter will track the baby related activities (as opposed to the Mothers encounter - that may be associated using the newborn encounters partof property)
|
EMD
The patient has been transferred from the emergency department within the hospital.
|
GP
The patient has been admitted due to a referred from a General Practitioner.
|
HOSPTRANS
The Patient has been transferred from another hospital for this encounter.
|
MP
The patient has been admitted due to a referred from a Specialist (as opposed to a General Practitioner).
|
NULL
added to help the parsers
|
NURSING
The patient has been transferred from a nursing home.
|
OTHER
The patient has been admitted from a source otherwise not specified here.
|
OUTP
The patient has been transferred from an outpatient department within the hospital.
|
PSYCH
The patient has been transferred from a psychiatric facility.
|
REHAB
The patient has been transferred from a rehabilitation facility or clinic.
|
| Modifier and Type | Method and Description |
|---|---|
static EncounterAdmitSource |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EncounterAdmitSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncounterAdmitSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncounterAdmitSource HOSPTRANS
public static final EncounterAdmitSource EMD
public static final EncounterAdmitSource OUTP
public static final EncounterAdmitSource BORN
public static final EncounterAdmitSource GP
public static final EncounterAdmitSource MP
public static final EncounterAdmitSource NURSING
public static final EncounterAdmitSource PSYCH
public static final EncounterAdmitSource REHAB
public static final EncounterAdmitSource OTHER
public static final EncounterAdmitSource NULL
public static EncounterAdmitSource[] values()
for (EncounterAdmitSource c : EncounterAdmitSource.values()) System.out.println(c);
public static EncounterAdmitSource 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 EncounterAdmitSource 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.