Enum HspcAdmissionSource
- java.lang.Object
-
- java.lang.Enum<HspcAdmissionSource>
-
- org.hl7.fhir.dstu2016may.model.codesystems.HspcAdmissionSource
-
- All Implemented Interfaces:
Serializable,Comparable<HspcAdmissionSource>
public enum HspcAdmissionSource extends Enum<HspcAdmissionSource>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _102701The patient was referred for admission by a physician_102702The source of admission is from a clinic._102703The source of referral is from a health management organization_102704The source of admission is an external hospital_14689616The source of admission is a transfer from a skilled nursing facility_14690444The source of admission is a transfer from an external facility_154642The source of admission is a routine birth of a newborn at an internal birthing facility_17566The source of admission is from an emergency department_17567The source of admission is from a court or law enforcement_219107The source of admission is a transfer from one area of the hospital to another_510105654The source of admission is a transfer from a psychiatric, substance abuse, or rehabilitation facility_510105655The source of admission is an external critical care access facility_510105656The source of admission is a transfer from an external home health agency_510105657The patient was readmitted to the same home health agency as the previous admission_520442099The source of admission is a transfer from an ambulatory surgery facility_528129525The source of admission is from the individual's place of residence or employment_528129526The source of the newborn admission is from a facility not associate with the organization_528129527The source of admission is a premature birth at an internal birthing facility_528129528The admission is due to an infant becoming ill at an internal neborn facility_528129529The source of admission is a transfer from an acute care hospital_528129530The source of admission is a transfer from a hospice facilityNULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HspcAdmissionSourcefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static HspcAdmissionSourcevalueOf(String name)Returns the enum constant of this type with the specified name.static HspcAdmissionSource[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_102702
public static final HspcAdmissionSource _102702
The source of admission is from a clinic.
-
_17567
public static final HspcAdmissionSource _17567
The source of admission is from a court or law enforcement
-
_17566
public static final HspcAdmissionSource _17566
The source of admission is from an emergency department
-
_528129525
public static final HspcAdmissionSource _528129525
The source of admission is from the individual's place of residence or employment
-
_102703
public static final HspcAdmissionSource _102703
The source of referral is from a health management organization
-
_219107
public static final HspcAdmissionSource _219107
The source of admission is a transfer from one area of the hospital to another
-
_528129526
public static final HspcAdmissionSource _528129526
The source of the newborn admission is from a facility not associate with the organization
-
_154642
public static final HspcAdmissionSource _154642
The source of admission is a routine birth of a newborn at an internal birthing facility
-
_102701
public static final HspcAdmissionSource _102701
The patient was referred for admission by a physician
-
_528129527
public static final HspcAdmissionSource _528129527
The source of admission is a premature birth at an internal birthing facility
-
_510105657
public static final HspcAdmissionSource _510105657
The patient was readmitted to the same home health agency as the previous admission
-
_528129528
public static final HspcAdmissionSource _528129528
The admission is due to an infant becoming ill at an internal neborn facility
-
_510105655
public static final HspcAdmissionSource _510105655
The source of admission is an external critical care access facility
-
_102704
public static final HspcAdmissionSource _102704
The source of admission is an external hospital
-
_14689616
public static final HspcAdmissionSource _14689616
The source of admission is a transfer from a skilled nursing facility
-
_528129529
public static final HspcAdmissionSource _528129529
The source of admission is a transfer from an acute care hospital
-
_520442099
public static final HspcAdmissionSource _520442099
The source of admission is a transfer from an ambulatory surgery facility
-
_14690444
public static final HspcAdmissionSource _14690444
The source of admission is a transfer from an external facility
-
_510105656
public static final HspcAdmissionSource _510105656
The source of admission is a transfer from an external home health agency
-
_528129530
public static final HspcAdmissionSource _528129530
The source of admission is a transfer from a hospice facility
-
_510105654
public static final HspcAdmissionSource _510105654
The source of admission is a transfer from a psychiatric, substance abuse, or rehabilitation facility
-
NULL
public static final HspcAdmissionSource NULL
added to help the parsers
-
-
Method Detail
-
values
public static HspcAdmissionSource[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (HspcAdmissionSource c : HspcAdmissionSource.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HspcAdmissionSource valueOf(String name)
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 HspcAdmissionSource fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-