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
: Consent Permission - 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/CodeSystem/hr-consent-permission> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "hr-consent-permission"] ; #
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: CodeSystem hr-consent-permission</b></p><a name=\"hr-consent-permission\"> </a><a name=\"hchr-consent-permission\"> </a><p>This case-sensitive code system <code>https://fhir.savannahghi.org/ig/healthy-route/CodeSystem/hr-consent-permission</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">study-participation<a name=\"hr-consent-permission-study-participation\"> </a></td><td>Study participation</td><td>Agreement to be screened, to give the samples the protocol requires, and to have the resulting data used for the analysis described in the information sheet.</td></tr><tr><td style=\"white-space:nowrap\">image-retention<a name=\"hr-consent-permission-image-retention\"> </a></td><td>Retention of retinal images</td><td>Agreement that retinal images may be retained after the analysis is complete, for the period stated in the information sheet.</td></tr><tr><td style=\"white-space:nowrap\">future-research<a name=\"hr-consent-permission-future-research\"> </a></td><td>Use in future research</td><td>Agreement that data and images may be used in research beyond the study described in the information sheet, subject to further ethics approval.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [ fhir:v "https://fhir.savannahghi.org/ig/healthy-route/CodeSystem/hr-consent-permission"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "HRConsentPermissionCS"] ; #
fhir:title [ fhir:v "Consent Permission"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-09-04T13:29:51+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Savannah Informatics"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Savannah Informatics" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://savannahghi.org" ]
] )
] [
fhir:name [ fhir:v "Savannah Informatics" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://savannahghi.org" ]
] )
] ) ; #
fhir:description [ fhir:v "The permissions a Healthy Route participant is asked to grant, each recorded as a separate Consent."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "study-participation" ] ;
fhir:display [ fhir:v "Study participation" ] ;
fhir:definition [ fhir:v "Agreement to be screened, to give the samples the protocol requires, and to have the resulting data used for the analysis described in the information sheet." ]
] [
fhir:code [ fhir:v "image-retention" ] ;
fhir:display [ fhir:v "Retention of retinal images" ] ;
fhir:definition [ fhir:v "Agreement that retinal images may be retained after the analysis is complete, for the period stated in the information sheet." ]
] [
fhir:code [ fhir:v "future-research" ] ;
fhir:display [ fhir:v "Use in future research" ] ;
fhir:definition [ fhir:v "Agreement that data and images may be used in research beyond the study described in the information sheet, subject to further ethics approval." ]
] ) . #