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

FHIR IG Statistics: ValueSet/SecurityLabelVS

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

Resources that use this resource

StructureDefinition
SEBasePatientSE base profil for patient

Resources that this resource uses

CodeSystem
v3-ActCodeActCode
SecurityLabelSE CodeSystem security labels

Narrative

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

Generated Narrative: ValueSet SecurityLabelVS

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDefinition
    DEMOall demographic information sensitivityPolicy 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.

    *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.
  • Include these codes as defined in http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel
    CodeDisplayDefinition
    sekretessmarkeringSekretessmarkeringProtected demographic information according to 22 kap. 1 § OSL (Offentlighets- och sekretesslagen)
    skyddadFolkbokforingSkyddad folkbokföringProtected demographic information according to Skatteverket

Source

{
  "resourceType": "ValueSet",
  "id": "SecurityLabelVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.se/fhir/ig/base/ValueSet/SecurityLabelVS",
  "version": "1.1.0",
  "name": "SecurityLabelVS",
  "title": "SE ValueSet 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 ValueSet for security labels in accordance with the swedish authorities",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "SE"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "DEMO"
          }
        ]
      },
      {
        "system": "http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel",
        "concept": [
          {
            "code": "sekretessmarkering"
          },
          {
            "code": "skyddadFolkbokforing"
          }
        ]
      }
    ]
  }
}