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
| Active as of 2026-07-09 |
{
"resourceType" : "CodeSystem",
"id" : "koppeltaal-delete-hold-reason",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/CodeSystem"
]
},
"language" : "nl-NL",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"nl-NL\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"nl-NL\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem koppeltaal-delete-hold-reason</b></p><a name=\"koppeltaal-delete-hold-reason\"> </a><a name=\"hckoppeltaal-delete-hold-reason\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: nl-NL</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/codesystem.html\">CodeSystem</a></p></div><p>This case-sensitive code system <code>http://vzvz.nl/fhir/CodeSystem/koppeltaal-delete-hold-reason</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">data-export-pending<a name=\"koppeltaal-delete-hold-reason-data-export-pending\"> </a></td><td>Export naar bronsysteem loopt nog</td><td>The application is still retrieving or exporting data to the source system and needs more time before the data may be deleted.</td></tr><tr><td style=\"white-space:nowrap\">treatment-ongoing<a name=\"koppeltaal-delete-hold-reason-treatment-ongoing\"> </a></td><td>Behandeling loopt nog</td><td>The application observes ongoing treatment activity that is not visible to the Koppeltaal service as patient engagement.</td></tr><tr><td style=\"white-space:nowrap\">patient-objection<a name=\"koppeltaal-delete-hold-reason-patient-objection\"> </a></td><td>Bezwaar tegen verwijdering</td><td>The patient or their representative has objected to the deletion; the objection is being assessed.</td></tr><tr><td style=\"white-space:nowrap\">legal-hold<a name=\"koppeltaal-delete-hold-reason-legal-hold\"> </a></td><td>Wettelijke bewaarplicht of juridische procedure</td><td>A legal retention obligation or pending legal procedure prevents deletion at this moment.</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"koppeltaal-delete-hold-reason-other\"> </a></td><td>Overige reden</td><td>None of the defined reasons applies. Note that `Task.statusReason.text` is not available for recording reason detail; coordinate with the domain administrator.</td></tr></table></div>"
},
"url" : "http://vzvz.nl/fhir/CodeSystem/koppeltaal-delete-hold-reason",
"identifier" : [
{
"use" : "official",
"value" : "http://vzvz.nl/fhir/CodeSystem/koppeltaal-delete-hold-reason"
}
],
"version" : "0.16.5",
"name" : "KoppeltaalDeleteHoldReason",
"title" : "Koppeltaal Delete Hold Reason",
"status" : "active",
"experimental" : false,
"date" : "2026-07-09T12:00:00+02:00",
"publisher" : "VZVZ",
"contact" : [
{
"name" : "VZVZ",
"telecom" : [
{
"system" : "email",
"value" : "standaardisatie@vzvz.nl",
"use" : "work"
}
]
}
],
"description" : "Reasons a target application can give when it pauses the deletion of patient data by setting its KT2_DeletePendingTask to `on-hold` (`Task.statusReason`). The list is deliberately closed: the delete-pending Task is readable domain-wide, so the reason must not convey demographics. `Task.statusReason.text` is closed off to keep the reason from becoming a free-text field.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "NL",
"display" : "Netherlands"
}
]
}
],
"copyright" : "VZVZ",
"caseSensitive" : true,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "data-export-pending",
"display" : "Export naar bronsysteem loopt nog",
"definition" : "The application is still retrieving or exporting data to the source system and needs more time before the data may be deleted."
},
{
"code" : "treatment-ongoing",
"display" : "Behandeling loopt nog",
"definition" : "The application observes ongoing treatment activity that is not visible to the Koppeltaal service as patient engagement."
},
{
"code" : "patient-objection",
"display" : "Bezwaar tegen verwijdering",
"definition" : "The patient or their representative has objected to the deletion; the objection is being assessed."
},
{
"code" : "legal-hold",
"display" : "Wettelijke bewaarplicht of juridische procedure",
"definition" : "A legal retention obligation or pending legal procedure prevents deletion at this moment."
},
{
"code" : "other",
"display" : "Overige reden",
"definition" : "None of the defined reasons applies. Note that `Task.statusReason.text` is not available for recording reason detail; coordinate with the domain administrator."
}
]
}