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

FHIR IG analytics

Packagefhir.r4.wales.test
Resource TypeAuditEvent
IdExample-DataStandardsWales-AuditEvent-Create.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "AuditEvent",
  "id": "Example-AuditEvent-CreateObservations",
  "type": {
    "system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
    "code": "rest",
    "display": "Restful Operation"
  },
  "subtype": [
    {
      "system": "http://hl7.org/fhir/restful-interaction",
      "code": "create",
      "display": "create"
    }
  ],
  "action": "C",
  "recorded": "2024-07-21T14:03:59.00125+00:00",
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
            "code": "humanuser",
            "display": "human user"
          }
        ]
      },
      "who": {
        "reference": "Practitioner/Example-Practitioner-NadexIdentifier",
        "display": "Mark Smith (Healthcare Assistant)"
      },
      "altId": "ma001999",
      "name": "Mark Smith",
      "requestor": true
    }
  ],
  "entity": [
    {
      "what": {
        "reference": "Observation/example1/_history/1"
      }
    },
    {
      "what": {
        "reference": "Observation/example2/_history/1"
      }
    }
  ]
}