Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "ExampleDeadPatientWithId",
"meta" : {
"lastUpdated" : "2025-05-05T14:10:00Z",
"profile" : [
🔗 "https://fhir.by/StructureDefinition/PatientWithIdentificationNumber"
]
},
"extension" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/PatientJobProfession",
"valueString" : "строитель"
},
{
"url" : "https://fhir.by/StructureDefinition/PatientJobProfessionCode",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/SpecialtyProfPerson",
"code" : "7214-003",
"display" : "Монтажник строительных конструкций"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/PatientJobPlace",
"valueString" : "ОАО `Стройка`"
},
{
"url" : "https://fhir.by/StructureDefinition/MainJobPlace",
"valueBoolean" : true
}
],
"url" : "https://fhir.by/StructureDefinition/PatientJob"
},
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/ConsentPersonalDataBoolean",
"valueBoolean" : true
},
{
"url" : "https://fhir.by/StructureDefinition/ConsentPersonalDataPeriod",
"valuePeriod" : {
"start" : "2024-08-01"
}
}
],
"url" : "https://fhir.by/StructureDefinition/ConsentPersonalData"
},
{
"url" : "https://fhir.by/StructureDefinition/PatientBirthDateTime",
"valueDateTime" : "1975-02-24"
}
],
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/PersonalDocumentType",
"code" : "INP"
}
]
},
"value" : "7240275A007PB3"
},
{
"extension" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/PassportIssuedString",
"valueString" : "Центральным РУВД г Минска"
},
{
"url" : "https://fhir.by/StructureDefinition/PassportIssuedDate",
"valueDate" : "2021-08-21"
}
],
"url" : "https://fhir.by/StructureDefinition/PassportIssued"
}
],
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/PersonalDocumentType",
"code" : "Passport-RB"
}
]
},
"value" : "MP1234567"
}
],
"active" : false,
"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Б"
}
]
}