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" : "CareTeam",
"id" : "example-core-careteam-ivanov",
"meta" : {
"profile" : [
🔗 "https://fhir.ru/ig/core/StructureDefinition/core-careteam"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Бригада: Бригада по лечению Иванова И.П.</h3><p><strong>Основная информация:</strong></p><ul><li><strong>Идентификатор:</strong> CT-2024-001 (официальный)</li><li><strong>Название:</strong> Бригада по лечению Иванова И.П.</li><li><strong>Статус:</strong> Активная</li><li><strong>Период:</strong> с 01.01.2024 по 31.12.2024</li></ul><p><strong>Пациент:</strong></p><ul><li><strong>Подопечный:</strong> <em>Иванов Иван Петрович</em> (ссылка на Patient/example-core-patient-ivanov)</li></ul><p><strong>Участники бригады:</strong></p><ul><li><strong>Основной врач:</strong> <em>Смирнов Александр Иванович</em> (ссылка на PractitionerRole/example-core-practitionerrole-smirnov-therapist)</li><li><strong>Роль:</strong> Primary Care Provider (Основной поставщик медицинской помощи)</li><li><strong>От имени организации:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li></ul><p><strong>Дополнительные участники:</strong></p><ul><li><strong>Медсестра:</strong> <em>Медсестра Петрова М.И.</em> (ссылка на PractitionerRole/example-core-practitionerrole-nurse)</li><li><strong>Роль:</strong> Admitter (Принимающий)</li></ul></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://fhir.ru/ig/core/systems/careteam",
"value" : "CT-2024-001"
}
],
"status" : "active",
"name" : "Бригада по лечению Иванова И.П.",
"subject" : {
🔗 "reference" : "Patient/example-core-patient-ivanov",
"display" : "Иванов Иван Петрович"
},
"period" : {
"start" : "2024-01-01",
"end" : "2024-12-31"
},
"participant" : [
{
"role" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/participant-role",
"code" : "PPRF",
"display" : "Primary Care Provider"
}
]
},
"member" : {
🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display" : "Смирнов Александр Иванович"
},
"onBehalfOf" : {
🔗 "reference" : "Organization/example-core-organization-polyclinic",
"display" : "ГБУЗ Городская поликлиника №1"
}
},
{
"role" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/participant-role",
"code" : "ADM",
"display" : "Admitter"
}
]
},
"member" : {
🔗 "reference" : "PractitionerRole/example-core-practitionerrole-nurse",
"display" : "Медсестра Петрова М.И."
},
"onBehalfOf" : {
🔗 "reference" : "Organization/example-core-organization-polyclinic",
"display" : "ГБУЗ Городская поликлиника №1"
}
}
],
"managingOrganization" : [
{
🔗 "reference" : "Organization/example-core-organization-polyclinic",
"display" : "ГБУЗ Городская поликлиника №1"
}
],
"note" : [
{
"authorReference" : {
🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display" : "Смирнов Александр Иванович"
},
"time" : "2024-01-15T10:30:00Z",
"text" : "Пациент направлен на дополнительные обследования"
}
]
}