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
Example of task
{ "resourceType": "Task", "id": "example", "text": { "status": "generated", "div": "<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>" }, "status": "draft", "stage": { "coding": [ { "system": "http://hl7.org/fhir/task-stage", "code": "actionable" } ] }, "code": { "text": "Refill Request" }, "focus": { "reference": "MedicationOrder/medrx001" }, "for": { "reference": "Patient/f001" }, "created": "2016-03-10T22:39:32-04:00", "lastModified": "2016-03-10T22:39:32-04:00", "requester": { "reference": "Patient/Keith" }, "owner": { "reference": "Practitioner/MyDoc" } }
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.