Swedish Base Profiles Implementation Guide
1.0.0 - release

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 - TTL Representation

Active as of 2023-03-08

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:Resource.id [ fhir:value "SecurityLabel"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "SecurityLabelCS"];
  fhir:CodeSystem.title [ fhir:value "SE CodeSystem security labels"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2023-03-08T16:20:30+01:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 Sweden"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 Sweden" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.se/" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "info@hl7.se" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "This is the CodeSystem for security labels in accordance with the swedish authorities"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "sekretessmarkering" ];
     fhir:CodeSystem.concept.display [ fhir:value "Sekretessmarkering" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Protected demographic information according to 22 kap. 1 § OSL (Offentlighets- och sekretesslagen)" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "skyddadFolkbokforing" ];
     fhir:CodeSystem.concept.display [ fhir:value "Skyddad folkbokföring" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Protected demographic information according to Skatteverket" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.