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" : "ServiceRequest",
"id" : "example-core-servicerequest-ivanov-consultation",
"meta" : {
"profile" : [
🔗 "https://fhir.ru/ig/core/StructureDefinition/core-servicerequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Запрос на услугу: Консультация Иванова И.П.</h3><p><strong>Основная информация:</strong></p><ul><li><strong>Идентификатор:</strong> SR-2024-001 (официальный)</li><li><strong>Статус:</strong> Активный</li><li><strong>Намерение:</strong> Заказ (order)</li><li><strong>Категория:</strong> Консультация (Consultation)</li><li><strong>Приоритет:</strong> Плановый (routine)</li><li><strong>Дата создания:</strong> 15.01.2024 09:00:00</li></ul><p><strong>Услуга:</strong></p><ul><li><strong>Код услуги:</strong> A11.12.009</li><li><strong>Название услуги:</strong> Взятие крови из периферической вены</li><li><strong>Описание:</strong> Консультация терапевта</li></ul><p><strong>Участники:</strong></p><ul><li><strong>Пациент:</strong> <em>Иванов Иван Петрович</em> (ссылка на Patient/example-core-patient-ivanov)</li><li><strong>Случай обслуживания:</strong> <em>Консультация терапевта</em> (ссылка на Encounter/example-core-encounter-consultation)</li><li><strong>Заказчик:</strong> <em>Смирнов Александр Иванович</em> (ссылка на PractitionerRole/example-core-practitionerrole-smirnov-therapist)</li><li><strong>Исполнитель:</strong> <em>Смирнов Александр Иванович</em> (ссылка на PractitionerRole/example-core-practitionerrole-smirnov-therapist)</li></ul></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://fhir.ru/ig/core/systems/servicerequest",
"value" : "SR-2024-001"
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/servicerequest-category",
"code" : "consultation",
"display" : "Consultation"
}
]
}
],
"priority" : "routine",
"code" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-services",
"code" : "A11.12.009",
"display" : "Взятие крови из периферической вены (в справочнике нет нужной услуги)"
}
],
"text" : "Консультация терапевта"
}
},
"subject" : {
🔗 "reference" : "Patient/example-core-patient-ivanov",
"display" : "Иванов Иван Петрович"
},
"encounter" : {
🔗 "reference" : "Encounter/example-core-encounter-consultation",
"display" : "Консультация терапевта"
},
"authoredOn" : "2024-01-15T09:00:00Z",
"requester" : {
🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display" : "Смирнов Александр Иванович"
},
"performer" : [
{
🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display" : "Смирнов Александр Иванович"
}
],
"reason" : [
{
"concept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "386661006",
"display" : "Fever"
}
]
}
},
{
"reference" : {
🔗 "reference" : "Observation/example-core-observation-ivanov-temperature",
"display" : "Температура тела 38.5°C"
}
}
],
"insurance" : [
{
🔗 "reference" : "Coverage/example-core-coverage-ivanov-oms",
"display" : "ОМС Иванова И.П."
}
],
"supportingInfo" : [
{
"reference" : {
🔗 "reference" : "Observation/example-core-observation-ivanov-temperature",
"display" : "Температура тела 38.5°C"
}
}
],
"specimen" : [
{
"reference" : "Specimen/example-core-specimen-ivanov-blood",
"display" : "Образец крови Иванова И.П."
}
],
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "368209003",
"display" : "Right arm"
}
]
}
],
"note" : [
{
"authorReference" : {
🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display" : "Смирнов Александр Иванович"
},
"time" : "2024-01-15T09:00:00Z",
"text" : "Пациент жалуется на повышенную температуру"
}
]
}