OZO FHIR implementation guide
0.1.0 - ci-build

OZO FHIR implementation guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Task-Practitioner-Manu-Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "Task-Practitioner-Manu-Example",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2024-12-05T16:25:00.081+00:00",
    "source" : "#JUZrXHNIP4pY4wNR"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task Task-Practitioner-Manu-Example</b></p><a name=\"Task-Practitioner-Manu-Example\"> </a><a name=\"hcTask-Practitioner-Manu-Example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 2; Last updated: 2024-12-05 16:25:00+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #JUZrXHNIP4pY4wNR</p></div><p><b>basedOn</b>: <a href=\"CommunicationRequest-CommunicationRequest-Thread-Example.html\">CommunicationRequest: status = draft</a></p><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>for</b>: <a href=\"Patient-Patient-H-de-Boer.html\">H. de Boer</a></p><p><b>owner</b>: <a href=\"Practitioner-Practitioner-Manu-van-Weel.html\">Practitioner Manu van Weel</a></p></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "CommunicationRequest/CommunicationRequest-Thread-Example"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "for" : {
    🔗 "reference" : "Patient/Patient-H-de-Boer",
    "type" : "Patient",
    "display" : "H. de Boer"
  },
  "owner" : {
    🔗 "reference" : "Practitioner/Practitioner-Manu-van-Weel"
  }
}