FHIR IG analytics| Package | fhir.iptpig |
| Resource Type | Consent |
| Id | Consent-iptp-consent-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent iptp-consent-001
Profile: IPTp SMS Consent
| Role | Details |
| Patient | Anonymous Patient Female, DoB Unknown |
| Party | Practitioner Grace Wanjiru |
This consent is made under the policy http://iptp.kemri.go.ke/fhir/consent-policy .
| Rule | What |
|---|---|
![]() | |
![]() ![]() |
|
{
"resourceType": "Consent",
"id": "iptp-consent-001",
"meta": {
"profile": [
"http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-consent"
]
},
"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://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
"code": "consent-sms",
"display": "SMS Consent"
}
]
}
],
"patient": {
"reference": "Patient/iptp-patient-001"
},
"dateTime": "2026-03-16T09:50:00+03:00",
"performer": [
{
"reference": "Practitioner/iptp-practitioner-001"
}
],
"policy": [
{
"uri": "http://iptp.kemri.go.ke/fhir/consent-policy"
}
],
"provision": {
"type": "permit",
"action": [
{
"coding": [
{
"system": "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
"code": "consent-sms",
"display": "SMS Consent"
}
]
}
]
}
}