HL7 Terminology (THO)
3.0.0 - Publication

This page is part of the HL7 Terminology (v3.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: Allergy Status - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "v3-AllergyStatus",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><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/413322009\">413322009</a></td><td>Problem resolved (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/55561003\">55561003</a></td><td>Active</td></tr><tr><td><a href=\"http://snomed.info/id/73425007\">73425007</a></td><td>Inactive</td></tr></table></li></ul></div>"
  },
  "url" : "http://terminology.hl7.org/ValueSet/v3-AllergyStatus",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.1.11.20559"
    }
  ],
  "version" : "2.0.0",
  "name" : "AllergyStatus",
  "title" : "Allergy Status",
  "status" : "active",
  "date" : "2019-03-20",
  "description" : "The clinical status of an allergy disposition (Clinical Focus)\r\n\r\nUsed in Program: C-CDA, C-CDA R2.1 2017-06-09 using this value set",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "413322009"
          },
          {
            "code" : "55561003"
          },
          {
            "code" : "73425007"
          }
        ]
      }
    ]
  }
}