Package org.hl7.fhir

Class DiagnosticOrderItem

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class DiagnosticOrderItem extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A record of a request for a diagnostic investigation service to be performed.

Java class for DiagnosticOrder.Item complex type.

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

 <complexType name="DiagnosticOrder.Item">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="code" type="{http://hl7.org/fhir}CodeableConcept"/>
         <element name="specimen" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="bodySite" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="status" type="{http://hl7.org/fhir}DiagnosticOrderStatus" minOccurs="0"/>
         <element name="event" type="{http://hl7.org/fhir}DiagnosticOrder.Event" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>