EE TIS Allergy IG
0.1.0 - draft Estonia flag

EE TIS Allergy IG, published by TEHIK. 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/TEHIK-EE/ig-ee-allergy/ and changes regularly. See the Directory of published versions

: Example of patient reported food allergy. - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "AllergyPatientReportedFood",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/allergy/StructureDefinition/ee-tis-allergy-patient-reported"
    ]
  },
  "language" : "et",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AllergyPatientReportedFood</b></p><a name=\"AllergyPatientReportedFood\"> </a><a name=\"hcAllergyPatientReportedFood\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: et</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-tis-allergy-patient-reported.html\">EE TIS AllergyIntolerance Patient Reported</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>category</b>: Food</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 91938006}\">Allergy to strawberries</span></p><p><b>patient</b>: <code>Patient/$ee-mpi-patient</code></p><p><b>recordedDate</b>: 2012-12-13</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><code>Patient/$ee-mpi-patient</code></td></tr></table><p><b>note</b>: </p><blockquote><div><p>sõin maasikaidja hakkasin sügelema</p>\n</div></blockquote><blockquote><p><b>reaction</b></p><h3>Manifestations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 168000}\">Typhlolithiasis</span></td></tr></table><p><b>description</b>: ja nii on</p><p><b>onset</b>: 2023-12-23</p><p><b>exposureRoute</b>: <span title=\"Codes:{http://snomed.info/sct 47625008}\">Intravenous route</span></p></blockquote></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "category" : [
    "food"
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "91938006",
        "display" : "Allergy to strawberries"
      }
    ]
  },
  "patient" : {
    "reference" : "Patient/$ee-mpi-patient"
  },
  "recordedDate" : "2012-12-13",
  "participant" : [
    {
      "actor" : {
        "reference" : "Patient/$ee-mpi-patient"
      }
    }
  ],
  "note" : [
    {
      "text" : "sõin maasikaidja hakkasin sügelema"
    }
  ],
  "reaction" : [
    {
      "manifestation" : [
        {
          "concept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "168000",
                "display" : "Typhlolithiasis"
              }
            ]
          }
        }
      ],
      "description" : "ja nii on",
      "onset" : "2023-12-23",
      "exposureRoute" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "47625008",
            "display" : "Intravenous route"
          }
        ]
      }
    }
  ]
}