Class WorkflowContextState

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    public class WorkflowContextState
    extends AbstractContextState
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    A context state to identify a step in a clinical workflow.

    Java class for WorkflowContextState complex type.

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

     <complexType name="WorkflowContextState">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractContextState">
           <sequence>
             <element name="WorkflowDetail" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
                       <element name="Patient" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PersonReference"/>
                       <element name="AssignedLocation" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocationReference" minOccurs="0"/>
                       <element name="VisitNumber" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" minOccurs="0"/>
                       <element name="DangerCode" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" maxOccurs="unbounded" minOccurs="0"/>
                       <element name="RelevantClinicalInfo" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ClinicalInfo" maxOccurs="unbounded" minOccurs="0"/>
                       <element name="RequestedOrderDetail" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OrderDetail">
                               <sequence>
                                 <element name="ReferringPhysician" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PersonReference" minOccurs="0"/>
                                 <element name="RequestingPhysician" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PersonReference" minOccurs="0"/>
                                 <element name="PlacerOrderNumber" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier"/>
                               </sequence>
                             </extension>
                           </complexContent>
                         </complexType>
                       </element>
                       <element name="PerformedOrderDetail" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OrderDetail">
                               <sequence>
                                 <element name="FillerOrderNumber" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" minOccurs="0"/>
                                 <element name="ResultingClinicalInfo" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ClinicalInfo" maxOccurs="unbounded" minOccurs="0"/>
                               </sequence>
                             </extension>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>