STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). 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>type</b>: Refill Request <span>(Details )</span></p><p><b>status</b>: draft</p><p><b>subject</b>: <a>Medication/123</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>creator</b>: <a>Patient/Keith</a></p><p><b>owner</b>: <a>Practitioner/MyDoc</a></p></div>
  </text>
  <type>
    <text value="Refill Request"/>
  </type>
  <status value="draft"/>
  <subject>
    <reference value="Medication/123"/>
  </subject>
  <created value="2016-03-10T22:39:32-04:00"/>
  <lastModified value="2016-03-10T22:39:32-04:00"/>
  <creator>
    <reference value="Patient/Keith"/>
  </creator>
  <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.