New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

New Zealand Health Terminology Service (NZHTS) Implementation Guide, published by Health New Zealand | Te Whatu Ora. 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/daniel-thomson/nzhts/ and changes regularly. See the Directory of published versions

: AllergyIntoleranceCriticality - JSON Representation

Page standards status: Trial-use Maturity Level: 3

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "allergy-intolerance-criticality",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-11-05T17:13:38.369+13:00"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pc"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3
    }
  ],
  "url" : "http://hl7.org/fhir/allergy-intolerance-criticality",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.4.130"
    }
  ],
  "version" : "0.1.0",
  "name" : "AllergyIntoleranceCriticality",
  "title" : "AllergyIntoleranceCriticality",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-11-01T09:29:23+11:00",
  "publisher" : "Health New Zealand | Te Whatu Ora",
  "contact" : [
    {
      "name" : "Health New Zealand | Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tewhatuora.govt.nz/"
        }
      ]
    }
  ],
  "description" : "Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality",
  "content" : "complete",
  "concept" : [
    {
      "code" : "low",
      "display" : "Low Risk",
      "definition" : "Worst case result of a future exposure is not assessed to be life-threatening or having high potential for organ system failure."
    },
    {
      "code" : "high",
      "display" : "High Risk",
      "definition" : "Worst case result of a future exposure is assessed to be life-threatening or having high potential for organ system failure."
    },
    {
      "code" : "unable-to-assess",
      "display" : "Unable to Assess Risk",
      "definition" : "Unable to assess the worst case result of a future exposure."
    }
  ]
}