Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "EpisodeOfCare",
"id" : "DeathBeforeAmbulanceArrival",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/EpisodeOfEmergencyCare"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/EmergencyTime",
"valueDateTime" : "2025-04-22T06:10:00Z"
},
{
"url" : "https://fhir.by/StructureDefinition/CallClassification",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/CallClassificationEmergCare",
"code" : "primary",
"display" : "Первичный"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/CallAddress",
"valueAddress" : {
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/StreetGeoRegistry",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/StreetGeoRegistry",
"code" : "726099207786084259",
"display" : "11"
}
]
}
}
],
"text" : "Могилевская область, г. Могилев, Переулок Снежный, д.11"
}
},
{
"url" : "https://fhir.by/StructureDefinition/KindOfTraumaEmergencyCare",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/KindOfTraumaGeneral",
"code" : "disease-not-injury",
"display" : "заболевание (состояние) не связанное с травмой"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/ResultVisitingEmergencyCare",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ResultEmergencyCare",
"code" : "left-in-place",
"display" : "Оставлен на месте"
}
]
}
},
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/PerformedActivityEmergencyCareString",
"valueString" : "АД не определяется, ЧСС не определяется.\n Установлены признаки биологической смерти: трупные пятна, ригидность мышц, \n отсутствие дыхания и сердечной деятельности. ЭКГ - отсутствие сердечной деятельности"
}
],
"url" : "https://fhir.by/StructureDefinition/PerformedActivityEmergencyCare"
},
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/CircumstancesOfDeath",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/CasesPatientDeath",
"code" : "before-arrival",
"display" : "До приезда бригады СМП"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/ConclusionDeathOutPatient",
"valueReference" : {
🔗 "reference" : "DocumentReference/ExampleAttachDocument"
}
}
],
"url" : "https://fhir.by/StructureDefinition/CaseDeath"
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/IdentifierTypeEmergencyCare",
"code" : "Team-call-card-number"
}
]
},
"value" : "12345684"
},
{
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/IdentifierTypeEmergencyCare",
"code" : "Number-team"
}
]
},
"value" : "524"
}
],
"status" : "finished",
"type" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/EmergencyCrewType",
"code" : "intensive-care",
"display" : "бригада интенсивной терапии"
}
]
}
],
"reason" : [
{
"use" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/EmergencyCallCategory",
"code" : "emergency",
"display" : "экстренный"
}
]
},
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/EmergencyCallReason",
"code" : "loss-of-consciousness",
"display" : "потеря пациентом сознания"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/TypeOfDiagnosis",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypeOfDiagnosis",
"code" : "mainDiagnosis",
"display" : "Основной диагноз"
}
]
}
}
],
"concept" : {
"text" : "Неуточненные причины смерти, в анамнезе пациента ишемическая болезнь сердца и гипертония"
},
"reference" : {
🔗 "reference" : "Condition/ExampleDiagnosisOtherIllDefinedUnspecifiedCausesDeath"
}
}
]
}
],
"patient" : {
🔗 "reference" : "Patient/PatientBundleForTest"
},
"managingOrganization" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
},
"period" : {
"start" : "2025-04-22",
"end" : "2025-04-22"
}
}