--- type: "valueset" title: "Example set of Data Security Labels" valueset: "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](security-labels.html#hcs) 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 <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> ```