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 consent to study participation - XML Representation

Raw xml | Download


<Consent xmlns="http://hl7.org/fhir">
  <id value="ExampleConsentParticipation"/>
  <meta>
    <profile
             value="https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-consent"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Consent ExampleConsentParticipation</b></p><a name="ExampleConsentParticipation"> </a><a name="hcExampleConsentParticipation"> </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-consent.html">Healthy Route Consent</a></p></div><h2>Participants</h2><table class="grid"><tr><td><b>Role</b></td><td><b>Details</b></td></tr><tr><td title="Who the consent applies to">Patient</td><td><a href="Patient-ExampleParticipant.html">Adhiambo Otieno  Female, DoB: 1971-06-02 ( https://fhir.savannahghi.org/sid/optimalhealth-participant#HR-000123)</a></td></tr><tr><td title="Who is granting rights according to the policy and rules">Grantor</td><td><a href="Patient-ExampleParticipant.html">Adhiambo Otieno  Female, DoB: 1971-06-02 ( https://fhir.savannahghi.org/sid/optimalhealth-participant#HR-000123)</a></td></tr><tr><td title="Who is agreeing to the policy and rules">Grantee</td><td><a href="Organization-ExampleStudySite.html">Organization Example Teaching Hospital</a></td></tr></table><p>The subject has given their consent.</p></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="active"/>
  <category>
    <coding>
      <system
              value="https://fhir.savannahghi.org/ig/healthy-route/CodeSystem/hr-consent-permission"/>
      <code value="study-participation"/>
    </coding>
  </category>
  <subject>🔗 
    <reference value="Patient/ExampleParticipant"/>
  </subject>
  <date value="2026-04-14"/>
  <grantor>🔗 
    <reference value="Patient/ExampleParticipant"/>
  </grantor>
  <grantee>🔗 
    <reference value="Organization/ExampleStudySite"/>
  </grantee>
  <policyBasis>
    <url value="https://example.org/icf/country-a/v1.0/en"/>
  </policyBasis>
  <verification>
    <verified value="true"/>
    <verifiedBy>🔗 
      <reference value="Practitioner/ExampleStudyNurse"/>
    </verifiedBy>
    <verificationDate value="2026-04-14"/>
  </verification>
  <decision value="permit"/>
</Consent>