OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: OpenElis DiagnosticReport Example - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "OpenElisDiagnosticReportExample",
  "meta" : {
    "profile" : [
      "http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/openelis-diagnostic-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 58410-2}\">Complete blood count (hemogram) panel - Blood by Automated count</span> </h2><table class=\"grid\"><tr><td>Subject</td><td><b>moses Mutesa </b> male, DoB: 1988-03-02 ( id: NA121212)</td></tr><tr><td>Identifier:</td><td> id: f3c9cf5e-7d41-4a7d-a77b-8c0f4323a0bd</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td><a href=\"Observation-OpenElisObservationExample.html\"><span title=\"Codes: {http://loinc.org 15074-8}\">Glucose [Moles/volume] in Blood</span></a></td><td>55 UI/L</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://openelis-global.org/analysisResult_uuid",
      "value" : "f3c9cf5e-7d41-4a7d-a77b-8c0f4323a0bd"
    }
  ],
  "basedOn" : [
    {
      "reference" : "ServiceRequest/OpenElisServiceRequestExample"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "58410-2",
        "display" : "Complete blood count (hemogram) panel - Blood by Automated count"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/329f09da-0fc9-419d-9575-ace68954426A"
  },
  "specimen" : [
    {
      "reference" : "Specimen/OpenElisSpecimenExample"
    }
  ],
  "result" : [
    {
      "reference" : "Observation/OpenElisObservationExample"
    }
  ]
}