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

: Criticality - JSON Representation

Active as of 2024-07-10

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "eHDSICriticality",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet eHDSICriticality</b></p><a name=\"eHDSICriticality\"> </a><a name=\"hceHDSICriticality\"> </a><a name=\"hceHDSICriticality-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-allergy-intolerance-criticality.html\"><code>http://hl7.org/fhir/allergy-intolerance-criticality</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://hl7.org/fhir/R4/codesystem-allergy-intolerance-criticality.html#allergy-intolerance-criticality-low\">low</a></td><td>Low Risk</td><td>Worst case result of a future exposure is not assessed to be life-threatening or having high potential for organ system failure.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-allergy-intolerance-criticality.html#allergy-intolerance-criticality-high\">high</a></td><td>High Risk</td><td>Worst case result of a future exposure is assessed to be life-threatening or having high potential for organ system failure.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-allergy-intolerance-criticality.html#allergy-intolerance-criticality-unable-to-assess\">unable-to-assess</a></td><td>Unable to Assess Risk</td><td>Unable to assess the worst case result of a future exposure.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.eu/fhir/ig/xpandh/ValueSet/eHDSICriticality",
  "version" : "0.1.0",
  "name" : "EHDSICriticality",
  "title" : "Criticality",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-07-10T16:19:55+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 estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/allergy-intolerance-criticality",
        "concept" : [
          {
            "code" : "low",
            "display" : "Low Risk"
          },
          {
            "code" : "high",
            "display" : "High Risk"
          },
          {
            "code" : "unable-to-assess",
            "display" : "Unable to Assess Risk"
          }
        ]
      }
    ]
  }
}