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/ServiceRequest/example-core-servicerequest-ivanov-consultation> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-core-servicerequest-ivanov-consultation"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.ru/ig/core/StructureDefinition/core-servicerequest"^^xsd:anyURI ;
       fhir:link <https://fhir.ru/ig/core/StructureDefinition/core-servicerequest>
     ] )
  ] ; # 
  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> 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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:system [ fhir:v "https://fhir.ru/ig/core/systems/servicerequest"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "SR-2024-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/servicerequest-category"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "consultation" ] ;
       fhir:display [ fhir:v "Consultation" ]
     ] )
  ] ) ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
     fhir:concept [
       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:authoredOn [ fhir:v "2024-01-15T09:00:00Z"^^xsd:dateTime] ; # 
  fhir:requester [
     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: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: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:insurance ( [
     fhir:link <http://hl7.org/fhir/Coverage/example-core-coverage-ivanov-oms> ;
     fhir:reference [ fhir:v "Coverage/example-core-coverage-ivanov-oms" ] ;
     fhir:display [ fhir:v "ОМС Иванова И.П." ]
  ] ) ; # 
  fhir:supportingInfo ( [
     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:specimen ( [
     fhir:link <http://hl7.org/fhir/Specimen/example-core-specimen-ivanov-blood> ;
     fhir:reference [ fhir:v "Specimen/example-core-specimen-ivanov-blood" ] ;
     fhir:display [ fhir:v "Образец крови Иванова И.П." ]
  ] ) ; # 
  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: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-15T09:00: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/Observation/example-core-observation-ivanov-temperature> a fhir:Observation .

<http://hl7.org/fhir/Coverage/example-core-coverage-ivanov-oms> a fhir:Coverage .

<http://hl7.org/fhir/Specimen/example-core-specimen-ivanov-blood> a fhir:Specimen .