type: valuesetvalueset: security-label-data-example
Example set of Data Security Labels
- Official URL: http://hl7.org/fhir/ValueSet/security-label-data-example
- Version: 2.0.0
- Status: active
- Name: SecurityLabelDataExamples
- Title: Example set of Data Security Labels
- Publisher: HL7 International / Security
- Description: A sample of security labels from Healthcare Privacy and Security Classification System used on data (.meta.security) to indicate confidentialityCode classification and maybe sensitivity codes.
Content (Compose)
- System: http://terminology.hl7.org/CodeSystem/v3-Confidentiality | Concepts: N, R
- System: http://terminology.hl7.org/CodeSystem/v3-ActCode | Concepts: ETH, PSY, STD
ValueSet XML
<?xml version="1.0" encoding="UTF-8"?>
<ValueSet xmlns="http://hl7.org/fhir">
<id value="security-label-data-example"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="sec"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="informative"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="6"/>
</extension>
<url value="http://hl7.org/fhir/ValueSet/security-label-data-example"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.3.3013"/>
</identifier>
<version value="2.0.0"/>
<name value="SecurityLabelDataExamples"/>
<title value="Example set of Data Security Labels"/>
<status value="active"/>
<experimental value="true"/>
<date value="2025-11-01"/>
<publisher value="HL7 International / Security"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/secure"/>
</telecom>
<telecom>
<system value="email"/>
<value value="fhir@lists.hl7.org"/>
</telecom>
</contact>
<description value="A sample of security labels from [Healthcare Privacy and Security Classification System](security-labels.html#hcs) used on data (.meta.security) to indicate confidentialityCode classification and maybe sensitivity codes."/>
<compose>
<include>
<system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<concept>
<code value="N"/>
</concept>
<concept>
<code value="R"/>
</concept>
</include>
<include>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<concept>
<code value="ETH"/>
</concept>
<concept>
<code value="PSY"/>
</concept>
<concept>
<code value="STD"/>
</concept>
</include>
</compose>
</ValueSet>