HL7 FHIR Implementation Guide: Profiles for ICSR Transfusion and Vaccination Adverse Event Detection and Reporting
0.1.0 - STU 1 Ballot

This page is part of the Profiles for ICSR Transfusion and Vaccination Adverse Event Detection and Reporting (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Transfusion-related Adverse Events - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "MedDRATransfusionAdverseEventVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://meddra.org</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>10052235</td><td>Transfusion-related acute lung injury</td></tr><tr><td>10066173</td><td>Allergic transfusion reaction</td></tr><tr><td>10066174</td><td>Transfusion-related circulatory overload</td></tr><tr><td>10066177</td><td>Transfusion-transmitted infectious disease</td></tr><tr><td>10066181</td><td>Acute haemolytic transfusion reaction</td></tr><tr><td>10066182</td><td>Delayed hemolytic transfusion reaction</td></tr><tr><td>10066183</td><td>Febrile nonhemolytic transfusion reaction</td></tr><tr><td>10067113</td><td>Anaphylactic transfusion reaction</td></tr><tr><td>10070895</td><td>Transfusion associated GVHD</td></tr><tr><td>10072263</td><td>Delayed serologic transfusion reaction</td></tr><tr><td>10072264</td><td>Hypotensive transfusion reaction</td></tr><tr><td>10072265</td><td>Post transfusion purpura</td></tr><tr><td>10072266</td><td>Transfusion-associated dyspnea</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/icsr-ae-reporting/ValueSet/MedDRATransfusionAdverseEventVS",
  "version" : "0.1.0",
  "name" : "MedDRATransfusionAdverseEventVS",
  "title" : "Transfusion-related Adverse Events",
  "status" : "active",
  "date" : "2021-08-05T14:34:06+00:00",
  "publisher" : "Biomedical Research & Regulation WG",
  "contact" : [
    {
      "name" : "Biomedical Research & Regulation WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/rcrim"
        }
      ]
    },
    {
      "name" : "Jean Duteau",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:jean.duteau@ibm.com"
        }
      ]
    }
  ],
  "description" : "Transfusion-related Adverse Events from MedDRA",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://meddra.org",
        "concept" : [
          {
            "code" : "10052235",
            "display" : "Transfusion-related acute lung injury"
          },
          {
            "code" : "10066173",
            "display" : "Allergic transfusion reaction"
          },
          {
            "code" : "10066174",
            "display" : "Transfusion-related circulatory overload"
          },
          {
            "code" : "10066177",
            "display" : "Transfusion-transmitted infectious disease"
          },
          {
            "code" : "10066181",
            "display" : "Acute haemolytic transfusion reaction"
          },
          {
            "code" : "10066182",
            "display" : "Delayed hemolytic transfusion reaction"
          },
          {
            "code" : "10066183",
            "display" : "Febrile nonhemolytic transfusion reaction"
          },
          {
            "code" : "10067113",
            "display" : "Anaphylactic transfusion reaction"
          },
          {
            "code" : "10070895",
            "display" : "Transfusion associated GVHD"
          },
          {
            "code" : "10072263",
            "display" : "Delayed serologic transfusion reaction"
          },
          {
            "code" : "10072264",
            "display" : "Hypotensive transfusion reaction"
          },
          {
            "code" : "10072265",
            "display" : "Post transfusion purpura"
          },
          {
            "code" : "10072266",
            "display" : "Transfusion-associated dyspnea"
          }
        ]
      }
    ]
  }
}