FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/common-tags (XML)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Value SetCommon Tags

<?xml version="1.0" encoding="UTF-8"?>

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="common-tags"/> 
  <meta> 
    <lastUpdated value="2024-03-27T11:56:58.316+00:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> 
  </meta> 
  <text> 
    <status value="extensions"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> This value set includes codes based on the following rules:</p> 
      <ul> 
        <li> Include all codes defined in 
          <a href="http://terminology.hl7.org/5.5.0/CodeSystem-common-tags.html">
            <code> http://terminology.hl7.org/CodeSystem/common-tags</code> 
          </a> 
        </li> 
        <li> Include these codes as defined in 
          <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ObservationValue.html">
            <code> http://terminology.hl7.org/CodeSystem/v3-ObservationValue</code> 
          </a> 
          <table class="none">
            <tr> 
              <td style="white-space:nowrap">
                <b> Code</b> 
              </td> 
              <td> 
                <b> Display</b> 
              </td> 
              <td> 
                <b> Definition</b> 
              </td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ObservationValue.html#v3-ObservationValue-SUBS
                ETTED">SUBSETTED</a> 
              </td> 
              <td> subsetted</td> 
              <td> Metadata observation used to indicate that some information has been removed from
                 the source object when the view this object contains was constructed because of
                 configuration options when the view was created. The content may not be suitable
                 for use as the basis of a record update
                <br/>  
                <br/>  *Usage Note:* This is not suitable to be used when information is removed for security
                 reasons - see the code REDACTED for this use.
              </td> 
            </tr> 
          </table> 
        </li> 
      </ul> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="draft"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1"/> 
  </extension> 
  <url value="http://hl7.org/fhir/ValueSet/common-tags"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.3.79"/> 
  </identifier> 
  <version value="6.0.0-cibuild"/> 
  <name value="CommonTags"/> 
  <title value="Common Tags"/> 
  <status value="draft"/> 
  <experimental value="true"/> 
  <date value="2024-03-27T11:56:58+00:00"/> 
  <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"/> 
  <jurisdiction> 
    <coding> 
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> 
      <code value="001"/> 
      <display value="World"/> 
    </coding> 
  </jurisdiction> 
  <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> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.