{
  "resourceType" : "Questionnaire",
  "id" : "TransfusiologyAnamnesis",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/QuestionnaireAnamnesisBy"]
  },
  "url" : "https://fhir.by/Questionnaire/TransfusiologyAnamnesis",
  "version" : "0.2.6803",
  "name" : "TransfusiologyAnamnesis",
  "title" : "Трансфузиологический анамнез",
  "status" : "unknown",
  "experimental" : true,
  "subjectType" : ["Patient"],
  "date" : "2024-11-06",
  "publisher" : "fhir.by",
  "contact" : [{
    "name" : "fhir.by",
    "telecom" : [{
      "system" : "url",
      "value" : "https://fhir.by"
    }]
  }],
  "description" : "Содержит информацию о группе крови, резус-факторе и о факте переливания крови и/или её компонентов ",
  "item" : [{
    "linkId" : "1",
    "text" : "Информация о группе крови",
    "type" : "group",
    "required" : true,
    "item" : [{
      "linkId" : "1.1",
      "text" : "Группа крови по системе AB0",
      "type" : "coding",
      "required" : true,
      "answerValueSet" : "https://fhir.by/ValueSet/BloodTypeAB0"
    },
    {
      "linkId" : "1.2",
      "text" : "RhD-принадлежность (резус-фактор)",
      "type" : "coding",
      "required" : true,
      "answerValueSet" : "https://fhir.by/ValueSet/BloodTypeRh"
    },
    {
      "linkId" : "1.3",
      "text" : "Группа крови по Kell",
      "type" : "coding",
      "required" : false,
      "answerValueSet" : "https://fhir.by/ValueSet/BloodTypeKell"
    }]
  },
  {
    "linkId" : "2",
    "text" : "Информация о прошлых трансфузиях",
    "type" : "group",
    "required" : true,
    "item" : [{
      "linkId" : "2.1",
      "text" : "Переливания крови, ее компонентов в анамнезе",
      "type" : "coding",
      "required" : true,
      "answerValueSet" : "https://fhir.by/ValueSet/VSExpandedYesNOIndicator"
    },
    {
      "linkId" : "2.2",
      "text" : "Наименование переливаемой крови, ее компонентов (из ЦИСЗ)",
      "type" : "coding",
      "repeats" : true,
      "answerValueSet" : "https://fhir.by/ValueSet/TransfusionComponent"
    },
    {
      "linkId" : "2.3",
      "text" : "Наименование переливаемой крови, ее компонентов (со слов пациента)",
      "type" : "string",
      "required" : false,
      "repeats" : true
    },
    {
      "linkId" : "2.4",
      "text" : "Показания к трансфузии",
      "type" : "string",
      "required" : true,
      "repeats" : true
    },
    {
      "linkId" : "2.5",
      "text" : "Дата последней трансфузии",
      "type" : "date",
      "required" : false
    },
    {
      "linkId" : "2.6",
      "text" : "Осложнения",
      "type" : "group",
      "required" : true,
      "item" : [{
        "linkId" : "2.6.1",
        "text" : "Были ли осложнения?",
        "type" : "coding",
        "required" : true,
        "answerValueSet" : "https://fhir.by/ValueSet/VSExpandedYesNOIndicator"
      },
      {
        "linkId" : "2.6.2",
        "text" : "Трансфузионная среда, на которую возникло осложнение (из ЦИСЗ)",
        "type" : "coding",
        "enableWhen" : [{
          "question" : "2.6.1",
          "operator" : "=",
          "answerCoding" : {
            "code" : "Y"
          }
        }],
        "required" : false,
        "repeats" : true,
        "answerValueSet" : "https://fhir.by/ValueSet/TransfusionComponent"
      },
      {
        "linkId" : "2.6.3",
        "text" : "Трансфузионная среда, на которую возникло осложнение (со слов пациента)",
        "type" : "string",
        "enableWhen" : [{
          "question" : "2.6.1",
          "operator" : "=",
          "answerCoding" : {
            "code" : "Y"
          }
        }],
        "required" : false,
        "repeats" : true
      },
      {
        "linkId" : "2.6.4",
        "text" : "Дата, когда возникло осложнение",
        "type" : "date",
        "enableWhen" : [{
          "question" : "2.6.1",
          "operator" : "=",
          "answerCoding" : {
            "code" : "Y"
          }
        }],
        "required" : false,
        "repeats" : true
      },
      {
        "linkId" : "2.6.5",
        "text" : "Тип осложнения",
        "type" : "coding",
        "enableWhen" : [{
          "question" : "2.6.1",
          "operator" : "=",
          "answerCoding" : {
            "code" : "Y"
          }
        }],
        "required" : false,
        "repeats" : true,
        "answerValueSet" : "https://fhir.by/ValueSet/TransfusionICDCodes"
      },
      {
        "linkId" : "2.6.6",
        "text" : "Описание симптомов (со слов пациента)",
        "type" : "string",
        "enableWhen" : [{
          "question" : "2.6.1",
          "operator" : "=",
          "answerCoding" : {
            "code" : "Y"
          }
        }],
        "required" : false,
        "repeats" : true
      },
      {
        "linkId" : "2.6.7",
        "text" : "Степень тяжести осложнений",
        "type" : "coding",
        "enableWhen" : [{
          "question" : "2.6.1",
          "operator" : "=",
          "answerCoding" : {
            "code" : "Y"
          }
        }],
        "required" : false,
        "repeats" : true,
        "answerValueSet" : "https://fhir.by/ValueSet/ComplicationSeverity"
      }]
    }]
  }]
}