AU eRequesting Implementation Guide
0.3.0-ci-build - CI Build Australia flag

AU eRequesting Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.3.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mjosborne1/mjo-au-fhir-erequesting/ and changes regularly. See the Directory of published versions

: Task - Imaging Fulfillment Task - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "taskfulfilment-imaging-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-task-diagnosticrequest"
    ],
    "tag" : [
      {
        "system" : "http://terminology.hl7.org.au/CodeSystem/task-tag",
        "code" : "fulfilment-task"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task taskfulfilment-imaging-1</b></p><a name=\"taskfulfilment-imaging-1\"> </a><a name=\"hctaskfulfilment-imaging-1\"> </a><a name=\"taskfulfilment-imaging-1-en\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-erequesting-task-diagnosticrequest.html\">AU eRequesting Task Diagnostic Request</a></p><p style=\"margin-bottom: 0px\">Tag: fulfilment of a task (Details: Task Tag code fulfilment-task = 'fulfilment of a task')</p></div><p><b>groupIdentifier</b>: Placer Group Number/EMC4542244-5624</p><p><b>partOf</b>: <a href=\"Task-taskgroup-imaging-1.html\">Task Fulfill the focal request</a></p><p><b>status</b>: Requested</p><p><b>businessStatus</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/task-businessstatus booked}\">Booked</span></p><p><b>intent</b>: order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span></p><p><b>focus</b>: <a href=\"ServiceRequest-order-xray-1.html\">ServiceRequest Plain chest X-ray</a></p><p><b>for</b>: <a href=\"Patient-roberts-fred.html\">Fred Roberts  Male, DoB: 1961-06-16 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608500314661)</a></p><p><b>authoredOn</b>: 2024-05-11</p><p><b>requester</b>: <a href=\"PractitionerRole-generalpractitioner-guthridge-jarred.html\">PractitionerRole General practitioner</a></p><p><b>owner</b>: <a href=\"Organization-mount-charlton-radiology.html\">Organization Mount Charlton Radiology</a></p></div>"
  },
  "groupIdentifier" : {
    "type" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code" : "PGN"
        }
      ],
      "text" : "Placer Group Number"
    },
    "system" : "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003622500032165",
    "value" : "EMC4542244-5624",
    "assigner" : {
      🔗 "reference" : "Organization/elimbah-medical-center",
      "display" : "Elimbah Medical Center"
    }
  },
  "partOf" : [
    {
      🔗 "reference" : "Task/taskgroup-imaging-1"
    }
  ],
  "status" : "requested",
  "businessStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org.au/CodeSystem/task-businessstatus",
        "code" : "booked"
      }
    ]
  },
  "intent" : "order",
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/CodeSystem/task-code",
        "code" : "fulfill"
      }
    ]
  },
  "focus" : {
    🔗 "reference" : "ServiceRequest/order-xray-1"
  },
  "for" : {
    🔗 "reference" : "Patient/roberts-fred"
  },
  "authoredOn" : "2024-05-11",
  "requester" : {
    🔗 "reference" : "PractitionerRole/generalpractitioner-guthridge-jarred"
  },
  "owner" : {
    🔗 "reference" : "Organization/mount-charlton-radiology"
  }
}