{
  "resourceType" : "AllergyIntolerance",
  "id" : "ExampleFoodAllergyPeanut",
  "meta" : {
    "lastUpdated" : "2025-06-25T23:00:00Z",
    "profile" : ["https://fhir.by/StructureDefinition/AllergyIntoleranceBy"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/AllergyTriggerString",
    "valueString" : "Арахис"
  },
  {
    "url" : "https://fhir.by/StructureDefinition/AllergyIntolerCategory",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/AllergyIntoleranceCauses",
        "code" : "food",
        "display" : "Пищевые продукты"
      }]
    }
  }],
  "clinicalStatus" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/AllergyIntoleranceClinicalStatus",
      "code" : "active",
      "display" : "Наличие симптомов и/или клинических проявлений"
    }]
  },
  "verificationStatus" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/AllergyIntoleranceVerificationStatus",
      "code" : "confirmed",
      "display" : "Подтвержденная: клинически или лабораторно подтвержден факт аллергии/непереносимости"
    }]
  },
  "type" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/AllergyIntoleranceType",
      "code" : "allergy",
      "display" : "Аллергия (иммунный механизм)"
    }]
  },
  "category" : ["food"],
  "criticality" : "low",
  "patient" : {
    "reference" : "Patient/ExamplePatientWithIdentificationNumber"
  },
  "encounter" : {
    "reference" : "Encounter/ExampleEncounterAllergy"
  },
  "onsetDateTime" : "2025-06-20",
  "participant" : [{
    "actor" : {
      "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
    }
  }],
  "note" : [{
    "text" : "Пациенту даны рекомендации строго придерживаться диеты, которая исключает употребление продуктов, содержащих арахис. Назначены лабораторные исследования для подтверждения аллергии"
  }],
  "reaction" : [{
    "extension" : [{
      "url" : "https://fhir.by/StructureDefinition/ReactionSubstanceString",
      "valueString" : "Батончик мюсли с арахисом"
    },
    {
      "url" : "https://fhir.by/StructureDefinition/Measures",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/AEReportMeasures",
          "code" : "pharmacological-treatment",
          "display" : "применение медикаментозной терапии"
        }]
      }
    },
    {
      "url" : "https://fhir.by/StructureDefinition/MedicationsCode",
      "valueReference" : {
        "reference" : "MedicationRequest/ExampleMedicationOrderAmoxiclav"
      }
    }],
    "manifestation" : [{
      "reference" : {
        "reference" : "Observation/ArterialBloodPressureBundleForTest"
      }
    },
    {
      "reference" : {
        "reference" : "Observation/BodyTemperatureBundleForTest"
      }
    },
    {
      "reference" : {
        "reference" : "Observation/HeartRateBundleForTest"
      }
    }],
    "description" : "Через 10-15 минут после съеденного батончика появилась крапивница (очаги на шее, туловище и верхних конечностях), зуд кожи, тошнота",
    "onset" : "2025-06-20",
    "exposureRoute" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/MedicationRouteAdmin",
        "code" : "048",
        "display" : "для приема внутрь"
      }]
    },
    "note" : [{
      "text" : "Реакция купировалась после приема антигистаминного препарата (Цетиризин)"
    }]
  }]
}