XpanDH Project
0.1.0 - ci-build 150

XpanDH Project, published by XpanDH Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/xpandh/ and changes regularly. See the Directory of published versions

: Allergy Certainty - XML Representation

Active as of 2024-10-21

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="eHDSIAllergyCertainty"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet eHDSIAllergyCertainty</b></p><a name="eHDSIAllergyCertainty"> </a><a name="hceHDSIAllergyCertainty"> </a><a name="eHDSIAllergyCertainty-en-US"> </a><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/6.0.2/CodeSystem-allergyintolerance-verification.html"><code>http://terminology.hl7.org/CodeSystem/allergyintolerance-verification</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/6.0.2/CodeSystem-allergyintolerance-verification.html#allergyintolerance-verification-unconfirmed">unconfirmed</a></td><td>Unconfirmed</td><td>The propensity for a reaction to the identified substance has not been objectively verified.</td></tr><tr><td><a href="http://terminology.hl7.org/6.0.2/CodeSystem-allergyintolerance-verification.html#allergyintolerance-verification-confirmed">confirmed</a></td><td>Confirmed</td><td>The propensity for a reaction to the identified substance has been objectively verified (which may include clinical evidence by testing, rechallenge, or observation).</td></tr><tr><td><a href="http://terminology.hl7.org/6.0.2/CodeSystem-allergyintolerance-verification.html#allergyintolerance-verification-refuted">refuted</a></td><td>Refuted</td><td>A propensity for a reaction to the identified substance has been disputed or disproven with a sufficient level of clinical certainty to justify invalidating the assertion. This might or might not include testing or rechallenge.</td></tr></table></li></ul></div>
  </text>
  <url value="http://hl7.eu/fhir/ig/xpandh/ValueSet/eHDSIAllergyCertainty"/>
  <version value="0.1.0"/>
  <name value="EHDSIAllergyCertainty"/>
  <title value="Allergy Certainty"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-10-21T14:41:35+00:00"/>
  <publisher value="XpanDH Project"/>
  <contact>
    <name value="XpanDH Project"/>
    <telecom>
      <system value="url"/>
      <value value="https://xpandh-project.iscte-iul.pt"/>
    </telecom>
  </contact>
  <description
               value="Value Set is used to support or decline the clinical status of the allergy or intolerance"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="150"/>
      <display value="Europe"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
      <concept>
        <code value="unconfirmed"/>
        <display value="Unconfirmed"/>
      </concept>
      <concept>
        <code value="confirmed"/>
        <display value="Confirmed"/>
      </concept>
      <concept>
        <code value="refuted"/>
        <display value="Refuted"/>
      </concept>
    </include>
  </compose>
</ValueSet>