FHIR IG Statistics: ValueSet/security-label
Resources that use this resource
Resources that this resource uses
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"
}
]
}
]
}
}