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

: Retinal photography, both eyes - XML Representation

Raw xml | Download


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