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 - JSON Representation

Active as of 2024-10-21

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "eHDSIAllergyCertainty",
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "url" : "http://hl7.eu/fhir/ig/xpandh/ValueSet/eHDSIAllergyCertainty",
  "version" : "0.1.0",
  "name" : "EHDSIAllergyCertainty",
  "title" : "Allergy Certainty",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-10-21T14:41:35+00:00",
  "publisher" : "XpanDH Project",
  "contact" : [
    {
      "name" : "XpanDH Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://xpandh-project.iscte-iul.pt"
        }
      ]
    }
  ],
  "description" : "Value Set is used to support or decline the clinical status of the allergy or intolerance",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "concept" : [
          {
            "code" : "unconfirmed",
            "display" : "Unconfirmed"
          },
          {
            "code" : "confirmed",
            "display" : "Confirmed"
          },
          {
            "code" : "refuted",
            "display" : "Refuted"
          }
        ]
      }
    ]
  }
}