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 2022-07-07 |
{
"resourceType" : "ValueSet",
"id" : "ch-ehealth-valueset-deletionstatus",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-ch-ehealth-codesystem-deletionstatus.html\"><code>http://fhir.ch/ig/ch-epr-mhealth/CodeSystem/ch-ehealth-codesystem-deletionstatus</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-ch-ehealth-codesystem-deletionstatus.html#ch-ehealth-codesystem-deletionstatus-deletionNotRequested\">deletionNotRequested</a></td><td/><td>Expected behavior: No action requested. This value can also be sent to undo the other options.</td></tr><tr><td><a href=\"CodeSystem-ch-ehealth-codesystem-deletionstatus.html#ch-ehealth-codesystem-deletionstatus-deletionRequested\">deletionRequested</a></td><td/><td>Expected behavior: Document shall be deleted.</td></tr><tr><td><a href=\"CodeSystem-ch-ehealth-codesystem-deletionstatus.html#ch-ehealth-codesystem-deletionstatus-deletionProhibited\">deletionProhibited</a></td><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></li></ul></div>"
},
"url" : "http://fhir.ch/ig/ch-epr-mhealth/ValueSet/ch-ehealth-valueset-deletionstatus",
"version" : "1.1.0",
"name" : "CHEhealthValuesetDeletionStatus",
"title" : "ch-ehealth-valueset-deletionstatus",
"status" : "draft",
"date" : "2022-07-07T13:14:21+02: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"
}
]
}
],
"immutable" : false,
"copyright" : "CC-BY-SA-4.0",
"compose" : {
"include" : [
{
"system" : "http://fhir.ch/ig/ch-epr-mhealth/CodeSystem/ch-ehealth-codesystem-deletionstatus",
"concept" : [
{
"code" : "deletionNotRequested"
},
{
"code" : "deletionRequested"
},
{
"code" : "deletionProhibited"
}
]
}
]
}
}