Enum V3LivingArrangement

    • Enum Constant Detail

      • HL

        public static final V3LivingArrangement HL
        Definition: Living arrangements lacking a permanent residence.
      • 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.
      • PR

        public static final V3LivingArrangement PR
        Definition: A living arrangement within a private residence for single family.
      • 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.
    • Method Detail

      • values

        public static V3LivingArrangement[] 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 (V3LivingArrangement c : V3LivingArrangement.values())
            System.out.println(c);
        
        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