Laboratory Workflows Implementation Guide
0.3.0 - ci-build

Laboratory Workflows Implementation Guide - Local Development build (v0.3.0). See the Directory of published versions

: Lab Order Task - Requested - JSON Representation

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "example-laboratory-task-requested",
  "meta" : {
    "profile" : [
      "http://i-tech-uw.github.io/laboratory-workflows-ig/StructureDefinition/laboratory-task"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b></p><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\">Resource Task \"example-laboratory-task-requested\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-laboratory-task.html\">Laboratory Workflow Task Resource</a></p></div><p><b>identifier</b>: id: 88ffa7fb-0419-4097-8b45-24f0d843c5ea</p><p><b>basedOn</b>: </p><ul><li><a href=\"ServiceRequest-example-laboratory-service-request-panel.html\">ServiceRequest/example-laboratory-service-request-panel</a></li><li><a href=\"ServiceRequest-example-laboratory-service-request.html\">ServiceRequest/example-laboratory-service-request</a></li></ul><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>for</b>: <a href=\"Patient-example-laboratory-patient.html\">Patient/example-laboratory-patient</a> \" MUTESA\"</p><p><b>authoredOn</b>: 2021-05-20</p><p><b>owner</b>: <a href=\"Practitioner-example-laboratory-practitioner.html\">Practitioner/example-laboratory-practitioner</a> \"\"</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://isanteplus.org/ext/task/identifier",
      "value" : "88ffa7fb-0419-4097-8b45-24f0d843c5ea"
    }
  ],
  "basedOn" : [
    {
      "reference" : "ServiceRequest/example-laboratory-service-request-panel",
      "type" : "ServiceRequest"
    },
    {
      "reference" : "ServiceRequest/example-laboratory-service-request",
      "type" : "ServiceRequest"
    }
  ],
  "status" : "requested",
  "intent" : "order",
  "for" : {
    "reference" : "Patient/example-laboratory-patient"
  },
  "authoredOn" : "2021-05-20",
  "owner" : {
    "reference" : "Practitioner/example-laboratory-practitioner"
  }
}