{
  "resourceType" : "Patient",
  "id" : "PatientBundleForTestAnPat",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/AnonymousPatientBy"]
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/DocNumbersBy",
        "code" : "ANO"
      }]
    },
    "value" : "331121990999000",
    "period" : {
      "start" : "2024-12-31"
    },
    "assigner" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  }],
  "active" : true,
  "name" : [{
    "family" : "Семенов",
    "given" : ["Сергей",
    "Сидорович"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "89001234567"
  }],
  "birthDate" : "1990-12-31"
}