OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OpenElis Service Request Example - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "OpenElisServiceRequestExample",
  "meta" : {
    "profile" : [
      🔗 "http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/openelis-service-request"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest OpenElisServiceRequestExample</b></p><a name=\"OpenElisServiceRequestExample\"> </a><a name=\"hcOpenElisServiceRequestExample\"> </a><a name=\"OpenElisServiceRequestExample-en-US\"> </a><p><b>identifier</b>: <code>https://demo.openelis-global.org/analysis_uuid</code>/0a65ab46-179e-4506-9fa3-09d342268576, <code>https://demo.openelis-global.org/samp_labNo</code>/TESTA230000000001749</p><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 24627-2}\">CT Chest</span></p><p><b>subject</b>: <a href=\"Patient-329f09da-0fc9-419d-9575-ace68954426A.html\">moses Mutesa  Male, DoB: 1988-03-02 ( https://demo.openelis-global.org/pat_nationalId#NA121212)</a></p><p><b>authoredOn</b>: 2023-02-03</p><p><b>requester</b>: <a href=\"Practitioner-f185bb76-c298-4671-9be3-ccc94c0a9868.html\">Practitioner Moses Mutesasira </a></p><p><b>locationReference</b>: <a href=\"Location-LocationExample.html\">Location Outpatient Clinic</a></p><p><b>specimen</b>: <a href=\"Specimen-OpenElisSpecimenExample.html\">Specimen: identifier = https://demo.openelis-global.org/sampleItem_uuid#9df49e2d-57f7-4e7b-abb1-54d0a1933253; accessionIdentifier = https://demo.openelis-global.org/sampleItem_labNo#TESTA230000000001751; status = available; type = Plasma; receivedTime = 2023-03-03 07:03:00+0000</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://demo.openelis-global.org/analysis_uuid",
      "value" : "0a65ab46-179e-4506-9fa3-09d342268576"
    },
    {
      "system" : "https://demo.openelis-global.org/samp_labNo",
      "value" : "TESTA230000000001749"
    }
  ],
  "status" : "active",
  "intent" : "original-order",
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "24627-2"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/329f09da-0fc9-419d-9575-ace68954426A"
  },
  "authoredOn" : "2023-02-03",
  "requester" : {
    🔗 "reference" : "Practitioner/f185bb76-c298-4671-9be3-ccc94c0a9868"
  },
  "locationReference" : [
    {
      🔗 "reference" : "Location/LocationExample"
    }
  ],
  "specimen" : [
    {
      🔗 "reference" : "Specimen/OpenElisSpecimenExample"
    }
  ]
}