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

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypeAuditEvent
IdAuditEvent-auditevent-delete-patient.json
FHIR VersionR4

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

Example of an AuditEvent about deleting a patient

Source1

{
  "resourceType": "AuditEvent",
  "id": "auditevent-delete-patient",
  "meta": {
    "profile": [
      "http://koppeltaal.nl/fhir/StructureDefinition/KT2AuditEvent"
    ]
  },
  "language": "nl-NL",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://koppeltaal.nl/fhir/StructureDefinition/trace-id",
      "valueId": "000000000000000053ce929d0e0e4736"
    },
    {
      "url": "http://koppeltaal.nl/fhir/StructureDefinition/request-id",
      "valueId": "53ce929d0e0e4736"
    }
  ],
  "type": {
    "system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
    "version": "0.5.0",
    "code": "rest",
    "display": "Restful Operation"
  },
  "subtype": [
    {
      "system": "http://hl7.org/fhir/restful-interaction",
      "code": "delete",
      "display": "delete"
    }
  ],
  "action": "D",
  "recorded": "2023-01-19T23:42:24+00:00",
  "outcome": "0",
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "110153"
          }
        ]
      },
      "who": {
        "reference": "Device/device-volledig"
      },
      "requestor": true
    }
  ],
  "source": {
    "site": "Koppeltaal Domein X",
    "observer": {
      "reference": "Device/ba33314a-795a-4777-bef8-e6611f6be645",
      "type": "Device"
    }
  },
  "entity": [
    {
      "what": {
        "reference": "Patient/patient-botje-minimaal/_history/2",
        "type": "Patient"
      },
      "type": {
        "system": "http://hl7.org/fhir/resource-types",
        "code": "OperationOutcome",
        "display": "OperationOutcome"
      },
      "lifecycle": {
        "system": "http://terminology.hl7.org/CodeSystem/dicom-audit-lifecycle",
        "code": "14",
        "display": "Logical deletion"
      },
      "description": "Successfully deleted 1 resource(s) in 15ms"
    }
  ]
}