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 PIMS ServiceRequest Profile - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "example-emr-lis-service-request-profile",
  "meta" : {
    "profile" : [
      "http://i-tech-uw.github.io/emr-lis-ig/StructureDefinition/emr-lab-service-request"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 14682-9}\">14682-9</span></p><p><b>subject</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>encounter</b>: <a href=\"Encounter-example-emr-lis-encounter.html\">Generated Summary: status: in-progress; <span title=\"{null null}\">inpatient encounter</span></a></p></div>"
  },
  "status" : "active",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "14682-9"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example-emr-lis-patient"
  },
  "encounter" : {
    "reference" : "Encounter/example-emr-lis-encounter",
    "type" : "Encounter"
  }
}