Enum Constant Summary
Enum Constants
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)
The patient has been transferred from the emergency department within the
hospital.
The patient has been admitted due to a referred from a General Practitioner.
The Patient has been transferred from another hospital for this encounter.
The patient has been admitted due to a referred from a Specialist (as opposed
to a General Practitioner).
added to help the parsers
The patient has been transferred from a nursing home.
The patient has been admitted from a source otherwise not specified here.
The patient has been transferred from an outpatient department within the
hospital.
The patient has been transferred from a psychiatric facility.
The patient has been transferred from a rehabilitation facility or clinic.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
HOSPTRANS
The Patient has been transferred from another hospital for this encounter.
EMD
The patient has been transferred from the emergency department within the
hospital. This is typically used in the transition to an inpatient encounter
OUTP
The patient has been transferred from an outpatient department within the
hospital.
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)
GP
The patient has been admitted due to a referred from a General Practitioner.
MP
The patient has been admitted due to a referred from a Specialist (as opposed
to a General Practitioner).
NURSING
The patient has been transferred from a nursing home.
PSYCH
The patient has been transferred from a psychiatric facility.
REHAB
The patient has been transferred from a rehabilitation facility or clinic.
OTHER
The patient has been admitted from a source otherwise not specified here.
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 name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException