Package org.hl7.fhir

Class ProcedureRequest

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

public class ProcedureRequest extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensions

Java class for ProcedureRequest complex type.

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

 <complexType name="ProcedureRequest">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subject" type="{http://hl7.org/fhir}Reference"/>
         <element name="code" type="{http://hl7.org/fhir}CodeableConcept"/>
         <element name="bodySite" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="reasonCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
           <element name="reasonReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <choice minOccurs="0">
           <element name="scheduledDateTime" type="{http://hl7.org/fhir}dateTime"/>
           <element name="scheduledPeriod" type="{http://hl7.org/fhir}Period"/>
           <element name="scheduledTiming" type="{http://hl7.org/fhir}Timing"/>
         </choice>
         <element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="performer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="status" type="{http://hl7.org/fhir}ProcedureRequestStatus" minOccurs="0"/>
         <element name="notes" type="{http://hl7.org/fhir}Annotation" maxOccurs="unbounded" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="asNeededBoolean" type="{http://hl7.org/fhir}boolean"/>
           <element name="asNeededCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
         </choice>
         <element name="orderedOn" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="orderer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="priority" type="{http://hl7.org/fhir}ProcedureRequestPriority" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>