HL7 FHIR Implementation Guide: Common Terminology Criteria (CTC) Adverse Events Release 1 - DRAFT
0.0.1 - DRAFT United States of America flag

HL7 FHIR Implementation Guide: Common Terminology Criteria (CTC) Adverse Events Release 1 - DRAFT, published by HL7 International Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/standardhealth/fsh-ae/ and changes regularly. See the Directory of published versions

: Adverse Event Relatedness Value Set - JSON Representation

Draft as of 2024-02-28

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "adverse-event-relatedness-value-set",
  "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.3.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>C53256</td><td>Adverse Event Unrelated to Intervention</td></tr><tr><td>C53257</td><td>Adverse Event Unlikely Related to Intervention</td></tr><tr><td>C53258</td><td>Adverse Event Possibly Related to Intervention</td></tr><tr><td>C53259</td><td>Adverse Event Probably Related to Intervention</td></tr><tr><td>C53260</td><td>Adverse Event Definitely Related to Intervention</td></tr><tr><td>C68618</td><td>Adverse Event Conditionally Related to Intervention</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/ctcae/ValueSet/adverse-event-relatedness-value-set",
  "version" : "0.0.1",
  "name" : "AdverseEventRelatednessVS",
  "title" : "Adverse Event Relatedness Value Set",
  "status" : "draft",
  "date" : "2024-02-28T19:15:22+00:00",
  "publisher" : "HL7 International Clinical Interoperability Council",
  "contact" : [
    {
      "name" : "HL7 International Clinical Interoperability Council",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.mcodeinitiative.org"
        }
      ]
    }
  ],
  "description" : "Codes qualifying the adverse event's relationship to the medical intervention, according to WHO causality assessment criteria: it is applicable to a clinical event, including laboratory test abnormality, occurs in a plausible time relationship to medical intervention, and cannot be explained by concurrent disease or other interventions.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
        "concept" : [
          {
            "code" : "C53256",
            "display" : "Adverse Event Unrelated to Intervention"
          },
          {
            "code" : "C53257",
            "display" : "Adverse Event Unlikely Related to Intervention"
          },
          {
            "code" : "C53258",
            "display" : "Adverse Event Possibly Related to Intervention"
          },
          {
            "code" : "C53259",
            "display" : "Adverse Event Probably Related to Intervention"
          },
          {
            "code" : "C53260",
            "display" : "Adverse Event Definitely Related to Intervention"
          },
          {
            "code" : "C68618",
            "display" : "Adverse Event Conditionally Related to Intervention"
          }
        ]
      }
    ]
  }
}