FHIR IG analytics| Package | zm-core |
| Resource Type | Provenance |
| Id | Provenance-ExampleZMCoreCommunicationProvenance.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Provenance ExampleZMCoreCommunicationProvenance
Summary
| Occurrence | 2026-08-08 10:00:00+0200 |
| Recorded | 2026-08-08 10:00:01+0200 |
| Activity | Create communication request |
Agents
| Type | who | On Behalf Of |
| Author | PractitionerRole | Organization Chilenje First Level Hospital |
{
"resourceType": "Provenance",
"id": "ExampleZMCoreCommunicationProvenance",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-communication-provenance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"target": [
{
"reference": "CommunicationRequest/ExampleZMCoreCommunicationRequest"
}
],
"occurredDateTime": "2026-08-08T10:00:00+02:00",
"recorded": "2026-08-08T10:00:01+02:00",
"activity": {
"text": "Create communication request"
},
"agent": [
{
"type": {
"text": "Author"
},
"who": {
"reference": "PractitionerRole/ExampleZMCorePractitionerRole"
},
"onBehalfOf": {
"reference": "Organization/ExampleZMCoreOrganization"
}
}
]
}