STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Task-example.xml

Raw XML (canonical form)

Example of task (id = "example")

<Task xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>text</b>: </p><p><b>status</b>: draft</p><p><b>stage</b>: actionable <span>(Details : {http://hl7.org/fhir/task-stage code 'actionable' = 'actionable)</span></p><p><b>code</b>: Refill Request <span>(Details )</span></p><p><b>focus</b>: <a>MedicationOrder/medrx001</a></p><p><b>for</b>: <a>Patient/f001</a></p><p><b>created</b>: 10/03/2016 10:39:32 PM</p><p><b>lastModified</b>: 10/03/2016 10:39:32 PM</p><p><b>requester</b>: <a>Patient/Keith</a></p><p><b>owner</b>: <a>Practitioner/MyDoc</a></p></div>
  </text>
  <status value="draft"/>
  <stage>
    <coding>
      <system value="http://hl7.org/fhir/task-stage"/>
      <code value="actionable"/>
    </coding>
  </stage>
  <code>
    <text value="Refill Request"/>
  </code>
  <focus>
    <reference value="MedicationOrder/medrx001"/>
  </focus>
  <for>
    <reference value="Patient/f001"/>
  </for>
  <created value="2016-03-10T22:39:32-04:00"/>
  <lastModified value="2016-03-10T22:39:32-04:00"/>
  <requester>
    <reference value="Patient/Keith"/>
  </requester>
  <owner>
    <reference value="Practitioner/MyDoc"/>
  </owner>
</Task>

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.