INTEROPen CareConnect Base STU3 Implementation Guide
3.0.0 - CI Build

INTEROPen CareConnect Base STU3 Implementation Guide - Local Development build (v3.0.0). See the Directory of published versions

ReactionEventSeverity-1 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "CareConnect-ReactionEventSeverity-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>AllergyIntoleranceSeverity</h2><div><p>Clinical assessment of the severity of a reaction event as a whole, potentially considering multiple different manifestations.</p>\n</div><p><b>Copyright Statement:</b> Copyright © HL7.org 2011+</p><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/STU3/codesystem-reaction-event-severity.html\"><code>http://hl7.org/fhir/reaction-event-severity</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://hl7.org/fhir/STU3/codesystem-reaction-event-severity.html#reaction-event-severity-mild\">mild</a></td><td>Mild</td><td>Causes mild physiological effects.</td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/codesystem-reaction-event-severity.html#reaction-event-severity-moderate\">moderate</a></td><td>Moderate</td><td>Causes moderate physiological effects.</td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/codesystem-reaction-event-severity.html#reaction-event-severity-severe\">severe</a></td><td>Severe</td><td>Causes severe physiological effects.</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-map",
      "valueReference" : {
        "reference" : "https://fhir.hl7.org.uk/STU3/ConceptMap/CareConnect-AllergySeverity-1"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-sourceReference",
      "valueUri" : "http://hl7.org/fhir/ValueSet/reaction-event-severity"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pc"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString" : "Informative"
    }
  ],
  "url" : "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-ReactionEventSeverity-1",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.3.125"
    }
  ],
  "version" : "3.0.0",
  "name" : "AllergyIntoleranceSeverity",
  "status" : "draft",
  "date" : "2017-04-19T07:44:47+10:00",
  "publisher" : "INTEROpen",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "https://interopen.ryver.com/"
        }
      ]
    }
  ],
  "description" : "Clinical assessment of the severity of a reaction event as a whole, potentially considering multiple different manifestations.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "826"
        }
      ]
    }
  ],
  "copyright" : "Copyright © HL7.org 2011+",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/reaction-event-severity",
        "concept" : [
          {
            "code" : "mild",
            "display" : "Mild"
          },
          {
            "code" : "moderate",
            "display" : "Moderate"
          },
          {
            "code" : "severe",
            "display" : "Severe"
          }
        ]
      }
    ]
  }
}