FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageorg.savannahghi.healthyroute
Resource TypeCodeSystem
IdCodeSystem-hr-consent-permission.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/healthy-route-ig/CodeSystem-hr-consent-permission.html
URLhttps://fhir.savannahghi.org/ig/healthy-route/CodeSystem/hr-consent-permission
Version0.1.0
Statusdraft
Date2026-09-04T13:29:51+00:00
NameHRConsentPermissionCS
TitleConsent Permission
DescriptionThe permissions a Healthy Route participant is asked to grant, each recorded as a separate Consent.
Contentcomplete

Resources that use this resource

ValueSet
org.savannahghi.healthyroute#currenthr-consent-permission-vsConsent Permission Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem hr-consent-permission

This case-sensitive code system https://fhir.savannahghi.org/ig/healthy-route/CodeSystem/hr-consent-permission defines the following codes:

CodeDisplayDefinition
study-participation Study participationAgreement 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.
image-retention Retention of retinal imagesAgreement that retinal images may be retained after the analysis is complete, for the period stated in the information sheet.
future-research Use in future researchAgreement that data and images may be used in research beyond the study described in the information sheet, subject to further ethics approval.

Source1

{
  "resourceType": "CodeSystem",
  "id": "hr-consent-permission",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}