{
  "resourceType" : "Patient",
  "id" : "ExampleDeadWomenED",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/PatientED"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/DocumentKind",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/DigitalDocumentKind",
        "code" : "03"
      }]
    }
  }],
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/PersonalDocumentType",
        "code" : "INP"
      }]
    },
    "value" : "7631112A009PB9"
  }],
  "active" : true,
  "name" : [{
    "family" : "Аксенова",
    "given" : ["Екатерина",
    "Юрьевна"]
  }],
  "birthDate" : "1988-04-20",
  "deceasedDateTime" : "2025-05-02T05:35:21Z",
  "link" : [{
    "other" : {
      "reference" : "Patient/ExampleDeadWomen"
    },
    "type" : "refer"
  }]
}