International Patient Summary 1.0.0 Release
1.0 - CI Build

International Patient Summary 1.0.0 Release - Local Development build (v1.0). See the Directory of published versions

: Allergy-intolerance Criticality - JSON Representation

Draft as of 2023-01-12

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "2.16.840.1.113883.11.22.60--20171214102248",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:oid:2.16.840.1.113883.4.642.1.120</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Comments</b></td></tr><tr><td>high</td><td>High Risk</td><td>Note: 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>low</td><td>Low Risk</td><td>Note: 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>unable-to-assess</td><td>Unable to Assess Risk</td><td>Note: Unable to assess the worst case result of a future exposure.</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
      "valuePeriod" : {
        "start" : "2017-12-14T10:22:48+01:00"
      }
    }
  ],
  "url" : "http://localhost:8877/fhir/ValueSet/2.16.840.1.113883.11.22.60--20171214102248",
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.11.22.60"
    }
  ],
  "version" : "1.0",
  "name" : "Allergy_intolerance_criticality",
  "title" : "Allergy-intolerance Criticality",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-01-12T22:27:49+01:00",
  "publisher" : "Health Level Seven",
  "contact" : [
    {
      "name" : "HL7 International - International Patient Summary",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/structure"
        }
      ]
    }
  ],
  "description" : "**description: **                 \nRecommended values for criticality observations",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "urn:oid:2.16.840.1.113883.4.642.1.120",
        "concept" : [
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "Worst case result of a future exposure is assessed to be life-threatening or having high potential for organ system failure."
              }
            ],
            "code" : "high",
            "display" : "High Risk"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "Worst case result of a future exposure is not assessed to be life-threatening or having high potential for organ system failure."
              }
            ],
            "code" : "low",
            "display" : "Low Risk"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "Unable to assess the worst case result of a future exposure."
              }
            ],
            "code" : "unable-to-assess",
            "display" : "Unable to Assess Risk"
          }
        ]
      }
    ]
  }
}