This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Adversereaction-example.json

Example of adversereaction

{
  "resourceType": "AdverseReaction",
  "text": {
    "status": "generated",
    "div": "<div>Anaphylaxis Reaction to a bee sting</div>"
  },
  "date": "2012-09-17",
  "subject": {
    "reference": "Patient/example"
  },
  "didNotOccurFlag": false,
  "recorder": {
    "reference": "Practitioner/example"
  },
  "symptom": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/sid/icd-10",
            "code": "T78.2",
            "display": "Anaphylactic shock, unspecified"
          }
        ],
        "text": "Anaphylaxis reaction"
      },
      "severity": "moderate"
    }
  ],
  "exposure": [
    {
      "date": "2012-09-17",
      "type": "coincidental",
      "substance": {
        "reference": "Substance/example"
      }
    }
  ]
}