FHIR IG analytics| Package | zm-core |
| Resource Type | AuditEvent |
| Id | AuditEvent-ExampleZMCoreCommunicationAuditEvent.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AuditEvent ExampleZMCoreCommunicationAuditEvent
code: Communication delivery
action: Execute
occurred: 2026-08-10 08:00:05+0200
recorded: 2026-08-10 08:00:06+0200
| Code |
| AuditEventOutcome: 0 (Success) |
| Who | Requestor |
| Organization Chilenje First Level Hospital | true |
| Observer |
| Organization Chilenje First Level Hospital |
{
"resourceType": "AuditEvent",
"id": "ExampleZMCoreCommunicationAuditEvent",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-communication-audit-event"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"code": {
"text": "Communication delivery"
},
"action": "E",
"occurredDateTime": "2026-08-10T08:00:05+02:00",
"recorded": "2026-08-10T08:00:06+02:00",
"outcome": {
"code": {
"system": "http://terminology.hl7.org/CodeSystem/audit-event-outcome",
"code": "0",
"display": "Success"
}
},
"agent": [
{
"who": {
"reference": "Organization/ExampleZMCoreOrganization"
},
"requestor": true
}
],
"source": {
"observer": {
"reference": "Organization/ExampleZMCoreOrganization"
}
},
"entity": [
{
"what": {
"reference": "Communication/ExampleZMCoreCommunication"
}
}
]
}