FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | Consent |
| Id | Consent-example-consent-amina-sha-sharing.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent example-consent-amina-sha-sharing
Profile: Kenya Core Consent Profile version: 1.0.0
This consent is made under the regulation Opt-in .
| Rule | Time Period | Who | What |
|---|---|---|---|
![]() | |||
![]() ![]() |
|
|
|
{
"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"
}
]
}
}