--- type: "valueset" title: "Common Tags" valueset: "common-tags" --- # Common Tags - **Status**: draft - **Name**: CommonTags - **Title**: Common Tags - **Publisher**: HL7 International / FHIR Infrastructure - **Description**: Common Tag Codes defined by FHIR project ## Content (Compose) - **System**: http://terminology.hl7.org/CodeSystem/common-tags - **System**: http://terminology.hl7.org/CodeSystem/v3-ObservationValue | **Concepts**: SUBSETTED ## ValueSet XML ```xml <status value="draft"/> <experimental value="false"/> <publisher value="HL7 International / FHIR Infrastructure"/> <contact> <telecom> <system value="url"/> <value value="http://www.hl7.org/Special/committees/fiwg"/> </telecom> </contact> <description value="Common Tag Codes defined by FHIR project"/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/common-tags"/> </include> <include> <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationValue"/> <concept> <code value="SUBSETTED"/> <display value="subsetted"/> </concept> </include> </compose> </ValueSet> ```