{
  "resourceType" : "QuestionnaireResponse",
  "id" : "ExampleOccupationHistoryBundleForTest",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/AVOccupationHistory"]
  },
  "questionnaire" : "https://fhir.by/Questionnaire/QAVOccupationHistory",
  "status" : "completed",
  "subject" : {
    "reference" : "Patient/PatientBundleForTest"
  },
  "authored" : "2024-04-07T11:12:21Z",
  "author" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "source" : {
    "reference" : "Patient/PatientBundleForTest"
  },
  "item" : [{
    "linkId" : "1",
    "text" : "Пациент работает",
    "answer" : [{
      "valueBoolean" : true
    }]
  },
  {
    "linkId" : "1.1",
    "text" : "Наличие вредных и опасных условий труда (со слов пациента)",
    "answer" : [{
      "valueBoolean" : true
    }]
  },
  {
    "linkId" : "1.1.1",
    "text" : "Описание условий труда (со слов пациента)",
    "answer" : [{
      "valueString" : "Работа в горячем цеху"
    }]
  }]
}