{
  "resourceType" : "Patient",
  "id" : "b51731d6-8ad9-4480-a005-3ffa5c1f08cb",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/PatientED"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/DocumentKind",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/DigitalDocumentKind",
        "code" : "01"
      }]
    }
  }],
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/PersonalDocumentType",
        "code" : "IPA"
      }]
    },
    "value" : "5001112A009PB3"
  }],
  "active" : true,
  "name" : [{
    "family" : "Примаченко",
    "given" : ["Елизавета",
    "Геннадьевна"]
  }],
  "birthDate" : "1989-07-25",
  "link" : [{
    "other" : {
      "reference" : "Patient/015ff696-b586-4195-ad60-a6e75c26fa93"
    },
    "type" : "refer"
  }]
}