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

: Consent Permission - JSON Representation

Draft as of 2026-09-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "hr-consent-permission",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "https://fhir.savannahghi.org/ig/healthy-route/CodeSystem/hr-consent-permission",
  "version" : "0.1.0",
  "name" : "HRConsentPermissionCS",
  "title" : "Consent Permission",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-09-04T13:29:51+00:00",
  "publisher" : "Savannah Informatics",
  "contact" : [
    {
      "name" : "Savannah Informatics",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://savannahghi.org"
        }
      ]
    },
    {
      "name" : "Savannah Informatics",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://savannahghi.org"
        }
      ]
    }
  ],
  "description" : "The permissions a Healthy Route participant is asked to grant, each recorded as a separate Consent.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "study-participation",
      "display" : "Study participation",
      "definition" : "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."
    },
    {
      "code" : "image-retention",
      "display" : "Retention of retinal images",
      "definition" : "Agreement that retinal images may be retained after the analysis is complete, for the period stated in the information sheet."
    },
    {
      "code" : "future-research",
      "display" : "Use in future research",
      "definition" : "Agreement that data and images may be used in research beyond the study described in the information sheet, subject to further ethics approval."
    }
  ]
}