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 a environmental allergy - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "AllergyEnvironment",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/allergy/StructureDefinition/ee-tis-allergy-intolerance"
    ]
  },
  "language" : "et",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AllergyEnvironment</b></p><a name=\"AllergyEnvironment\"> </a><a name=\"hcAllergyEnvironment\"> </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-intolerance.html\">EE TIS AllergyIntolerance</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/allergy-intolerance-type allergy}\">Allergy</span></p><p><b>category</b>: Environment</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1003755004}\">Allergy to Hevea brasiliensis latex protein</span></p><p><b>patient</b>: <code>Patient/$ee-mpi-patient</code></p><p><b>onset</b>: 2024-12-12</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>PractitionerRole/$ee-pract-role</code></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Käinud juba 5 erineva allergoloogi juures.</p>\n</div></blockquote><blockquote><p><b>reaction</b></p><p><b>Diagnose of allergy/intolerance</b>: <a href=\"Condition-AllergyCondition1.html\">Condition Õietolmu põhjustatud allergiline riniit</a></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 40275004}\">Kontaktdermatiit</span></td></tr></table><p><b>description</b>: koleluguonhirmus</p><p><b>onset</b>: 2024-11-11</p><p><b>severity</b>: Mild</p><p><b>exposureRoute</b>: <span title=\"Codes:{http://snomed.info/sct 447694001}\">Respiratory tract route</span></p></blockquote></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "type" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/allergy-intolerance-type",
        "code" : "allergy",
        "display" : "Allergy"
      }
    ]
  },
  "category" : [
    "environment"
  ],
  "criticality" : "high",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1003755004",
        "display" : "Allergy to Hevea brasiliensis latex protein"
      }
    ]
  },
  "patient" : {
    "reference" : "Patient/$ee-mpi-patient"
  },
  "onsetDateTime" : "2024-12-12",
  "recordedDate" : "2012-12-13",
  "participant" : [
    {
      "actor" : {
        "reference" : "PractitionerRole/$ee-pract-role"
      }
    }
  ],
  "note" : [
    {
      "text" : "Käinud juba 5 erineva allergoloogi juures."
    }
  ],
  "reaction" : [
    {
      "extension" : [
        {
          "url" : "https://fhir.ee/allergy/StructureDefinition/ee-tis-allergy-diagnosis",
          "valueReference" : {
            🔗 "reference" : "Condition/AllergyCondition1"
          }
        }
      ],
      "manifestation" : [
        {
          "concept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "40275004",
                "display" : "Kontaktdermatiit"
              }
            ]
          }
        }
      ],
      "description" : "koleluguonhirmus",
      "onset" : "2024-11-11",
      "severity" : "mild",
      "exposureRoute" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "447694001",
            "display" : "Respiratory tract route"
          }
        ]
      }
    }
  ]
}