FHIR R6 Pharmacy Incubator
0.1.0 - ci-build International flag

FHIR R6 Pharmacy Incubator, published by HL7 International / Pharmacy. 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/phx-incubator/ and changes regularly. See the Directory of published versions

: Seriousness Criteria Code System - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "seriousness-criteria",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem seriousness-criteria</b></p><a name=\"seriousness-criteria\"> </a><a name=\"hcseriousness-criteria\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/CodeSystem/seriousness-criteria</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">resultsInDeath<a name=\"seriousness-criteria-resultsInDeath\"> </a></td><td>Resulted in Death</td><td>Adverse event resulted in death</td></tr><tr><td style=\"white-space:nowrap\">lifeThreatening<a name=\"seriousness-criteria-lifeThreatening\"> </a></td><td>Life Threatening</td><td>Life Threatening</td></tr><tr><td style=\"white-space:nowrap\">resultsinHospitalization<a name=\"seriousness-criteria-resultsinHospitalization\"> </a></td><td>Resulted in Hospitalization</td><td>Resulted in Hospitalization</td></tr><tr><td style=\"white-space:nowrap\">resultsInDisabliity<a name=\"seriousness-criteria-resultsInDisabliity\"> </a></td><td>Resulted in Disability</td><td>Resulted in Disability</td></tr><tr><td style=\"white-space:nowrap\">isBirthDefect<a name=\"seriousness-criteria-isBirthDefect\"> </a></td><td>Resulted in Birth defect</td><td>Resulted in Birth Defect</td></tr><tr><td style=\"white-space:nowrap\">requiresPreventImpairment<a name=\"seriousness-criteria-requiresPreventImpairment\"> </a></td><td>Required Intervention</td><td>Required Intervention to Prevent Permanent Impairment or Damage</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "phx"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    }
  ],
  "url" : "http://hl7.org/fhir/CodeSystem/seriousness-criteria",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.4.1987"
    }
  ],
  "version" : "0.1.0",
  "name" : "SeriousnessCriteriaCS",
  "title" : "Seriousness Criteria Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-06-14T10:06:34-06:00",
  "publisher" : "HL7 International / Pharmacy",
  "contact" : [
    {
      "name" : "HL7 International / Pharmacy",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/medication"
        }
      ]
    }
  ],
  "description" : "Action criteria usually associated with serious events that pose a threat to a patient's life or functioning",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/seriousness-criteria",
  "content" : "complete",
  "concept" : [
    {
      "code" : "resultsInDeath",
      "display" : "Resulted in Death",
      "definition" : "Adverse event resulted in death"
    },
    {
      "code" : "lifeThreatening",
      "display" : "Life Threatening",
      "definition" : "Life Threatening"
    },
    {
      "code" : "resultsinHospitalization",
      "display" : "Resulted in Hospitalization",
      "definition" : "Resulted in Hospitalization"
    },
    {
      "code" : "resultsInDisabliity",
      "display" : "Resulted in Disability",
      "definition" : "Resulted in Disability"
    },
    {
      "code" : "isBirthDefect",
      "display" : "Resulted in Birth defect",
      "definition" : "Resulted in Birth Defect"
    },
    {
      "code" : "requiresPreventImpairment",
      "display" : "Required Intervention",
      "definition" : "Required Intervention to Prevent Permanent Impairment or Damage"
    }
  ]
}