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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Consent/ExampleConsentParticipation> a fhir:Consent ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleConsentParticipation"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-consent"^^xsd:anyURI ;
fhir:link <https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-consent>
] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-tenant"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "https://example.org/sid/tenant"^^xsd:anyURI ] ;
fhir:value [ fhir:v "site-a" ]
]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:category ( [
fhir:coding ( [
fhir:system [ fhir:v "https://fhir.savannahghi.org/ig/healthy-route/CodeSystem/hr-consent-permission"^^xsd:anyURI ] ;
fhir:code [ fhir:v "study-participation" ]
] )
] ) ; #
fhir:subject [
fhir:link <http://hl7.org/fhir/Patient/ExampleParticipant> ;
fhir:reference [ fhir:v "Patient/ExampleParticipant" ]
] ; #
fhir:date [ fhir:v "2026-04-14"^^xsd:date] ; #
fhir:grantor ( [
fhir:link <http://hl7.org/fhir/Patient/ExampleParticipant> ;
fhir:reference [ fhir:v "Patient/ExampleParticipant" ]
] ) ; #
fhir:grantee ( [
fhir:link <http://hl7.org/fhir/Organization/ExampleStudySite> ;
fhir:reference [ fhir:v "Organization/ExampleStudySite" ]
] ) ; #
fhir:policyBasis [
fhir:url [ fhir:v "https://example.org/icf/country-a/v1.0/en"^^xsd:anyURI ]
] ; #
fhir:verification ( [
fhir:verified [ fhir:v true ] ;
fhir:verifiedBy [
fhir:link <http://hl7.org/fhir/Practitioner/ExampleStudyNurse> ;
fhir:reference [ fhir:v "Practitioner/ExampleStudyNurse" ]
] ;
fhir:verificationDate ( [ fhir:v "2026-04-14"^^xsd:date ] )
] ) ; #
fhir:decision [ fhir:v "permit"] . #
<http://hl7.org/fhir/Patient/ExampleParticipant> a fhir:Patient .
<http://hl7.org/fhir/Organization/ExampleStudySite> a fhir:Organization .
<http://hl7.org/fhir/Practitioner/ExampleStudyNurse> a fhir:Practitioner .