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

: Vaccination-related Adverse Events - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "MedDRAVaccinationAdverseEventVS",
  "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>10016289</td><td>Febrile reaction</td></tr><tr><td>10016290</td><td>Febrile seizure</td></tr><tr><td>10004223</td><td>Bell's palsy</td></tr><tr><td>10018766</td><td>Guillain Barre syndrome</td></tr><tr><td>10063979</td><td>Anaphylactic reaction to vaccine</td></tr><tr><td>10022863</td><td>Intussusception</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/icsr-ae-reporting/ValueSet/MedDRAVaccinationAdverseEventVS",
  "version" : "0.1.0",
  "name" : "MedDRAVaccinationAdverseEventVS",
  "title" : "Vaccination-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" : "Vaccination-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" : "10016289",
            "display" : "Febrile reaction"
          },
          {
            "code" : "10016290",
            "display" : "Febrile seizure"
          },
          {
            "code" : "10004223",
            "display" : "Bell's palsy"
          },
          {
            "code" : "10018766",
            "display" : "Guillain Barre syndrome"
          },
          {
            "code" : "10063979",
            "display" : "Anaphylactic reaction to vaccine"
          },
          {
            "code" : "10022863",
            "display" : "Intussusception"
          }
        ]
      }
    ]
  }
}