FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/SecurityLabel

Packagehl7se.fhir.base
TypeCodeSystem
IdSecurityLabel
FHIR VersionR4
Sourcehttp://hl7.se/fhir/ig/base/https://build.fhir.org/ig/HL7Sweden/basprofiler-r4/CodeSystem-SecurityLabel.html
URLhttp://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel
Version1.1.0
Statusactive
Date2025-06-12T13:13:26+00:00
NameSecurityLabelCS
TitleSE CodeSystem security labels
Realmse
Authorityhl7
DescriptionThis is the CodeSystem for security labels in accordance with the swedish authorities
Contentcomplete

Resources that use this resource

ValueSet
SecurityLabelVSSE ValueSet security labels
security-labelsSäkerhetsklassning

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem SecurityLabel

This case-sensitive code system http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel defines the following codes:

CodeDisplayDefinition
sekretessmarkering SekretessmarkeringProtected demographic information according to 22 kap. 1 § OSL (Offentlighets- och sekretesslagen)
skyddadFolkbokforing Skyddad folkbokföringProtected demographic information according to Skatteverket

Source

{
  "resourceType": "CodeSystem",
  "id": "SecurityLabel",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel",
  "version": "1.1.0",
  "name": "SecurityLabelCS",
  "title": "SE CodeSystem security labels",
  "status": "active",
  "experimental": false,
  "date": "2025-06-12T13:13:26+00: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",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "SE"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "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"
    }
  ]
}