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" : "Consent",
"id" : "ExampleConsentParticipation",
"meta" : {
"profile" : [
🔗 "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-consent"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"extension" : [
{
"url" : "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-tenant",
"valueIdentifier" : {
"system" : "https://example.org/sid/tenant",
"value" : "site-a"
}
}
],
"status" : "active",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.savannahghi.org/ig/healthy-route/CodeSystem/hr-consent-permission",
"code" : "study-participation"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/ExampleParticipant"
},
"date" : "2026-04-14",
"grantor" : [
{
🔗 "reference" : "Patient/ExampleParticipant"
}
],
"grantee" : [
{
🔗 "reference" : "Organization/ExampleStudySite"
}
],
"policyBasis" : {
"url" : "https://example.org/icf/country-a/v1.0/en"
},
"verification" : [
{
"verified" : true,
"verifiedBy" : {
🔗 "reference" : "Practitioner/ExampleStudyNurse"
},
"verificationDate" : [
"2026-04-14"
]
}
],
"decision" : "permit"
}