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

FHIR IG analytics

Packageke.fhir.core
Resource TypeConsent
IdConsent-example-consent-amina-sha-sharing.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "resourceType": "Consent",
  "id": "example-consent-amina-sha-sharing",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-consent|1.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "text": "Consent Identifier"
      },
      "system": "https://fhir.sha.go.ke/fhir/identifier/consent",
      "value": "CONSENT-2026-00119"
    }
  ],
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy",
        "display": "Privacy Consent"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0",
          "display": "Patient Consent"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/CR2026080100001-1"
  },
  "dateTime": "2026-08-01T08:20:00+03:00",
  "performer": [
    {
      "reference": "Patient/CR2026080100001-1"
    }
  ],
  "organization": [
    {
      "reference": "Organization/example-organization-knh"
    }
  ],
  "policyRule": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "OPTIN",
        "display": "Opt-in"
      }
    ]
  },
  "provision": {
    "type": "permit",
    "period": {
      "start": "2026-08-01",
      "end": "2027-08-01"
    },
    "actor": [
      {
        "role": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "IRCP",
              "display": "Information Recipient"
            }
          ]
        },
        "reference": {
          "reference": "Organization/example-organization-knh"
        }
      }
    ],
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HOPERAT",
        "display": "healthcare operations"
      }
    ]
  }
}