Conditional bindings
1.0.0 - STU1 International flag

Conditional bindings, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/costateixeira/conditionalbindings/ and changes regularly. See the Directory of published versions

: Value Set A - XML Representation

Active as of 2025-07-25

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="VSA"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet VSA</b></p><a name="VSA"> </a><a name="hcVSA"> </a><ul><li>Include these codes as defined in <a href="http://www.snomed.org/"><code>http://snomed.info/sct</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="http://snomed.info/id/288442008">288442008</a></td><td style="color: #cccccc">Able to perform writing activities</td></tr><tr><td><a href="http://snomed.info/id/288446006">288446006</a></td><td style="color: #cccccc">Difficulty performing writing activities</td></tr><tr><td><a href="http://snomed.info/id/288445005">288445005</a></td><td style="color: #cccccc">Does not perform writing activities</td></tr></table></li></ul></div>
  </text>
  <url value="http://example.com/fhir/example/ValueSet/VSA"/>
  <version value="1.0.0"/>
  <name value="VSA"/>
  <title value="Value Set A"/>
  <status value="active"/>
  <date value="2025-07-25T19:58:23+00:00"/>
  <publisher value="My Organization"/>
  <contact>
    <name value="My Organization"/>
    <telecom>
      <system value="url"/>
      <value value="http://example.com/committees"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="my-group@example.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="Bob Smith"/>
    <telecom>
      <system value="email"/>
      <value value="bobsmith@example.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="Value Set A."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <copyright
             value="This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"/>
  <compose>
    <include>
      <system value="http://snomed.info/sct"/>
      <concept>
        <code value="288442008"/>
      </concept>
      <concept>
        <code value="288446006"/>
      </concept>
      <concept>
        <code value="288445005"/>
      </concept>
    </include>
  </compose>
</ValueSet>