Swedish Base Profiles Implementation Guide
1.0.0 - release

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 ValueSet security labels - TTL Representation

Draft as of 2024-04-02

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SecurityLabelVS"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</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=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-DEMO\">DEMO</a></td><td style=\"color: #cccccc\">all demographic information sensitivity</td><td>Policy for handling all demographic information about an information subject, which will be afforded heightened confidentiality. Policies may govern sensitivity of information related to all demographic about an information subject, the disclosure of which could impact the privacy, well-being, or safety of that subject.<br/><br/>*Usage Note:* If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-SecurityLabel.html\"><code>http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel</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-SecurityLabel.html#SecurityLabel-sekretessmarkering\">sekretessmarkering</a></td><td style=\"color: #cccccc\">Sekretessmarkering</td><td>Protected demographic information according to 22 kap. 1 § OSL (Offentlighets- och sekretesslagen)</td></tr><tr><td><a href=\"CodeSystem-SecurityLabel.html#SecurityLabel-skyddadFolkbokforing\">skyddadFolkbokforing</a></td><td style=\"color: #cccccc\">Skyddad folkbokföring</td><td>Protected demographic information according to Skatteverket</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.se/fhir/ig/base/ValueSet/SecurityLabelVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "SecurityLabelVS"] ; # 
  fhir:title [ fhir:v "SE ValueSet security labels"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-02T19:36:43+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 ValueSet for security labels in accordance with the swedish authorities"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "DEMO" ]       ] )     ] [
fhir:system [ fhir:v "http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "sekretessmarkering" ]       ] [
fhir:code [ fhir:v "skyddadFolkbokforing" ]       ] )     ] )
  ] . #