0.2.0 - ci-build
RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-ru/RuCoreIG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "EpisodeOfCare",
"id" : "example-core-episodeofcare-ivanov-2024",
"meta" : {
"profile" : [
🔗 "https://fhir.ru/ig/core/StructureDefinition/core-episodeofcare"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Эпизод лечения: Иванов И.П. 2024</h3><p><strong>Основная информация:</strong></p><ul><li><strong>Идентификатор:</strong> EOC-2024-001 (официальный)</li><li><strong>Статус:</strong> Активный</li><li><strong>Тип:</strong> Амбулаторный (ambulatory)</li></ul><p><strong>Участники:</strong></p><ul><li><strong>Пациент:</strong> <em>Иванов Иван Петрович</em> (ссылка на Patient/example-core-patient-ivanov)</li><li><strong>Управляющая организация:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li></ul><p><strong>Период:</strong></p><ul><li><strong>Дата начала:</strong> 01.01.2024</li><li><strong>Статус:</strong> Активный эпизод</li></ul></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://fhir.ru/ig/core/systems/episode",
"value" : "EP-2024-001"
}
],
"status" : "active",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/episodeofcare-type",
"code" : "hacc",
"display" : "Home and Community Care"
}
]
}
],
"patient" : {
🔗 "reference" : "Patient/example-core-patient-ivanov",
"display" : "Иванов Иван Петрович"
},
"managingOrganization" : {
🔗 "reference" : "Organization/example-core-organization-polyclinic",
"display" : "ГБУЗ Городская поликлиника №1"
},
"period" : {
"start" : "2024-01-01",
"end" : "2024-12-31"
},
"careManager" : {
🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display" : "Смирнов Александр Иванович"
}
}