Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Example ValueSet/common-tags (XML)

Vocabulary 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="2022-09-10T04:52:37.223+10: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/3.1.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/3.1.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/3.1.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="5.0.0-ballot"/> 
  <name value="CommonTags"/> 
  <title value="Common Tags"/> 
  <status value="draft"/> 
  <experimental value="true"/> 
  <date value="2022-09-10T04:52:37+10:00"/> 
  <publisher value="FHIR Project team"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://hl7.org/fhir"/> 
    </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> 

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.