Koppeltaal 2.0 Implementation Guide (Full Documentation)
0.16.5 - ci-build
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
{
"resourceType" : "Task",
"id" : "task-delete-pending-on-hold",
"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 paused by the target application</div>"
},
"status" : "on-hold",
"statusReason" : {
"coding" : [
{
"system" : "http://vzvz.nl/fhir/CodeSystem/koppeltaal-delete-hold-reason",
"code" : "data-export-pending",
"display" : "Export naar bronsysteem loopt nog"
}
]
},
"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"
}
}
}