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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ImagingStudy/ExampleRetinalImaging> a fhir:ImagingStudy ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleRetinalImaging"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-imaging-study"^^xsd:anyURI ;
fhir:link <https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-imaging-study>
] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy ExampleRetinalImaging</b></p><a name=\"ExampleRetinalImaging\"> </a><a name=\"hcExampleRetinalImaging\"> </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-imaging-study.html\">Healthy Route Retinal Imaging</a></p></div><p><b>Tenant</b>: <code>https://example.org/sid/tenant</code>/site-a</p><p><b>status</b>: Available</p><p><b>modality</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM OP}\">Ophthalmic Photography</span></p><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 --> 2026-04-14 11:20:00+0300</a></p><p><b>started</b>: 2026-04-14 10:55:00+0300</p><p><b>referrer</b>: <a href=\"Practitioner-ExampleStudyNurse.html\">Practitioner Wanjiru Achieng </a></p><p><b>numberOfSeries</b>: 2</p><p><b>numberOfInstances</b>: 2</p><p><b>location</b>: <a href=\"Location-ExampleRenalClinic.html\">Location Renal Clinic</a></p><blockquote><p><b>series</b></p><p><b>uid</b>: 2.25.140000000000000000000000000000001</p><p><b>number</b>: 1</p><p><b>modality</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM OP}\">Ophthalmic Photography</span></p><p><b>description</b>: Right eye, 45 degree primary field</p><p><b>numberOfInstances</b>: 1</p><p><b>laterality</b>: <span title=\"Codes:{http://snomed.info/sct 24028007}\">Right</span></p><p><b>started</b>: 2026-04-14 10:55:00+0300</p></blockquote><blockquote><p><b>series</b></p><p><b>uid</b>: 2.25.140000000000000000000000000000002</p><p><b>number</b>: 2</p><p><b>modality</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM OP}\">Ophthalmic Photography</span></p><p><b>description</b>: Left eye, 45 degree primary field</p><p><b>numberOfInstances</b>: 1</p><p><b>laterality</b>: <span title=\"Codes:{http://snomed.info/sct 7771000}\">Left</span></p><p><b>started</b>: 2026-04-14 10:58:00+0300</p></blockquote></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:status [ fhir:v "available"] ; #
fhir:modality ( [
fhir:coding ( [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OP" ] ;
fhir:display [ fhir:v "Ophthalmic Photography" ]
] )
] ) ; #
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:started [ fhir:v "2026-04-14T10:55:00+03:00"^^xsd:dateTime] ; #
fhir:referrer [
fhir:link <http://hl7.org/fhir/Practitioner/ExampleStudyNurse> ;
fhir:reference [ fhir:v "Practitioner/ExampleStudyNurse" ]
] ; #
fhir:numberOfSeries [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:numberOfInstances [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:location [
fhir:link <http://hl7.org/fhir/Location/ExampleRenalClinic> ;
fhir:reference [ fhir:v "Location/ExampleRenalClinic" ]
] ; #
fhir:series ( [
fhir:uid [ fhir:v "2.25.140000000000000000000000000000001" ] ;
fhir:number [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:modality [
fhir:coding ( [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OP" ] ;
fhir:display [ fhir:v "Ophthalmic Photography" ]
] )
] ;
fhir:description [ fhir:v "Right eye, 45 degree primary field" ] ;
fhir:numberOfInstances [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:laterality [
fhir:coding ( [
a sct:24028007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24028007" ] ;
fhir:display [ fhir:v "Right" ]
] )
] ;
fhir:started [ fhir:v "2026-04-14T10:55:00+03:00"^^xsd:dateTime ]
] [
fhir:uid [ fhir:v "2.25.140000000000000000000000000000002" ] ;
fhir:number [ fhir:v "2"^^xsd:nonNegativeInteger ] ;
fhir:modality [
fhir:coding ( [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OP" ] ;
fhir:display [ fhir:v "Ophthalmic Photography" ]
] )
] ;
fhir:description [ fhir:v "Left eye, 45 degree primary field" ] ;
fhir:numberOfInstances [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:laterality [
fhir:coding ( [
a sct:7771000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7771000" ] ;
fhir:display [ fhir:v "Left" ]
] )
] ;
fhir:started [ fhir:v "2026-04-14T10:58:00+03:00"^^xsd:dateTime ]
] ) . #
<http://hl7.org/fhir/Patient/ExampleParticipant> a fhir:Patient .
<http://hl7.org/fhir/Encounter/ExampleScreeningVisit> a fhir:Encounter .
<http://hl7.org/fhir/Practitioner/ExampleStudyNurse> a fhir:Practitioner .
<http://hl7.org/fhir/Location/ExampleRenalClinic> a fhir:Location .
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