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

: Example study, country A - XML Representation

Raw xml | Download


<ResearchStudy xmlns="http://hl7.org/fhir">
  <id value="ExampleStudyCountryA"/>
  <meta>
    <profile
             value="https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-research-study"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ResearchStudy ExampleStudyCountryA</b></p><a name="ExampleStudyCountryA"> </a><a name="hcExampleStudyCountryA"> </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-research-study.html">Healthy Route Study</a></p></div><p><b>identifier</b>: <code>https://example.org/sid/protocol</code>/HR-A-001</p><p><b>version</b>: 1.0</p><p><b>title</b>: Validation of a retinal image algorithm for prediction of reduced kidney function, country A</p><p><b>status</b>: Active</p><p><b>primaryPurposeType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/research-study-prim-purp-type diagnostic}">Diagnostic</span></p><p><b>studyDesign</b>: <span title="Codes:">Non-interventional, cross-sectional</span></p><p><b>region</b>: <span title="Codes:{urn:iso:std:iso:3166 GH}">Ghana</span></p><p><b>period</b>: 2026-03-01 --&gt; 2026-08-31</p><p><b>site</b>: <a href="Organization-ExampleStudySite.html">Organization Example Teaching Hospital</a></p><blockquote><p><b>associatedParty</b></p><p><b>name</b>: Example local sponsor</p><p><b>role</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/research-study-party-role sponsor-investigator}">Sponsor-investigator</span></p></blockquote><blockquote><p><b>associatedParty</b></p><p><b>name</b>: Example pharmaceutical collaborator</p><p><b>role</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/research-study-party-role funding-source}">Funding source</span></p></blockquote><blockquote><p><b>associatedParty</b></p><p><b>name</b>: Example research ethics committee</p><p><b>role</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/research-study-party-role irb}">Institutional Review Board</span></p></blockquote><h3>Recruitments</h3><table class="grid"><tr><td style="display: none">-</td><td><b>TargetNumber</b></td></tr><tr><td style="display: none">*</td><td>500</td></tr></table><h3>Objectives</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Description</b></td></tr><tr><td style="display: none">*</td><td>Primary</td><td><div><p>Validate the performance of a machine-learning algorithm predicting reduced kidney function from digital retinal images, in the population in which it is intended to be used.</p>
</div></td></tr></table></div>
  </text>
  <identifier>
    <system value="https://example.org/sid/protocol"/>
    <value value="HR-A-001"/>
  </identifier>
  <version value="1.0"/>
  <title
         value="Validation of a retinal image algorithm for prediction of reduced kidney function, country A"/>
  <status value="active"/>
  <primaryPurposeType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/research-study-prim-purp-type"/>
      <code value="diagnostic"/>
    </coding>
  </primaryPurposeType>
  <studyDesign>
    <text value="Non-interventional, cross-sectional"/>
  </studyDesign>
  <region>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="GH"/>
    </coding>
  </region>
  <period>
    <start value="2026-03-01"/>
    <end value="2026-08-31"/>
  </period>
  <site>🔗 
    <reference value="Organization/ExampleStudySite"/>
  </site>
  <associatedParty>
    <name value="Example local sponsor"/>
    <role>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/research-study-party-role"/>
        <code value="sponsor-investigator"/>
        <display value="Sponsor-investigator"/>
      </coding>
    </role>
  </associatedParty>
  <associatedParty>
    <name value="Example pharmaceutical collaborator"/>
    <role>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/research-study-party-role"/>
        <code value="funding-source"/>
        <display value="Funding source"/>
      </coding>
    </role>
  </associatedParty>
  <associatedParty>
    <name value="Example research ethics committee"/>
    <role>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/research-study-party-role"/>
        <code value="irb"/>
        <display value="Institutional Review Board"/>
      </coding>
    </role>
  </associatedParty>
  <recruitment>
    <targetNumber value="500"/>
  </recruitment>
  <objective>
    <name value="Primary"/>
    <description
                 value="Validate the performance of a machine-learning algorithm predicting reduced kidney function from digital retinal images, in the population in which it is intended to be used."/>
  </objective>
</ResearchStudy>