Package org.hl7.fhir

Class DiagnosticOrderEvent

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

    public class DiagnosticOrderEvent
    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.Event complex type.

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

     <complexType name="DiagnosticOrder.Event">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="status" type="{http://hl7.org/fhir}DiagnosticOrderStatus"/>
             <element name="description" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="dateTime" type="{http://hl7.org/fhir}dateTime"/>
             <element name="actor" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>