Koppeltaal 2.0 Implementation Guide (Full Documentation)
0.16.5 - ci-build Netherlands flag

Koppeltaal 2.0 Implementation Guide (Full Documentation) - Local Development build (v0.16.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: auditevent-opschoning-archive - JSON Representation

Raw json | Download

{
  "resourceType" : "AuditEvent",
  "id" : "auditevent-opschoning-archive",
  "meta" : {
    "profile" : [
      🔗 "http://koppeltaal.nl/fhir/StructureDefinition/KT2AuditEvent"
    ],
    "security" : [
      {
        "system" : "http://vzvz.nl/fhir/CodeSystem/koppeltaal-security-label",
        "code" : "kt2-delete-flow",
        "display" : "KT2 delete flow"
      }
    ]
  },
  "language" : "nl-NL",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"nl-NL\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"nl-NL\">Example of an aggregated deletion lifecycle AuditEvent: deletion announced, grace period starts (archive, action C)</div>"
  },
  "extension" : [
    {
      "url" : "http://koppeltaal.nl/fhir/StructureDefinition/trace-id",
      "valueId" : "1a6f3c2d-9e4b-4d7a-b8c1-5f2e6a9d0c31"
    },
    {
      "url" : "http://koppeltaal.nl/fhir/StructureDefinition/request-id",
      "valueId" : "Fp2vK7mDx4qWn9Sb"
    }
  ],
  "type" : {
    "system" : "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle",
    "code" : "archive",
    "display" : "Archive Record Lifecycle Event"
  },
  "action" : "C",
  "recorded" : "2026-07-01T06:00:00+00:00",
  "outcome" : "0",
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://dicom.nema.org/resources/ontology/DCM",
            "code" : "110153",
            "display" : "Source Role ID"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "Device/device-koppeltaalvoorziening",
        "type" : "Device"
      },
      "requestor" : true
    }
  ],
  "source" : {
    "site" : "Koppeltaal Domein X",
    "observer" : {
      🔗 "reference" : "Device/device-koppeltaalvoorziening",
      "type" : "Device"
    }
  },
  "entity" : [
    {
      "what" : {
        🔗 "reference" : "Patient/patient-botje-minimaal",
        "type" : "Patient"
      },
      "type" : {
        "system" : "http://hl7.org/fhir/resource-types",
        "code" : "Patient",
        "display" : "Patient"
      },
      "role" : {
        "system" : "http://terminology.hl7.org/CodeSystem/object-role",
        "code" : "1",
        "display" : "Patient"
      }
    }
  ]
}