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

: task-delete-pending - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "task-delete-pending",
  "meta" : {
    "profile" : [
      🔗 "http://koppeltaal.nl/fhir/StructureDefinition/KT2DeletePendingTask"
    ],
    "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 a delete-pending Task announcing the planned deletion of a patient's data</div>"
  },
  "status" : "requested",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://vzvz.nl/fhir/CodeSystem/koppeltaal-task-code",
        "code" : "delete-pending",
        "display" : "Delete pending"
      }
    ]
  },
  "for" : {
    🔗 "reference" : "Patient/patient-botje-minimaal",
    "type" : "Patient"
  },
  "authoredOn" : "2026-07-01T06:00:00+00:00",
  "requester" : {
    🔗 "reference" : "Device/device-koppeltaalvoorziening",
    "type" : "Device"
  },
  "owner" : {
    🔗 "reference" : "Device/device-volledig",
    "type" : "Device"
  },
  "restriction" : {
    "period" : {
      "end" : "2026-07-31T06:00:00+00:00"
    }
  }
}