{
  "resourceType" : "Patient",
  "id" : "ExamplePatientED",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/PatientED"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/DocumentKind",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/DigitalDocumentKind",
        "code" : "00"
      }]
    }
  }],
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/PersonalDocumentType",
        "code" : "INP"
      }]
    },
    "value" : "7001112A009PB3"
  }],
  "active" : true,
  "name" : [{
    "family" : "Иванов",
    "given" : ["Василий",
    "Васильевич"]
  }],
  "gender" : "male",
  "birthDate" : "1989-01-31",
  "deceasedBoolean" : false,
  "address" : [{
    "extension" : [{
      "url" : "https://fhir.by/StructureDefinition/CoutryForAddresses",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/CitizenshipCode",
          "code" : "BY",
          "display" : "Беларусь"
        }]
      }
    },
    {
      "url" : "https://fhir.by/StructureDefinition/StreetGeoRegistry",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/StreetGeoRegistry",
          "code" : "72609920778",
          "display" : "Переулок Снежный"
        }]
      }
    },
    {
      "url" : "https://fhir.by/StructureDefinition/ApartmentRoom",
      "valueString" : "кв. 11"
    }],
    "use" : "home",
    "text" : "Могилевская область, г.Могилев, Переулок Гоголя, д.19",
    "postalCode" : "212011"
  }],
  "link" : [{
    "other" : {
      "reference" : "Patient/PatientBundleForTest"
    },
    "type" : "refer"
  }]
}