Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "AllergyIntolerance",
"id" : "ExampleChemotherapyAE",
"meta" : {
"lastUpdated" : "2025-06-25T10:00:00Z",
"profile" : [
🔗 "https://fhir.by/StructureDefinition/AllergyIntoleranceBy"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/AllergyTriggerString",
"valueString" : "Препараты платины"
},
{
"url" : "https://fhir.by/StructureDefinition/AllergyIntolerCategory",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AllergyIntoleranceCauses",
"code" : "medications",
"display" : "Лекарственные препараты"
}
]
}
}
],
"clinicalStatus" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AllergyIntoleranceClinicalStatus",
"code" : "active",
"display" : "Наличие симптомов и/или клинических проявлений"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AllergyIntoleranceVerificationStatus",
"code" : "confirmed",
"display" : "Подтвержденная: клинически или лабораторно подтвержден факт аллергии/непереносимости"
}
]
},
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AllergyIntoleranceType",
"code" : "intolerance",
"display" : "Непереносимость (неиммунный механизм реакции)"
}
]
},
"category" : [
"medication"
],
"criticality" : "high",
"patient" : {
🔗 "reference" : "Patient/PatientBundleForTest"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterRadiotherapistRectumCancer"
},
"onsetPeriod" : {
"start" : "2025-03-20",
"end" : "2025-03-22"
},
"participant" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
}
}
],
"note" : [
{
"text" : "Тяжелая нейтропения по результатам ОАК - уровень нейтрофилов\u00a00,3x10(9)/л."
}
],
"reaction" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/ReactionSubstanceString",
"valueString" : "Цисплатин"
},
{
"url" : "https://fhir.by/StructureDefinition/Measures",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AEReportMeasures",
"code" : "medication-discontinuation",
"display" : "отмена подозреваемого препарата"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/Measures",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AEReportMeasures",
"code" : "pharmacological-treatment",
"display" : "применение медикаментозной терапии"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/Measures",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AEReportMeasures",
"code" : "other",
"display" : "другое"
}
],
"text" : "Пациент госпитализирован"
}
}
],
"manifestation" : [
{
"reference" : {
🔗 "reference" : "Observation/ArterialBloodPressureBundleForTest"
}
},
{
"reference" : {
🔗 "reference" : "Observation/ExampleFever"
}
},
{
"reference" : {
🔗 "reference" : "Observation/HeartRateBundleForTest"
}
}
],
"description" : "Через несколько дней после введения препарата Цисплатин пациент начал отмечать повышенную утомляемость, слабость, лихорадку (температура выше 38°C), озноб, потливость, а также болезненные язвы в полости рта и горле.",
"onset" : "2025-06-22",
"exposureRoute" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/MedicationRouteAdmin",
"code" : "042",
"display" : "внутривенный"
}
]
},
"note" : [
{
"text" : "Пациент госпитализирован, назначен антибактериальный препарат широкого спектра, инфузионная терапия."
}
]
}
]
}