2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Order-example-f201-physiotherapy.xml

Raw XML (canonical form)

Real-world patient example (id = "f201")

Raw XML

<Order xmlns="http://hl7.org/fhir">
  <id value="f201"/>
 <date value="2013-03-05T12:00:00+01:00"/>
 <subject><!--  Order was sent to Juri van Gelder for Roel by Dokter Bronsig.  -->
    <reference value="Patient/f201"/>
    <display value="Roel"/>
 </subject>
 <source>
    <reference value="Practitioner/f201"/>
 </source>
 <target>
    <reference value="Practitioner/f203"/>
    <display value="Juri van Gelder"/>
 </target>
 <reasonCodeableConcept>
   <text value="It concerns a one-off order for consultation in order to evaluate the stairs walking ability
     of Roel."/>
 </reasonCodeableConcept>
 <!--  &lt;authority&gt; and &lt;payment&gt; were registered in the EHR as &quot;not applicable&quot;
    -->
 <when>
  <code>
    <coding>
       <system value="http://snomed.info/sct"/>
       <code value="394848005"/>
       <display value="Normal priority"/>
    </coding>
  </code>
 </when>
 <detail>
    <display value="Consultation, not yet developed"/>
 </detail><!--  TODO why is &lt;detail&gt; required? Emergency departmentsk will not have time and only
   register &lt;reason&gt;  -->
</Order>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.