{
  "resourceType" : "ClinicalImpression",
  "id" : "ExampleDeathCertificateWithoutSection",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/DeathCertificate"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/AgeOfDeath",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/AgeOfDeath",
        "code" : "04",
        "display" : "умер в возрасте старше года"
      }]
    }
  },
  {
    "extension" : [{
      "extension" : [{
        "url" : "https://fhir.by/StructureDefinition/StreetGeoRegistry",
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "https://fhir.by/ValueSet/StreetGeoRegistry",
            "code" : "5170301729728235",
            "display" : "Проспект Партизанский, 83"
          }]
        }
      },
      {
        "url" : "https://fhir.by/StructureDefinition/ApartmentRoom",
        "valueString" : "кв. 11"
      }],
      "url" : "https://fhir.by/StructureDefinition/PlaceOutsideOrganization"
    },
    {
      "url" : "https://fhir.by/StructureDefinition/PlaceOfDeathByCode",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/PlaceOfDeathByCode",
          "code" : "4",
          "display" : "дома"
        }]
      }
    }],
    "url" : "https://fhir.by/StructureDefinition/PlaceOfDeath"
  },
  {
    "url" : "https://fhir.by/StructureDefinition/EstablishmentOfCauseOfDeath",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/EstablishmentOfCauseOfDeath",
        "code" : "2",
        "display" : "записей лечащего врача в медицинской документации"
      }]
    }
  }],
  "identifier" : [{
    "system" : "https://minzdrav.gov.by",
    "value" : "03-123456789-2025000000000001",
    "assigner" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f",
      "display" : "Поликлиника №5"
    }
  }],
  "status" : "completed",
  "subject" : {
    "reference" : "Patient/ExampleDeadPatientED"
  },
  "date" : "2025-05-05T05:35:21Z",
  "performer" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "finding" : [{
    "item" : {
      "concept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/TypeOfDeathReason",
          "code" : "DirectlyDeathReason",
          "display" : "Непосредственная причина смерти (мертворождения) - заболевание или состояние, непосредственно приведшее к смерти"
        }]
      },
      "reference" : {
        "reference" : "Condition/ExampleDiagnosisDepression",
        "display" : "I50.0 - Застойная сердечная недостаточность"
      }
    }
  },
  {
    "item" : {
      "concept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/TypeOfDeathReason",
          "code" : "ConditionsForDirectlyDeathReason",
          "display" : "Патологические состояния (заболевания), вызвавшие или обусловившие непосредственную причину смерти (мертворождения)"
        }]
      },
      "reference" : {
        "reference" : "Condition/ExampleDiagnosisDiabet",
        "display" : "I25.2 - Перенесенный в прошлом инфаркт миокарда"
      }
    }
  },
  {
    "item" : {
      "concept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/TypeOfDeathReason",
          "code" : "MainDeathReason",
          "display" : "Основная причина смерти (мертворождения) - первоначальное заболевание или состояние"
        }]
      },
      "reference" : {
        "reference" : "Condition/ExampleDiagnosisVeins05",
        "display" : "I25.1 - Атеросклеротическая болезнь сердца"
      }
    }
  },
  {
    "item" : {
      "concept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/TypeOfDeathReason",
          "code" : "OtherCondition",
          "display" : "Прочие важные состояния, сопутствующие смерти (мертворождению), но не связанные с заболеванием или патологическим состоянием, приведшим к ней"
        }]
      },
      "reference" : {
        "reference" : "Condition/ExampleDiagnosisVeins",
        "display" : "C61 - Злокачественное новообразование предстательной железы"
      }
    }
  }]
}