EMR-LIS Implementation Guide
0.2.0 - ci-build

EMR-LIS Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: EMR-LIS Requested Lab Task - JSON Representation

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "example-emr-lis-task-requested",
  "meta" : {
    "profile" : [
      "http://i-tech-uw.github.io/emr-lis-ig/StructureDefinition/emr-lab-task"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 88ffa7fb-0419-4097-8b45-24f0d843c5ea</p><p><b>basedOn</b>: </p><ul><li><a href=\"ServiceRequest-example-emr-lis-service-request-1.html\">Generated Summary: status: active; intent: order; <span title=\"Codes: {http://loinc.org 14682-9}\">14682-9</span></a></li><li><a href=\"ServiceRequest-example-emr-lis-service-request-2.html\">Generated Summary: status: active; intent: order; <span title=\"Codes: {http://loinc.org 14682-9}\">14682-9</span></a></li></ul><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>for</b>: <a href=\"Patient-example-emr-lis-patient.html\">Generated Summary: iSantePlus ID: 10012R (OFFICIAL); active; moses Mutesa ; gender: female; birthDate: 1988-03-02; </a></p><p><b>authoredOn</b>: 2021-05-20</p><p><b>owner</b>: <a href=\"Practitioner-example-emr-lis-practitioner.html\">Generated Summary: id: 1000AX; Moses Mutesa</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://isanteplus.org/ext/task/identifier",
      "value" : "88ffa7fb-0419-4097-8b45-24f0d843c5ea"
    }
  ],
  "basedOn" : [
    {
      "reference" : "ServiceRequest/example-emr-lis-service-request-1",
      "type" : "ServiceRequest"
    },
    {
      "reference" : "ServiceRequest/example-emr-lis-service-request-2",
      "type" : "ServiceRequest"
    }
  ],
  "status" : "requested",
  "intent" : "order",
  "for" : {
    "reference" : "Patient/example-emr-lis-patient"
  },
  "authoredOn" : "2021-05-20",
  "owner" : {
    "reference" : "Practitioner/example-emr-lis-practitioner"
  }
}