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

FHIR IG Statistics: ValueSet/security-labels

Packagepoc.bonsai.current
Resource TypeValueSet
Idsecurity-labels
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://ehalsomyndigheten.se/fhir/ValueSet/security-labels
URLhttp://ehalsomyndigheten.se/fhir/ValueSet/security-labels
Version1.1.1
Statusactive
Date2024-05-14T22:00:00+00:00
Namesecurity-labels
TitleSäkerhetsklassning
DescriptionKoder som används för att ange informationssäkerhetsklass för en resurs. NB! Koderna 'sekretessmarkering', 'skyddadFolkbokforing' samt 'DEMO' används enbart för Patient-resursen.

Resources that use this resource

StructureDefinition
NLLAccessConsentNLLAccessConsent
NLLDataLockNLLDataLock
NLLDispensePaperPrescriptionNLLDispensePaperPrescription
NLLMedicationDispenseNLLMedicationDispense
NLLMedicationListInfoNLLMedicationListInfo
NLLMedicationRequestNLLMedicationRequest
NLLMultiDoseDispConsentNLLMultiDoseDispConsent
NLLMultiDoseDispensingBasisNLLMultiDoseDispensingBasis
NLLPatientNLLPatient

Resources that this resource uses

CodeSystem
v3-ActCodeActCode
v3-ActReasonActReason
v3-ObservationValueObservationValue
SecurityLabelSE CodeSystem security labels

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "security-labels",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLValueSet"
    ]
  },
  "url": "http://ehalsomyndigheten.se/fhir/ValueSet/security-labels",
  "version": "1.1.1",
  "name": "security-labels",
  "title": "Säkerhetsklassning",
  "status": "active",
  "date": "2024-05-14T22:00:00+00:00",
  "publisher": "E-hälsomyndigheten",
  "description": "Koder som används för att ange informationssäkerhetsklass för en resurs. NB! Koderna 'sekretessmarkering', 'skyddadFolkbokforing' samt 'DEMO' används enbart för Patient-resursen.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "version": "4.0.1",
        "concept": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
                "valueString": "To perform one or more operations on information that is simulated or synthetic health data used for testing system capabilities outside of a production or operational system environment.\r\n\n                        \n                           Usage Note: Data marked with a HTEST security label enables an access control system to permit interfacing systems or end users provisioned with a clearance, which includes a HTEST purpose of use attribute, to test, verify, or validate that a system or application will operate in production as intended based on design specifications."
              }
            ],
            "code": "HTEST",
            "display": "test health data"
          }
        ]
      },
      {
        "system": "http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel",
        "version": "1.0.0",
        "concept": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
                "valueString": "Protected demographic information according to 22 kap. 1 § OSL (Offentlighets- och sekretesslagen)"
              }
            ],
            "code": "sekretessmarkering",
            "display": "Sekretessmarkering"
          },
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
                "valueString": "Protected demographic information according to Skatteverket"
              }
            ],
            "code": "skyddadFolkbokforing",
            "display": "Skyddad folkbokföring"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "version": "4.0.1",
        "concept": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
                "valueString": "Metadata observation used to indicate that some information has been removed from the source object when the view this object contains was constructed because of configuration options when the view was created. The content may not be suitable for use as the basis of a record update\r\n\n                        \n                           Usage Note: This is not suitable to be used when information is removed for security reasons - see the code REDACTED for this use."
              }
            ],
            "code": "SUBSETTED",
            "display": "subsetted"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "4.0.1",
        "concept": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
                "valueString": "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.\r\n\n                        \n                           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."
              }
            ],
            "code": "DEMO",
            "display": "all demographic information sensitivity"
          }
        ]
      }
    ]
  }
}