Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "ExampleDeadPatientED",
"meta" : {
"lastUpdated" : "2025-05-05T14:10:00Z",
"profile" : [
🔗 "https://fhir.by/StructureDefinition/PatientED"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/DocumentKind",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/DigitalDocumentKind",
"code" : "03"
}
]
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/PersonalDocumentType",
"code" : "INP"
}
]
},
"value" : "7240275A007PB3"
}
],
"active" : true,
"name" : [
{
"family" : "Иванов",
"given" : [
"Петр",
"Сидорович"
]
}
],
"gender" : "male",
"birthDate" : "1975-02-24",
"deceasedDateTime" : "2025-05-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" : "кв. 2"
}
],
"use" : "home",
"text" : "Могилевская область, г.Могилев, Сурганова, 15Б"
}
],
"link" : [
{
"other" : {
🔗 "reference" : "Patient/ExampleDeadPatientWithId"
},
"type" : "refer"
}
]
}