Package org.hl7.v3

Class COCTMT490000UV04BillableClinicalProduct

java.lang.Object
org.hl7.v3.COCTMT490000UV04BillableClinicalProduct

public class COCTMT490000UV04BillableClinicalProduct extends Object

Java class for COCT_MT490000UV04.BillableClinicalProduct complex type.

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

 <complexType name="COCT_MT490000UV04.BillableClinicalProduct">
   <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" minOccurs="0"/>
         <element name="code" type="{urn:hl7-org:v3}CS"/>
         <element name="effectiveTime" type="{urn:hl7-org:v3}IVL_TS"/>
         <element name="product" type="{urn:hl7-org:v3}COCT_MT490000UV04.Product"/>
         <element name="referrer" type="{urn:hl7-org:v3}COCT_MT490000UV04.Referrer" minOccurs="0"/>
         <element name="consultant" type="{urn:hl7-org:v3}COCT_MT490000UV04.Consultant" minOccurs="0"/>
         <element name="origin" type="{urn:hl7-org:v3}COCT_MT490000UV04.Origin" minOccurs="0"/>
         <element name="destination" type="{urn:hl7-org:v3}COCT_MT490000UV04.Destination" minOccurs="0"/>
         <element name="location" type="{urn:hl7-org:v3}COCT_MT490000UV04.Location"/>
         <element name="pertinentInformation" type="{urn:hl7-org:v3}COCT_MT490000UV04.PertinentInformation" 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}ActClassSupply" />
       <attribute name="moodCode" use="required" type="{urn:hl7-org:v3}x_ActMoodIntentEvent" />
     </restriction>
   </complexContent>
 </complexType>