CIBMTR Reporting Implementation Guide
0.1.6 - Trial Use 1

This page is part of the CIBMTR Reporting Implementation Guide (v0.1.6: Release Draft) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Presence Answer List - XML Representation

Active as of 2023-05-05

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="presence-valueset"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href="http://loinc.org"><code>http://loinc.org</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="https://loinc.org/LA9633-4/">LA9633-4</a></td><td>Present</td></tr><tr><td><a href="https://loinc.org/LA9634-2/">LA9634-2</a></td><td>Absent</td></tr></table></li><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/52101004">52101004</a></td><td>Present</td></tr><tr><td><a href="http://snomed.info/id/2667000">2667000</a></td><td>Absent</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/presence-valueset"/>
  <version value="0.1.6"/>
  <name value="PresenceValueSet"/>
  <title value="Presence Answer List"/>
  <status value="active"/>
  <experimental value="true"/>
  <date value="2023-05-05T10:50:04-05:00"/>
  <publisher
             value="The Medical College of Wisconsin, Inc. and the National Marrow Donor Program"/>
  <contact>
    <name
          value="The Medical College of Wisconsin, Inc. and the National Marrow Donor Program"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.cibmtr.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Bob Milius"/>
    <telecom>
      <system value="email"/>
      <value value="bmilius@nmdp.org"/>
    </telecom>
  </contact>
  <description value="Permissible values for presence"/>
  <compose>
    <include>
      <system value="http://loinc.org"/>
      <concept>
        <code value="LA9633-4"/>
        <display value="Present"/>
      </concept>
      <concept>
        <code value="LA9634-2"/>
        <display value="Absent"/>
      </concept>
    </include>
    <include>
      <system value="http://snomed.info/sct"/>
      <concept>
        <code value="52101004"/>
        <display value="Present"/>
      </concept>
      <concept>
        <code value="2667000"/>
        <display value="Absent"/>
      </concept>
    </include>
  </compose>
</ValueSet>