Swedish Base Profiles Implementation Guide, published by HL7 Sweden. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Sweden/basprofiler-r4/ and changes regularly. See the Directory of published versions
: SE CodeSystem security labels - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SecurityLabel"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem SecurityLabel</b></p><a name=\"SecurityLabel\"> </a><a name=\"hcSecurityLabel\"> </a><a name=\"SecurityLabel-en-US\"> </a><p>This case-sensitive 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>"
] ; #
fhir:url [ fhir:v "http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "SecurityLabelCS"] ; #
fhir:title [ fhir:v "SE CodeSystem security labels"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-10-04T09:06:21+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Sweden"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Sweden" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.se/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@hl7.se" ] ] )
] ) ; #
fhir:description [ fhir:v "This is the CodeSystem for security labels in accordance with the swedish authorities"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "sekretessmarkering" ] ;
fhir:display [ fhir:v "Sekretessmarkering" ] ;
fhir:definition [ fhir:v "Protected demographic information according to 22 kap. 1 § OSL (Offentlighets- och sekretesslagen)" ]
] [
fhir:code [ fhir:v "skyddadFolkbokforing" ] ;
fhir:display [ fhir:v "Skyddad folkbokföring" ] ;
fhir:definition [ fhir:v "Protected demographic information according to Skatteverket" ]
] ) . #