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
{
"resourceType" : "ImagingStudy",
"id" : "ExampleRetinalImaging",
"meta" : {
"profile" : [
🔗 "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-imaging-study"
]
},
"text" : {
"status" : "extensions",
"div" : "<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>"
},
"extension" : [
{
"url" : "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-tenant",
"valueIdentifier" : {
"system" : "https://example.org/sid/tenant",
"value" : "site-a"
}
}
],
"status" : "available",
"modality" : [
{
"coding" : [
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "OP",
"display" : "Ophthalmic Photography"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/ExampleParticipant"
},
"encounter" : {
🔗 "reference" : "Encounter/ExampleScreeningVisit"
},
"started" : "2026-04-14T10:55:00+03:00",
"referrer" : {
🔗 "reference" : "Practitioner/ExampleStudyNurse"
},
"numberOfSeries" : 2,
"numberOfInstances" : 2,
"location" : {
🔗 "reference" : "Location/ExampleRenalClinic"
},
"series" : [
{
"uid" : "2.25.140000000000000000000000000000001",
"number" : 1,
"modality" : {
"coding" : [
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "OP",
"display" : "Ophthalmic Photography"
}
]
},
"description" : "Right eye, 45 degree primary field",
"numberOfInstances" : 1,
"laterality" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "24028007",
"display" : "Right"
}
]
},
"started" : "2026-04-14T10:55:00+03:00"
},
{
"uid" : "2.25.140000000000000000000000000000002",
"number" : 2,
"modality" : {
"coding" : [
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "OP",
"display" : "Ophthalmic Photography"
}
]
},
"description" : "Left eye, 45 degree primary field",
"numberOfInstances" : 1,
"laterality" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "7771000",
"display" : "Left"
}
]
},
"started" : "2026-04-14T10:58:00+03:00"
}
]
}