FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7se.fhir.base
Resource TypeCodeSystem
IdCodeSystem-SecurityLabel.json
FHIR VersionR4
Sourcehttp://hl7.se/fhir/ig/base/1.1.0/CodeSystem-SecurityLabel.html
URLhttp://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel
Version1.1.0
Statusactive
Date2025-05-20T13:02:08+02: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
hl7se.fhir.base#1.1.0SecurityLabelVSSE ValueSet security labels
se.electronichealth.fhir.nll.r4#1.2.0security-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

Source1

{
  "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-05-20T13:02:08+02: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"
    }
  ]
}