Enum EncounterAdmitSource

java.lang.Object
java.lang.Enum<EncounterAdmitSource>
org.hl7.fhir.dstu3.model.codesystems.EncounterAdmitSource
All Implemented Interfaces:
Serializable, Comparable<EncounterAdmitSource>

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    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 rehabilitiation facility or clinic.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    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.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • HOSPTRANS

      public static final EncounterAdmitSource HOSPTRANS
      The Patient has been transferred from another hospital for this encounter.
    • EMD

      public static final EncounterAdmitSource 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

      public static final EncounterAdmitSource OUTP
      The patient has been transferred from an outpatient department within the hospital.
    • BORN

      public static final EncounterAdmitSource 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

      public static final EncounterAdmitSource GP
      The patient has been admitted due to a referred from a General Practitioner.
    • MP

      public static final EncounterAdmitSource MP
      The patient has been admitted due to a referred from a Specialist (as opposed to a General Practitioner).
    • NURSING

      public static final EncounterAdmitSource NURSING
      The patient has been transferred from a nursing home.
    • PSYCH

      public static final EncounterAdmitSource PSYCH
      The patient has been transferred from a psychiatric facility.
    • REHAB

      public static final EncounterAdmitSource REHAB
      The patient has been transferred from a rehabilitiation facility or clinic.
    • OTHER

      public static final EncounterAdmitSource OTHER
      The patient has been admitted from a source otherwise not specified here.
    • NULL

      public static final EncounterAdmitSource NULL
      added to help the parsers
  • Method Details

    • values

      public static EncounterAdmitSource[] 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

      public static EncounterAdmitSource 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 name
      NullPointerException - if the argument is null
    • fromCode

      public static EncounterAdmitSource fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()