Healthy Route Implementation Guide
0.1.0 - ci-build

Healthy Route Implementation Guide, published by Savannah Informatics. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/savannahghi/healthy-route-ig/ and changes regularly. See the Directory of published versions

: Request for laboratory investigations - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleLabRequest",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-service-request"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ExampleLabRequest</b></p><a name=\"ExampleLabRequest\"> </a><a name=\"hcExampleLabRequest\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hr-service-request.html\">Healthy Route Investigation Request</a></p></div><p><b>Tenant</b>: <code>https://example.org/sid/tenant</code>/site-a</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Serum creatinine, HbA1c and urine albumin-to-creatinine ratio</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-ExampleParticipant.html\">Adhiambo Otieno  Female, DoB: 1971-06-02 ( https://fhir.savannahghi.org/sid/optimalhealth-participant#HR-000123)</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleScreeningVisit.html\">Encounter: extension = https://example.org/sid/tenant#site-a; status = completed; class = ambulatory; actualPeriod = 2026-04-14 09:05:00+0300 --&gt; 2026-04-14 11:20:00+0300</a></p><p><b>authoredOn</b>: 2026-04-14 09:50:00+0300</p><p><b>requester</b>: <a href=\"Practitioner-ExampleStudyNurse.html\">Practitioner Wanjiru Achieng </a></p><p><b>performer</b>: <a href=\"Organization-ExampleStudySite.html\">Organization Example Teaching Hospital</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-tenant",
      "valueIdentifier" : {
        "system" : "https://example.org/sid/tenant",
        "value" : "site-a"
      }
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "concept" : {
      "text" : "Serum creatinine, HbA1c and urine albumin-to-creatinine ratio"
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/ExampleParticipant"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/ExampleScreeningVisit"
  },
  "authoredOn" : "2026-04-14T09:50:00+03:00",
  "requester" : {
    🔗 "reference" : "Practitioner/ExampleStudyNurse"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/ExampleStudySite"
    }
  ]
}