Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "ExampleNewBornED",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/PatientED"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/DocumentKind",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/DigitalDocumentKind",
"code" : "02"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/PatientBirthDateTime",
"valueDateTime" : "2026-02-10T05:30:21Z"
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/PersonalDocumentType",
"code" : "UMD"
}
]
},
"value" : "000000001",
"assigner" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
}
],
"active" : true,
"name" : [
{
"family" : "Аврелий",
"given" : [
"Марк",
"Феофанович"
]
}
],
"gender" : "male",
"birthDate" : "2026-02-10",
"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" : "temp",
"text" : "Могилевская область, г.Могилев, Переулок Гоголя, д.19",
"postalCode" : "212011"
}
],
"multipleBirthInteger" : 2,
"link" : [
{
"other" : {
🔗 "reference" : "Patient/pa-af3c3468-d2a1-42b3-81e8-f6dec5460d10"
},
"type" : "refer"
}
]
}