Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "ExampleNewBorn",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/PatientWithIdentificationNumber"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/PatientBirthDateTime",
"valueDateTime" : "2026-02-05T17:10:00Z"
}
],
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/PersonalDocumentType",
"code" : "INP"
}
]
},
"value" : "7001112A009PB9"
}
],
"active" : true,
"name" : [
{
"family" : "Семёнова",
"given" : [
"Анастасия",
"Петровна"
]
}
],
"gender" : "female",
"birthDate" : "2026-02-01",
"deceasedDateTime" : "2026-02-05T14:10:00Z",
"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"
}
],
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/RelatedPersonType",
"code" : "parent"
}
]
}
],
"name" : {
"family" : "Семёнов",
"given" : [
"Пётр",
"Иванович"
]
},
"telecom" : [
{
"system" : "phone",
"value" : "80295478831"
}
],
"address" : {
"extension" : [
{
"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"
}
],
"text" : "Могилевская область, г.Могилев, Переулок Гоголя, д.19"
}
}
]
}