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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-core-diagnosticreport-ivanov-blood"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ru/ig/core/StructureDefinition/core-diagnosticreport"^^xsd:anyURI ;
fhir:link <https://fhir.ru/ig/core/StructureDefinition/core-diagnosticreport> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Диагностический отчет: Анализ крови Иванова И.П.</h3><p><strong>Основная информация:</strong></p><ul><li><strong>Идентификатор:</strong> DR-2024-001 (официальный)</li><li><strong>Статус:</strong> Финальный</li><li><strong>Категория:</strong> Лабораторные исследования (Laboratory)</li><li><strong>Код исследования:</strong> Общий анализ крови (CBC panel)</li><li><strong>Дата выполнения:</strong> 15.01.2024 08:00:00</li><li><strong>Дата выдачи:</strong> 15.01.2024 10:00:00</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><p><strong>Материалы и результаты:</strong></p><ul><li><strong>Образец:</strong> <em>Образец крови Иванова И.П.</em> (ссылка на Specimen/example-core-specimen-ivanov-blood)</li><li><strong>Результат 1:</strong> <em>Гемоглобин 145 г/л</em> (ссылка на Observation/example-core-observation-ivanov-hemoglobin)</li><li><strong>Результат 2:</strong> <em>Лейкоциты 6.5×10^9/л</em> (ссылка на Observation/example-core-observation-ivanov-leukocytes)</li><li><strong>Исследование:</strong> <em>Рентгенография грудной клетки</em> (ссылка на ImagingStudy/example-core-imagingstudy-ivanov-chest)</li><li><strong>Медиа:</strong> <em>Микрофотография мазка крови</em> (ссылка на Media/example-core-media-ivanov-blood-smear)</li></ul><p><strong>Заключение:</strong></p><ul><li><strong>Текст заключения:</strong> Показатели крови в пределах нормы</li><li><strong>Код заключения:</strong> None (Нет патологии)</li></ul><p><strong>Представленная форма:</strong></p><ul><li><strong>Формат:</strong> PDF</li><li><strong>Язык:</strong> Русский</li><li><strong>Размер:</strong> 24576 байт</li><li><strong>URL:</strong> https://fhir.ru/ig/core/reports/DR-2024-001.pdf</li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://fhir.ru/ig/core/systems/diagnosticreport"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DR-2024-001" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LAB" ] ;
fhir:display [ fhir:v "Laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:58410-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58410-2" ] ;
fhir:display [ fhir:v "CBC panel - Blood by Automated count" ] ] ) ;
fhir:text [ fhir:v "Общий анализ крови" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-core-patient-ivanov" ] ;
fhir:display [ fhir:v "Иванов Иван Петрович" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/example-core-encounter-consultation" ] ;
fhir:display [ fhir:v "Консультация терапевта" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2024-01-15T08:00:00Z"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2024-01-15T10:00:00Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/example-core-practitionerrole-smirnov-therapist" ] ;
fhir:display [ fhir:v "Смирнов Александр Иванович" ]
] ) ; #
fhir:resultsInterpreter ( [
fhir:reference [ fhir:v "PractitionerRole/example-core-practitionerrole-smirnov-therapist" ] ;
fhir:display [ fhir:v "Смирнов Александр Иванович" ]
] ) ; #
fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/example-core-specimen-ivanov-blood" ] ;
fhir:display [ fhir:v "Образец крови Иванова И.П." ]
] ) ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/example-core-observation-ivanov-hemoglobin" ] ;
fhir:display [ fhir:v "Гемоглобин 145 г/л" ]
] [
fhir:reference [ fhir:v "Observation/example-core-observation-ivanov-leukocytes" ] ;
fhir:display [ fhir:v "Лейкоциты 6.5×10^9/л" ]
] ) ; #
fhir:study ( [
fhir:reference [ fhir:v "ImagingStudy/example-core-imagingstudy-ivanov-chest" ] ;
fhir:display [ fhir:v "Рентгенография грудной клетки" ]
] ) ; #
fhir:media ( [
fhir:comment [ fhir:v "Микрофотография мазка крови" ] ;
fhir:link [
fhir:reference [ fhir:v "Media/example-core-media-ivanov-blood-smear" ] ;
fhir:display [ fhir:v "Микрофотография мазка крови" ] ]
] ) ; #
fhir:conclusion [ fhir:v "Показатели крови в пределах нормы"] ; #
fhir:conclusionCode ( [
( fhir:coding [
a sct:260413007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "260413007" ] ;
fhir:display [ fhir:v "None" ] ] )
] ) ; #
fhir:presentedForm ( [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:language [ fhir:v "ru" ] ;
fhir:data [ fhir:v "JVBERi0xLjQK"^^xsd:base64Binary ] ;
fhir:url [ fhir:v "https://fhir.ru/ig/core/reports/DR-2024-001.pdf"^^xsd:anyURI ] ;
fhir:size [ fhir:v "24576"^^xsd:long ] ;
fhir:hash [ fhir:v "MTIzNDU2Nzg5MA=="^^xsd:base64Binary ]
] ) . #
IG © 2023+ HL7 FHIR Россия. Package ru.core#0.2.0 based on FHIR 5.0.0. Generated 2025-08-19
Links: Table of Contents |
QA Report