0.12.0 - ci-build

RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.12.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

: Пример процедуры - консультация Иванова И.П. - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------

<http://hl7.org/fhir/Procedure/example-core-procedure-ivanov-consultation> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-core-procedure-ivanov-consultation"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.ru/ig/core/StructureDefinition/core-procedure"^^xsd:anyURI ;
       fhir:link <https://fhir.ru/ig/core/StructureDefinition/core-procedure>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Процедура: Консультация Иванова И.П.</h3><p><strong>Основная информация:</strong></p><ul><li><strong>Идентификатор:</strong> PROC-2024-001 (официальный)</li><li><strong>Статус:</strong> Завершена</li><li><strong>Причина статуса:</strong> По просьбе пациента (Patient request)</li><li><strong>Категория:</strong> Диагностическая процедура (Diagnostic procedure)</li><li><strong>Код процедуры:</strong> Взятие крови из периферической вены</li><li><strong>Описание:</strong> Консультация терапевта</li><li><strong>Дата выполнения:</strong> 15.01.2024 10:15: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><li><strong>От имени организации:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li></ul><p><strong>Место проведения:</strong></p><ul><li><strong>Локация:</strong> <em>Кабинет терапевта №15</em> (ссылка на Location/example-core-location-therapy-office)</li></ul><p><strong>Причины и показания:</strong></p><ul><li><strong>Причина 1:</strong> Лихорадка (Fever)</li><li><strong>Причина 2:</strong> <em>Температура тела 38.5°C</em> (ссылка на Observation/example-core-observation-ivanov-temperature)</li></ul><p><strong>Анатомическая локализация:</strong></p><ul><li><strong>Область тела:</strong> Правая рука (Right arm)</li></ul><p><strong>Результаты:</strong></p><ul><li><strong>Исход:</strong> Успешный (Successful)</li><li><strong>Отчет:</strong> <em>Общий анализ крови</em> (ссылка на DiagnosticReport/example-core-diagnosticreport-ivanov-blood)</li><li><strong>Осложнения:</strong> Нет (None)</li><li><strong>Последующее наблюдение:</strong> Плановое (Routine)</li></ul><p><strong>Примечания:</strong></p><ul><li><strong>Автор:</strong> <em>Смирнов Александр Иванович</em> (ссылка на PractitionerRole/example-core-practitionerrole-smirnov-therapist)</li><li><strong>Время:</strong> 15.01.2024 10:30:00</li><li><strong>Текст:</strong> Процедура выполнена успешно, осложнений нет</li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:system [ fhir:v "https://fhir.ru/ig/core/systems/procedure"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "PROC-2024-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:statusReason [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/procedure-not-performed-reason"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "patient-request" ] ;
       fhir:display [ fhir:v "Patient request" ]
     ] )
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       a sct:103693007 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "103693007" ] ;
       fhir:display [ fhir:v "Diagnostic procedure" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-services"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "A11.12.009" ] ;
       fhir:display [ fhir:v "Взятие крови из периферической вены" ]
     ] ) ;
     fhir:text [ fhir:v "Консультация терапевта" ]
  ] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/Patient/example-core-patient-ivanov> ;
     fhir:reference [ fhir:v "Patient/example-core-patient-ivanov" ] ;
     fhir:display [ fhir:v "Иванов Иван Петрович" ]
  ] ; # 
  fhir:encounter [
     fhir:link <http://hl7.org/fhir/Encounter/example-core-encounter-consultation> ;
     fhir:reference [ fhir:v "Encounter/example-core-encounter-consultation" ] ;
     fhir:display [ fhir:v "Консультация терапевта" ]
  ] ; # 
  fhir:occurrence [
     a fhir:dateTime ;
     fhir:v "2024-01-15T10:15:00Z"^^xsd:dateTime
  ] ; # 
  fhir:recorder [
     fhir:link <http://hl7.org/fhir/PractitionerRole/example-core-practitionerrole-smirnov-therapist> ;
     fhir:reference [ fhir:v "PractitionerRole/example-core-practitionerrole-smirnov-therapist" ] ;
     fhir:display [ fhir:v "Смирнов Александр Иванович, терапевт" ]
  ] ; # 
  fhir:performer ( [
     fhir:function [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/performer-role"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "primary" ] ;
         fhir:display [ fhir:v "Primary performer" ]
       ] )
     ] ;
     fhir:actor [
       fhir:link <http://hl7.org/fhir/PractitionerRole/example-core-practitionerrole-smirnov-therapist> ;
       fhir:reference [ fhir:v "PractitionerRole/example-core-practitionerrole-smirnov-therapist" ] ;
       fhir:display [ fhir:v "Смирнов Александр Иванович" ]
     ] ;
     fhir:onBehalfOf [
       fhir:link <http://hl7.org/fhir/Organization/example-core-organization-polyclinic> ;
       fhir:reference [ fhir:v "Organization/example-core-organization-polyclinic" ] ;
       fhir:display [ fhir:v "ГБУЗ Городская поликлиника №1" ]
     ]
  ] ) ; # 
  fhir:location [
     fhir:link <http://hl7.org/fhir/Location/example-core-location-therapy-office> ;
     fhir:reference [ fhir:v "Location/example-core-location-therapy-office" ] ;
     fhir:display [ fhir:v "Кабинет терапевта №15" ]
  ] ; # 
  fhir:reason ( [
     fhir:concept [
       fhir:coding ( [
         a sct:386661006 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "386661006" ] ;
         fhir:display [ fhir:v "Fever" ]
       ] )
     ]
  ] [
     fhir:reference [
       fhir:link <http://hl7.org/fhir/Observation/example-core-observation-ivanov-temperature> ;
       fhir:reference [ fhir:v "Observation/example-core-observation-ivanov-temperature" ] ;
       fhir:display [ fhir:v "Температура тела 38.5°C" ]
     ]
  ] ) ; # 
  fhir:bodySite ( [
     fhir:coding ( [
       a sct:368209003 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "368209003" ] ;
       fhir:display [ fhir:v "Right arm" ]
     ] )
  ] ) ; # 
  fhir:outcome [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/procedure-outcome"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "successful" ] ;
       fhir:display [ fhir:v "Successful" ]
     ] )
  ] ; # 
  fhir:report ( [
     fhir:link <http://hl7.org/fhir/DiagnosticReport/example-core-diagnosticreport-ivanov-blood> ;
     fhir:reference [ fhir:v "DiagnosticReport/example-core-diagnosticreport-ivanov-blood" ] ;
     fhir:display [ fhir:v "Общий анализ крови" ]
  ] ) ; # 
  fhir:complication ( [
     fhir:concept [
       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:followUp ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/procedure-followup"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "routine" ] ;
       fhir:display [ fhir:v "Routine" ]
     ] )
  ] ) ; # 
  fhir:note ( [
     fhir:author [
       a fhir:Reference ;
       fhir:link <http://hl7.org/fhir/PractitionerRole/example-core-practitionerrole-smirnov-therapist> ;
       fhir:reference [ fhir:v "PractitionerRole/example-core-practitionerrole-smirnov-therapist" ] ;
       fhir:display [ fhir:v "Смирнов Александр Иванович" ]
     ] ;
     fhir:time [ fhir:v "2024-01-15T10:30:00Z"^^xsd:dateTime ] ;
     fhir:text [ fhir:v "Процедура выполнена успешно, осложнений нет" ]
  ] ) . # 

<http://hl7.org/fhir/Patient/example-core-patient-ivanov> a fhir:Patient .

<http://hl7.org/fhir/Encounter/example-core-encounter-consultation> a fhir:Encounter .

<http://hl7.org/fhir/PractitionerRole/example-core-practitionerrole-smirnov-therapist> a fhir:PractitionerRole .

<http://hl7.org/fhir/Organization/example-core-organization-polyclinic> a fhir:Organization .

<http://hl7.org/fhir/Location/example-core-location-therapy-office> a fhir:Location .

<http://hl7.org/fhir/Observation/example-core-observation-ivanov-temperature> a fhir:Observation .

<http://hl7.org/fhir/DiagnosticReport/example-core-diagnosticreport-ivanov-blood> a fhir:DiagnosticReport .