XpanDH Project
0.1.0 - ci-build 150

XpanDH Project, published by XpanDH Project. 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-eu/xpandh/ and changes regularly. See the Directory of published versions

: Adverse Event Type - JSON Representation

Active as of 2024-07-10

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "eHDSIAdverseEventType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet eHDSIAdverseEventType</b></p><a name=\"eHDSIAdverseEventType\"> </a><a name=\"hceHDSIAdverseEventType\"> </a><a name=\"hceHDSIAdverseEventType-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/29544009\">29544009</a></td><td>Intolerance</td></tr><tr><td><a href=\"http://snomed.info/id/420134006\">420134006</a></td><td>Propensity to adverse reaction</td></tr><tr><td><a href=\"http://snomed.info/id/609328004\">609328004</a></td><td>Allergic disposition</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.eu/fhir/ig/xpandh/ValueSet/eHDSIAdverseEventType",
  "version" : "0.1.0",
  "name" : "EHDSIAdverseEventType",
  "title" : "Adverse Event Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-07-10T16:19:55+00:00",
  "publisher" : "XpanDH Project",
  "contact" : [
    {
      "name" : "XpanDH Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://xpandh-project.iscte-iul.pt"
        }
      ]
    }
  ],
  "description" : "Adverse Event Type",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "29544009",
            "display" : "Intolerance"
          },
          {
            "code" : "420134006",
            "display" : "Propensity to adverse reaction"
          },
          {
            "code" : "609328004",
            "display" : "Allergic disposition"
          }
        ]
      }
    ]
  }
}