Руководство к использованию стандарта FHIR в ЦИСЗ (ВЕТКА release-1-4-t2-07-26-10)
1.4.444 - ci-build

: Пример Анамнеза жизни (жилищные условия) - JSON Representation

Raw json | Download

{
  "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/ExampleTherapist"
  },
  "source" : {
    🔗 "reference" : "Patient/PatientBundleForTest"
  },
  "item" : [
    {
      "linkId" : "1",
      "text" : "Жилищные условия удовлетворительные",
      "answer" : [
        {
          "valueBoolean" : true
        }
      ]
    },
    {
      "linkId" : "1.1",
      "text" : "Описание жилищных условий",
      "answer" : [
        {
          "valueString" : "Живет хорошо."
        }
      ]
    }
  ]
}