{
  "resourceType" : "Patient",
  "id" : "ExamplePatientTDPatientPetrovAG",
  "meta" : {
    "lastUpdated" : "2025-07-23T16:00:00Z",
    "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" : "7001112A007PB3"
  }],
  "active" : true,
  "name" : [{
    "family" : "Петров",
    "given" : ["Александр",
    "георгиевчи"]
  }],
  "birthDate" : "1988-04-21",
  "link" : [{
    "other" : {
      "reference" : "Patient/PatientPregnancyFirst"
    },
    "type" : "refer"
  }]
}