Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "QuestionnaireResponse",
"id" : "ExampleLivingConditionsBundleForTest",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/AVLivingConditions"
]
},
"questionnaire" : "https://fhir.by/Questionnaire/QAVLivingConditions",
"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" : [
{
"valueString" : "Живет хорошо."
}
]
}
]
}