CH EPR mHealth (R4)
1.1.0 - DSTU 2 Informative Ballot
This page is part of the CH EPR mHealth (R4) (v1.1.0: DSTU 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Draft as of 2020-07-29 |
{
"resourceType" : "CodeSystem",
"id" : "ch-ehealth-codesystem-deletionstatus",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://fhir.ch/ig/ch-epr-mhealth/CodeSystem/ch-ehealth-codesystem-deletionstatus defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">deletionNotRequested<a name=\"ch-ehealth-codesystem-deletionstatus-deletionNotRequested\"> </a></td><td>Expected behavior: No action requested. This value can also be sent to undo the other options.</td></tr><tr><td style=\"white-space:nowrap\">deletionRequested<a name=\"ch-ehealth-codesystem-deletionstatus-deletionRequested\"> </a></td><td>Expected behavior: Document shall be deleted.</td></tr><tr><td style=\"white-space:nowrap\">deletionProhibited<a name=\"ch-ehealth-codesystem-deletionstatus-deletionProhibited\"> </a></td><td>Expected behavior: This document shall not be deleted after the time period for the deletion of out-dated documents as defined in the law.</td></tr></table></div>"
},
"url" : "http://fhir.ch/ig/ch-epr-mhealth/CodeSystem/ch-ehealth-codesystem-deletionstatus",
"version" : "1.1.0",
"name" : "ChEhealthCodesystemDeletionStatus",
"title" : "ch-ehealth-codesystem-deletionstatus",
"status" : "draft",
"date" : "2020-07-29T00:00:00+10:00",
"publisher" : "eHealth Suisse",
"contact" : [
{
"name" : "eHealth Suisse",
"telecom" : [
{
"system" : "url",
"value" : "https://www.e-health-suisse.ch"
}
]
}
],
"description" : "Additional metadata about deletion status on the DocumentReference",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CH"
}
]
}
],
"copyright" : "CC-BY-SA-4.0",
"content" : "complete",
"concept" : [
{
"code" : "deletionNotRequested",
"definition" : "Expected behavior: No action requested. This value can also be sent to undo the other options."
},
{
"code" : "deletionRequested",
"definition" : "Expected behavior: Document shall be deleted."
},
{
"code" : "deletionProhibited",
"definition" : "Expected behavior: This document shall not be deleted after the time period for the deletion of out-dated documents as defined in the law."
}
]
}