{
  "resourceType" : "QuestionnaireResponse",
  "id" : "ExampleFisicalDevelopmentAdultBundleForTestWithoutId",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/AVFisicalDevelopmentAdult"]
  },
  "questionnaire" : "https://fhir.by/Questionnaire/QAVFisicalDevelopmentAdult",
  "status" : "completed",
  "subject" : {
    "reference" : "Patient/ExampleForTestPatientWithoutId"
  },
  "authored" : "2024-06-07T11:12:21Z",
  "author" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "source" : {
    "reference" : "Patient/ExampleForTestPatientWithoutId"
  },
  "item" : [{
    "linkId" : "1",
    "text" : "Занятие спортом",
    "answer" : [{
      "valueBoolean" : true
    }]
  },
  {
    "linkId" : "1.1",
    "text" : "Плавание"
  },
  {
    "linkId" : "2",
    "text" : "Служба в армии",
    "answer" : [{
      "valueBoolean" : true
    }]
  },
  {
    "linkId" : "2.1",
    "text" : "Негоден по сколиозу"
  }]
}