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

FHIR IG Statistics: ValueSet/security-label

Packageca.ab.fhir.psab
Resource TypeValueSet
Idsecurity-label
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.ab.fhir.psab@1.1.0&canonical=https://www.alberta.ca/fhir/ValueSet/security-label
URLhttps://www.alberta.ca/fhir/ValueSet/security-label
Version1.1.0
Statusdraft
Date2024-06-24
NameSecurityLabel
TitleSecurityLabel
Realmca
Authorityhl7
DescriptionSecurityLabel

Resources that use this resource

StructureDefinition
BundleABeReCBundle (AB:eReC)
BundlePSABBundle (PS-AB)
CompositionPSABComposition (PS-AB)

Resources that this resource uses

CodeSystem
v3-ActCodeActCode
v3-ConfidentialityConfidentiality

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "security-label",
  "url": "https://www.alberta.ca/fhir/ValueSet/security-label",
  "version": "1.1.0",
  "name": "SecurityLabel",
  "title": "SecurityLabel",
  "status": "draft",
  "date": "2024-06-24",
  "publisher": "Alberta Health",
  "contact": [
    {
      "name": "Alberta Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://alberta.ca/hisca",
          "use": "work"
        },
        {
          "system": "email",
          "value": "hisca@gov.ab.ca",
          "use": "work"
        }
      ]
    }
  ],
  "description": "SecurityLabel",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "concept": [
          {
            "code": "R",
            "display": "Restricted"
          },
          {
            "code": "U",
            "display": "Unrestricted"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "PRS",
            "display": "Patient requested information sensitivity"
          },
          {
            "code": "PHY",
            "display": "Physician requested information sensitivity"
          }
        ]
      }
    ]
  }
}