Package org.hl7.v3

Class COCTMT290000UV06PatientCareProvisionRequest

java.lang.Object
org.hl7.v3.COCTMT290000UV06PatientCareProvisionRequest

public class COCTMT290000UV06PatientCareProvisionRequest extends Object

Java class for COCT_MT290000UV06.PatientCareProvisionRequest complex type.

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

 <complexType name="COCT_MT290000UV06.PatientCareProvisionRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
         <element name="id" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
         <element name="code" type="{urn:hl7-org:v3}CD" minOccurs="0"/>
         <element name="effectiveTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
         <element name="author" type="{urn:hl7-org:v3}COCT_MT290000UV06.Author2" minOccurs="0"/>
         <element name="reason" type="{urn:hl7-org:v3}COCT_MT290000UV06.Reason" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" use="required" type="{urn:hl7-org:v3}ActClassCareProvision" />
       <attribute name="moodCode" use="required" type="{urn:hl7-org:v3}ActMood" fixed="RQO" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • COCTMT290000UV06PatientCareProvisionRequest

      public COCTMT290000UV06PatientCareProvisionRequest()
  • Method Details