--- type: "valueset" title: "Example set of Security Labels" valueset: "security-label-example" --- # Example set of Security Labels - **Official URL**: http://hl7.org/fhir/ValueSet/security-label-example - **Version**: 2.0.0 - **Status**: active - **Name**: SecurityLabelExamples - **Title**: Example set of Security Labels - **Publisher**: HL7 International / Security - **Description**: A sample of security labels from [Healthcare Privacy and Security Classification System](security-labels.html#hcs) as the combination of data and event codes. ## Content (Compose) - **System**: - - **System**: - ## ValueSet XML ```xml <status value="active"/> <experimental value="true"/> <date value="2022-05-10"/> <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) as the combination of data and event codes."/> <compose> <include> <valueSet value="http://hl7.org/fhir/ValueSet/security-label-data-example"/> </include> <include> <valueSet value="http://hl7.org/fhir/ValueSet/security-label-event-example"/> </include> </compose> </ValueSet> ```