FHIR IG analytics| Package | fhir.kisumuhie |
| Resource Type | Consent |
| Id | Consent-ConsentGrantedExample01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent ConsentGrantedExample01
Profile: Kisumu Patient Consent Profile
| Role | Details |
| Patient | Patient/example-patient-01 |
| Party | Practitioner/example-practitioner-01 |
| Manager | Organization/kisumu-county-hospital |
| Rule |
|---|
![]() |
![]() ![]() |
{
"resourceType": "Consent",
"id": "ConsentGrantedExample01",
"meta": {
"profile": [
"http://fhir.kisumuhealth.co.ke/StructureDefinition/consent-kisumu-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy",
"display": "Privacy Consent"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
"code": "idscl",
"display": "Information Disclosure"
}
]
}
],
"patient": {
"reference": "Patient/example-patient-01"
},
"performer": [
{
"reference": "Practitioner/example-practitioner-01"
}
],
"organization": [
{
"reference": "Organization/kisumu-county-hospital"
}
],
"provision": {
"type": "permit"
}
}