FHIR IG analytics| Package | zm-core |
| Resource Type | Consent |
| Id | Consent-ExampleZMCoreCommunicationConsent.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent ExampleZMCoreCommunicationConsent
| Role | Details |
| Patient | John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1) |
| Grantee | Organization Chilenje First Level Hospital |
| Rule | What | Rules |
|---|---|---|
![]() | ||
![]() ![]() |
| |
{
"resourceType": "Consent",
"id": "ExampleZMCoreCommunicationConsent",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-communication-consent"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-consent-communication-channel",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-channel",
"code": "sms",
"display": "SMS"
}
]
}
},
{
"url": "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-consent-communication-channel",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-channel",
"code": "portal",
"display": "Authenticated portal"
}
]
}
}
],
"identifier": [
{
"system": "http://hapi.moh.gov.zm/fhir/sid/communication-consent-id",
"value": "CONSENT-0001"
}
],
"status": "active",
"category": [
{
"text": "Patient communication preferences"
}
],
"subject": {
"reference": "Patient/ExampleZMCorePatient"
},
"date": "2026-08-08",
"grantee": [
{
"reference": "Organization/ExampleZMCoreOrganization"
}
],
"decision": "permit",
"provision": [
{
"action": [
{
"coding": [
{
"system": "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-consent-action",
"code": "send-notification",
"display": "Send notification"
}
]
}
]
}
]
}