{
  "resourceType" : "Questionnaire",
  "id" : "QAllergicReaction",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/QuestionnaireReactions"]
  },
  "url" : "https://fhir.by/Questionnaire/QAllergicReaction",
  "version" : "0.2.6803",
  "name" : "QAllergicReaction",
  "title" : "Аллергическая реакция",
  "status" : "active",
  "experimental" : true,
  "subjectType" : ["Patient"],
  "date" : "2025-08-21",
  "publisher" : "fhir.by",
  "contact" : [{
    "name" : "fhir.by",
    "telecom" : [{
      "system" : "url",
      "value" : "https://fhir.by"
    }]
  }],
  "description" : "Анкета по аллергической реакции, которую пациент заполняет самостоятельно",
  "item" : [{
    "linkId" : "1",
    "text" : "Предполагаемые причины аллергической реакции",
    "type" : "coding",
    "required" : true,
    "repeats" : true,
    "answerValueSet" : "https://fhir.by/ValueSet/CausesAllergicReaction"
  },
  {
    "linkId" : "2",
    "text" : "Дополнительная информация об аллергической реакции",
    "type" : "string",
    "required" : false,
    "repeats" : false
  }]
}