{
  "resourceType" : "Encounter",
  "id" : "ExampleEncounterDeathOutpatient",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/EncounterDeathOutpatient"]
  },
  "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/PresentedIndividuals",
    "valueString" : "Лариса Ивановна Иванова, жена погибшего"
  },
  {
    "url" : "https://fhir.by/StructureDefinition/DeathCircumstances",
    "valueString" : "Жена обнаружила мужа без сознания, с холодной кожей, отсутствием дыхания и пульса. Со слов жены, у пациента была онкология,  хроническая ишемическая болезнь сердца, ранее перенес инфаркт. Госпитализаций за последний месяц не было."
  },
  {
    "url" : "https://fhir.by/StructureDefinition/SignsOfViolentDeath",
    "valueBoolean" : false
  },
  {
    "url" : "https://fhir.by/StructureDefinition/CorpseExamination",
    "valueString" : "Признаки биологической смерти (трупные пятна, ригидность)"
  },
  {
    "url" : "https://fhir.by/StructureDefinition/ConsentWithoutAutopsy",
    "valueBoolean" : true
  },
  {
    "url" : "https://fhir.by/StructureDefinition/GroundForInvestigation",
    "valueBoolean" : false
  }],
  "identifier" : [{
    "value" : "134536767"
  }],
  "status" : "completed",
  "subject" : {
    "reference" : "Patient/ExampleDeadPatientWithId",
    "display" : "Иванов Петр Сидорович"
  },
  "serviceProvider" : {
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f",
    "display" : "Станция СМП"
  },
  "participant" : [{
    "actor" : {
      "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
      "display" : "Фельдшер бригады СМП, Федоров Алексей Владимирович"
    }
  }],
  "actualPeriod" : {
    "end" : "2025-05-02T05:25:21Z"
  },
  "diagnosis" : [{
    "condition" : [{
      "concept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/PostmortemSummary",
          "code" : "2",
          "display" : "Биологическая смерть до прибытия медицинских работников"
        }]
      }
    }]
  }]
}