This page is part of the HL7 Sweden base profiles (v1.0.0: Release) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: SE CodeSystem security labels - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "SecurityLabel",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel</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\">sekretessmarkering<a name=\"SecurityLabel-sekretessmarkering\"> </a></td><td>Sekretessmarkering</td><td>Protected demographic information according to 22 kap. 1 § OSL (Offentlighets- och sekretesslagen)</td></tr><tr><td style=\"white-space:nowrap\">skyddadFolkbokforing<a name=\"SecurityLabel-skyddadFolkbokforing\"> </a></td><td>Skyddad folkbokföring</td><td>Protected demographic information according to Skatteverket</td></tr></table></div>"
},
"url" : "http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel",
"version" : "1.0.0",
"name" : "SecurityLabelCS",
"title" : "SE CodeSystem security labels",
"status" : "active",
"date" : "2023-03-08T16:20:30+01:00",
"publisher" : "HL7 Sweden",
"contact" : [
{
"name" : "HL7 Sweden",
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.se/"
},
{
"system" : "email",
"value" : "info@hl7.se"
}
]
}
],
"description" : "This is the CodeSystem for security labels in accordance with the swedish authorities",
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "sekretessmarkering",
"display" : "Sekretessmarkering",
"definition" : "Protected demographic information according to 22 kap. 1 § OSL (Offentlighets- och sekretesslagen)"
},
{
"code" : "skyddadFolkbokforing",
"display" : "Skyddad folkbokföring",
"definition" : "Protected demographic information according to Skatteverket"
}
]
}