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

Allergyintolerance-example-dust-f201.json

Real-world patient example

{
  "resourceType": "AllergyIntolerance",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <p>\n        <b>identifier</b>: House dust allergy = 232349006\n      </p>\n      <p>\n        <b>criticality</b>: medium\n      </p>\n      <p>\n        <b>sensitivityType</b>: allergy\n      </p>\n      <p>\n        <b>recordedDate</b>: 28-Jan 2013\n      </p>\n      <p>\n        <b>status</b>: confirmed\n      </p>\n      <p>\n        <b>subject</b>: Roel\n      </p>\n      <p>\n        <b>recorder</b>: \n        <a href=\"practitioner-example-f201-ab.html\">UZI-nummer = 12345678901 (official); Dokter Bronsig(official); Male; birthDate: 24-Dec 1956; Implementation of planned interventions; Medical oncologist</a>\n      </p>\n      <p>\n        <b>substance</b>: House dust allergen\n      </p>\n    </div>"
  },
  "identifier": [
    {
      "label": "House dust allergy",
      "system": "http://snomed.info/sct",
      "value": "232349006"
    }
  ],
  "criticality": "medium",
  "sensitivityType": "allergy",
  "recordedDate": "2013-01-28",
  "status": "confirmed",
  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "recorder": {
    "reference": "Practitioner/f201"
  },
  "substance": {
    "reference": "Substance/f201",
    "display": "House dust allergen"
  }
}