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.json

Raw JSON (canonical form)

Example of task

{
  "resourceType": "Task",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div><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>"
  },
  "type": {
    "text": "Refill Request"
  },
  "status": "draft",
  "subject": {
    "reference": "Medication/123"
  },
  "created": "2016-03-10T22:39:32-04:00",
  "lastModified": "2016-03-10T22:39:32-04:00",
  "creator": {
    "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.