{
  "resourceType" : "QuestionnaireResponse",
  "id" : "ExampleAllergologyAnamnesisChild",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/AllergologyAnamnesis"]
  },
  "questionnaire" : "https://fhir.by/Questionnaire/QAllergologyAnamnesis",
  "status" : "completed",
  "subject" : {
    "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
  },
  "item" : [{
    "linkId" : "1",
    "text" : "Аллергические заболевания",
    "answer" : [{
      "valueReference" : {
        "reference" : "Condition/ExampleDiagnosisAllergy"
      }
    }]
  },
  {
    "linkId" : "2",
    "text" : "Аллергические реакции/непереносимости в анамнезе",
    "answer" : [{
      "valueReference" : {
        "reference" : "AllergyIntolerance/ExampleDrugAllergyPenicillin"
      }
    }]
  }]
}