FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagezm-core
Resource TypeAuditEvent
IdAuditEvent-ExampleZMCoreCommunicationAuditEvent.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "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"
      }
    }
  ]
}