{
  "resourceType" : "QuestionnaireResponse",
  "id" : "ExampleLivingConditions",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/AVLivingConditions"]
  },
  "questionnaire" : "https://fhir.by/Questionnaire/QAVLivingConditions",
  "status" : "completed",
  "subject" : {
    "reference" : "Patient/PatientForAnamnesis",
    "display" : "Иванов Иван"
  },
  "authored" : "2024-10-28T00:00:00.000Z",
  "author" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
    "display" : "Олег Михайлович Филатов"
  },
  "source" : {
    "reference" : "Patient/PatientForAnamnesis",
    "display" : "Иванов Иван"
  },
  "item" : [{
    "linkId" : "1",
    "text" : "Жилищные условия удовлетворительные",
    "answer" : [{
      "valueBoolean" : true
    }]
  },
  {
    "linkId" : "1.1",
    "text" : "Описание жилищных условий",
    "answer" : [{
      "valueString" : "Живет хорошо."
    }]
  }]
}