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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/ExampleLabReport> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleLabReport"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-diagnostic-report"^^xsd:anyURI ;
fhir:link <https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-diagnostic-report>
] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport ExampleLabReport</b></p><a name=\"ExampleLabReport\"> </a><a name=\"hcExampleLabReport\"> </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-diagnostic-report.html\">Healthy Route Laboratory Report</a></p></div><h2><span title=\"Codes:\">Healthy Route screening laboratory panel</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Adhiambo Otieno Female, DoB: 1971-06-02 ( https://fhir.savannahghi.org/sid/optimalhealth-participant#HR-000123)</td></tr><tr><td>Relevant Time</td><td>2026-04-14 10:10:00+0300</td></tr><tr><td>Reported</td><td>2026-04-16 14:02:00+0300</td></tr><tr><td>Performer</td><td> <a href=\"Organization-ExampleStudySite.html\">Organization Example Teaching Hospital</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td></tr><tr><td><a href=\"Observation-ExampleCreatinine.html\"><span title=\"Codes:{http://loinc.org 2160-0}\">Creatinine [Mass/volume] in Serum or Plasma</span></a></td><td>122 µmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeumol/L = 'umol/L')</span></td><td>Final</td></tr><tr><td><a href=\"Observation-ExampleEgfr.html\"><span title=\"Codes:{http://loinc.org 98979-8}\">Glomerular filtration rate [Volume Rate/Area] in Serum, Plasma or Blood by Creatinine-based formula (CKD-EPI 2021)/1.73 sq M</span></a></td><td>47 mL/min/1.73m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL/min/{1.73_m2} = 'mL/min/{1.73_m2}')</span></td><td>Final</td></tr><tr><td><a href=\"Observation-ExampleHba1c.html\"><span title=\"Codes:{http://loinc.org 4548-4}\">Hemoglobin A1c/Hemoglobin.total in Blood</span></a></td><td>7.1 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></td><td>Final</td></tr><tr><td><a href=\"Observation-ExampleUacr.html\"><span title=\"Codes:{http://loinc.org 9318-7}\">Albumin/Creatinine [Mass Ratio] in Urine</span></a></td><td>68 mg/g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/g = 'mg/g')</span></td><td>Final</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-tenant"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "https://example.org/sid/tenant"^^xsd:anyURI ] ;
fhir:value [ fhir:v "site-a" ]
]
] ) ; #
fhir:basedOn ( [
fhir:link <http://hl7.org/fhir/ServiceRequest/ExampleLabRequest> ;
fhir:reference [ fhir:v "ServiceRequest/ExampleLabRequest" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ]
] )
] ) ; #
fhir:code [
fhir:text [ fhir:v "Healthy Route screening laboratory panel" ]
] ; #
fhir:subject [
fhir:link <http://hl7.org/fhir/Patient/ExampleParticipant> ;
fhir:reference [ fhir:v "Patient/ExampleParticipant" ]
] ; #
fhir:encounter [
fhir:link <http://hl7.org/fhir/Encounter/ExampleScreeningVisit> ;
fhir:reference [ fhir:v "Encounter/ExampleScreeningVisit" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2026-04-14T10:10:00+03:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2026-04-16T14:02:00+03:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:link <http://hl7.org/fhir/Organization/ExampleStudySite> ;
fhir:reference [ fhir:v "Organization/ExampleStudySite" ]
] ) ; #
fhir:result ( [
fhir:link <http://hl7.org/fhir/Observation/ExampleCreatinine> ;
fhir:reference [ fhir:v "Observation/ExampleCreatinine" ]
] [
fhir:link <http://hl7.org/fhir/Observation/ExampleEgfr> ;
fhir:reference [ fhir:v "Observation/ExampleEgfr" ]
] [
fhir:link <http://hl7.org/fhir/Observation/ExampleHba1c> ;
fhir:reference [ fhir:v "Observation/ExampleHba1c" ]
] [
fhir:link <http://hl7.org/fhir/Observation/ExampleUacr> ;
fhir:reference [ fhir:v "Observation/ExampleUacr" ]
] ) . #
<http://hl7.org/fhir/ServiceRequest/ExampleLabRequest> a fhir:ServiceRequest .
<http://hl7.org/fhir/Patient/ExampleParticipant> a fhir:Patient .
<http://hl7.org/fhir/Encounter/ExampleScreeningVisit> a fhir:Encounter .
<http://hl7.org/fhir/Organization/ExampleStudySite> a fhir:Organization .
<http://hl7.org/fhir/Observation/ExampleCreatinine> a fhir:Observation .
<http://hl7.org/fhir/Observation/ExampleEgfr> a fhir:Observation .
<http://hl7.org/fhir/Observation/ExampleHba1c> a fhir:Observation .
<http://hl7.org/fhir/Observation/ExampleUacr> a fhir:Observation .
IG © 2026+ Savannah Informatics. Package org.savannahghi.healthyroute#0.1.0 based on FHIR 5.0.0. Generated 2026-09-04
Links: Table of Contents |
QA Report