Package org.hl7.fhir

Class DeviceUseRequest

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

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

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

 <complexType name="DeviceUseRequest">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <choice minOccurs="0">
           <element name="bodySiteCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
           <element name="bodySiteReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="status" type="{http://hl7.org/fhir}DeviceUseRequestStatus" minOccurs="0"/>
         <element name="device" type="{http://hl7.org/fhir}Reference"/>
         <element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="indication" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <element name="notes" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="prnReason" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <element name="orderedOn" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="recordedOn" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="subject" type="{http://hl7.org/fhir}Reference"/>
         <choice minOccurs="0">
           <element name="timingTiming" type="{http://hl7.org/fhir}Timing"/>
           <element name="timingPeriod" type="{http://hl7.org/fhir}Period"/>
           <element name="timingDateTime" type="{http://hl7.org/fhir}dateTime"/>
         </choice>
         <element name="priority" type="{http://hl7.org/fhir}DeviceUseRequestPriority" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>