Package org.hl7.v3

Enum Class ObservationLivingSituationValue

java.lang.Object
java.lang.Enum<ObservationLivingSituationValue>
org.hl7.v3.ObservationLivingSituationValue
All Implemented Interfaces:
Serializable, Comparable<ObservationLivingSituationValue>, Constable

public enum ObservationLivingSituationValue extends Enum<ObservationLivingSituationValue>

Java class for ObservationLivingSituationValue.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ObservationLivingSituationValue">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="LIVSIT"/>
     <enumeration value="ALONE"/>
     <enumeration value="DEPCHD"/>
     <enumeration value="DEPSPS"/>
     <enumeration value="DEPYGCHD"/>
     <enumeration value="FAM"/>
     <enumeration value="RELAT"/>
     <enumeration value="SPS"/>
     <enumeration value="UNREL"/>
   </restriction>
 </simpleType>