Adverse Event Clinical Research R4 Backport
1.0.0-ballot - ballot International flag

This page is part of the Adverse Event Clinical Research R4 Backport (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Adverse Event Seriousness Criteria - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "adverse-event-seriousness-criteria-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-nciThesaurus.html\"><code>http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>C48275</td><td>Results In Death</td></tr><tr><td>C84266</td><td>Is Life Threatening</td></tr><tr><td>C83052</td><td>Requires Inpatient Hospitalization</td></tr><tr><td>C11338</td><td>Results In Persistent Or Significant Disability</td></tr><tr><td>C83117</td><td>Congenital Anomaly or Birth Defect</td></tr><tr><td>C82521</td><td>Other Medically Important Condition</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/ae-research-backport-ig/ImplementationGuide/hl7.fhir.uv.ae-research-backport-ig"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/ae-research-backport-ig/ValueSet/adverse-event-seriousness-criteria-vs",
  "version" : "1.0.0-ballot",
  "name" : "AdverseEventSerCrit",
  "title" : "Adverse Event Seriousness Criteria",
  "status" : "draft",
  "experimental" : true,
  "date" : "2023-07-28T19:53:38+00:00",
  "publisher" : "HL7 International - Biomedical Research and Regulation, Vulcan AdverseEvent groups",
  "contact" : [
    {
      "name" : "Biomedical Research and Regulation WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description" : "Action criteria usually associated with serious events that pose a threat to a patient's life or functioning. Adverse Events criteria to expand on the seriousness of the adverse event. Typically used in reporting for Clinical Research, post-market surveillance (e.g. Form FDA 3500A MedWatch). The adverse event seriousness criteria value set is based on the ICH E2D Post-Approval Safety Data Management: Definitions and Standards for Expedited Reporting guidance (https://database.ich.org/sites/default/files/E2D_Guideline.pdf). For information on ICH see https://admin.ich.org/sites/default/files/inline-files/OID_Information_Paper_1.pdf from the INTERNATIONAL CONFERENCE ON HARMONISATION OF TECHNICAL REQUIREMENTS FOR REGISTRATION OF PHARMACEUTICALS FOR HUMAN USE (ICH) document ICH E2B(R3), the Electronic Transmission of Individual Case Safety Reports (ICSRs) Implementation Guide Data Elements and Message Specification, and ICH M8, the Electronic Common Technical Document",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
        "concept" : [
          {
            "code" : "C48275",
            "display" : "Results In Death"
          },
          {
            "code" : "C84266",
            "display" : "Is Life Threatening"
          },
          {
            "code" : "C83052",
            "display" : "Requires Inpatient Hospitalization"
          },
          {
            "code" : "C11338",
            "display" : "Results In Persistent Or Significant Disability"
          },
          {
            "code" : "C83117",
            "display" : "Congenital Anomaly or Birth Defect"
          },
          {
            "code" : "C82521",
            "display" : "Other Medically Important Condition"
          }
        ]
      }
    ]
  }
}