Package org.hl7.v3

Enum Class ObservationHealthStatusValue

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

public enum ObservationHealthStatusValue extends Enum<ObservationHealthStatusValue>

Java class for ObservationHealthStatusValue.

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

 <simpleType name="ObservationHealthStatusValue">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="HLSTAT"/>
     <enumeration value="IVDRG"/>
     <enumeration value="DISABLE"/>
     <enumeration value="DRUG"/>
     <enumeration value="PGNT"/>
   </restriction>
 </simpleType>