TEHIK FHIR IG Allergy
0.1.0 - draft Estonia flag

TEHIK FHIR IG Allergy, 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 Allergy - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "example",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><p><b>Allergy probability</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/valu-esinemise-sagedus 02}\">Esines 1-2 päeva vältel viimase 3 päeva jooksul</span></p><p><b>code</b>: <span title=\"Codes:\">allergeen</span></p><p><b>patient</b>: <a href=\"Patient-example.html\">John Doe  Male, DoB: 1980-01-01</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.ee/allergy/StructureDefinition/ee-allergy-probability-extension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.ee/CodeSystem/valu-esinemise-sagedus",
            "code" : "02",
            "display" : "Esines 1-2 päeva vältel viimase 3 päeva jooksul"
          }
        ]
      }
    }
  ],
  "code" : {
    "text" : "allergeen"
  },
  "patient" : {
    🔗 "reference" : "Patient/example"
  }
}