Package org.hl7.v3

Enum Class PatientProfileQueryReasonCode

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

public enum PatientProfileQueryReasonCode extends Enum<PatientProfileQueryReasonCode>

Java class for PatientProfileQueryReasonCode.

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

 <simpleType name="PatientProfileQueryReasonCode">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="ADMREV"/>
     <enumeration value="PATCAR"/>
     <enumeration value="PATREQ"/>
     <enumeration value="PRCREV"/>
     <enumeration value="REGUL"/>
     <enumeration value="RSRCH"/>
     <enumeration value="LEGAL"/>
     <enumeration value="VALIDATION"/>
   </restriction>
 </simpleType>