FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | Provenance |
| Id | Provenance-example-provenance-servicerequest-amina.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Provenance example-provenance-servicerequest-amina
Profile: Kenya Core Provenance Profile
Provenance for ServiceRequest CBC panel - Blood by Automated count
Summary
| Occurrence | 2026-08-01 08:45:00+0300 |
| Recorded | 2026-08-01 08:45:12+0300 |
| Activity | create |
Agents
| Type | who | On Behalf Of |
| Author | Practitioner Dr. Sarah Njoroge | Organization Kenyatta National Hospital |
{
"resourceType": "Provenance",
"id": "example-provenance-servicerequest-amina",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-provenance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"target": [
{
"reference": "ServiceRequest/example-servicerequest-amina-fhg"
}
],
"occurredDateTime": "2026-08-01T08:45:00+03:00",
"recorded": "2026-08-01T08:45:12+03:00",
"activity": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
"code": "CREATE",
"display": "create"
}
]
},
"agent": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "author",
"display": "Author"
}
]
},
"who": {
"reference": "Practitioner/example-practitioner-njoroge"
},
"onBehalfOf": {
"reference": "Organization/example-organization-knh"
}
}
]
}