{
  "resourceType" : "Patient",
  "id" : "28f112e3-6602-441e-b36a-510fb3a35f91",
  "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" : "6001112A009PB3"
  }],
  "active" : true,
  "name" : [{
    "family" : "Юхо",
    "given" : ["Татьяна",
    "Викторовна"]
  }],
  "birthDate" : "1999-07-25",
  "link" : [{
    "other" : {
      "reference" : "Patient/0b2e6c9f-0f65-438d-83be-72d233a30f86"
    },
    "type" : "refer"
  }]
}