Enum V3LivingArrangement

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

  • Enum Constant Details

    • HL

      public static final V3LivingArrangement HL
      Definition: Living arrangements lacking a permanent residence.
    • M

      public static final V3LivingArrangement M
      Nomadic
    • T

      public static final V3LivingArrangement T
      Transient
    • I

      public static final V3LivingArrangement I
      Institution
    • CS

      public static final V3LivingArrangement CS
      Definition: A group living arrangement specifically for the care of those in need of temporary and crisis housing assistance. Examples include domestic violence shelters, shelters for displaced or homeless individuals, Salvation Army, Jesus House, etc. Community based services may be provided.
    • G

      public static final V3LivingArrangement G
      Group Home
    • N

      public static final V3LivingArrangement N
      Nursing Home
    • X

      public static final V3LivingArrangement X
      Extended care facility
    • PR

      public static final V3LivingArrangement PR
      Definition: A living arrangement within a private residence for single family.
    • H

      public static final V3LivingArrangement H
      Independent Household
    • R

      public static final V3LivingArrangement R
      Retirement Community
    • SL

      public static final V3LivingArrangement SL
      Definition: Assisted living in a single family residence for persons with physical, behavioral, or functional health, or socio-economic challenges. There may or may not be on-site supervision but the housing is designed to assist the client with developing independent living skills. Community based services may be provided.
    • NULL

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

    • values

      public static V3LivingArrangement[] 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 V3LivingArrangement 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 V3LivingArrangement 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()