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 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Composition/example-core-composition-ivanov-consultation> a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-core-composition-ivanov-consultation"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.ru/ig/core/StructureDefinition/core-composition"^^xsd:anyURI ;
       fhir:link <https://fhir.ru/ig/core/StructureDefinition/core-composition>
     ] )
  ] ; # 
  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> COMP-2024-001 (официальный)</li><li><strong>Статус:</strong> Финальный</li><li><strong>Тип документа:</strong> Запись о приеме (Progress note)</li><li><strong>Категория:</strong> Запись о приеме (Progress note)</li><li><strong>Дата создания:</strong> 15.01.2024 10:30:00</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>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li></ul><p><strong>Аттестация:</strong></p><ul><li><strong>Режим:</strong> Юридический (legal)</li><li><strong>Время:</strong> 15.01.2024 10:30:00</li><li><strong>Аттестующий:</strong> <em>Смирнов Александр Иванович</em> (ссылка на PractitionerRole/example-core-practitionerrole-smirnov-therapist)</li></ul><p><strong>Разделы документа:</strong></p><ul><li><strong>Жалобы:</strong> Пациент жалуется на повышенную температуру тела 38.5°C в течение 3 дней</li><li><strong>Ссылка на наблюдение:</strong> <em>Температура тела 38.5°C</em> (ссылка на Observation/example-core-observation-ivanov-temperature)</li><li><strong>Объективный статус:</strong> Состояние удовлетворительное. Температура тела 38.5°C. Кожные покровы бледные.</li><li><strong>Ссылка на наблюдение:</strong> <em>Температура тела 38.5°C</em> (ссылка на Observation/example-core-observation-ivanov-temperature)</li><li><strong>Диагноз:</strong> Предварительный диагноз: ОРВИ</li><li><strong>Ссылка на состояние:</strong> <em>Повышенная температура</em> (ссылка на Condition/example-core-condition-ivanov-fever)</li><li><strong>Назначения:</strong> 1. Парацетамол 500 мг 3 раза в день, 2. Обильное питье, 3. Постельный режим</li><li><strong>Ссылка на назначение:</strong> <em>Назначение парацетамола</em> (ссылка на MedicationRequest/example-core-medicationrequest-ivanov-paracetamol)</li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:system [ fhir:v "https://fhir.ru/ig/core/systems/composition"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "COMP-2024-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
     fhir:coding ( [
       a loinc:11506-3 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "11506-3" ] ;
       fhir:display [ fhir:v "Progress note" ]
     ] ) ;
     fhir:text [ fhir:v "Запись о приеме" ]
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/document-classcodes"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "11506-3" ] ;
       fhir:display [ fhir:v "Progress note" ]
     ] )
  ] ) ; # 
  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:date [ fhir:v "2024-01-15T10:30:00Z"^^xsd:dateTime] ; # 
  fhir:author ( [
     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:title [ fhir:v "Запись о приеме пациента Иванова И.П."] ; # 
  fhir:attester ( [
     fhir:mode [
       fhir:coding ( [
         fhir:code [ fhir:v "legal" ]
       ] )
     ] ;
     fhir:time [ fhir:v "2024-01-15T10:30:00Z"^^xsd:dateTime ] ;
     fhir:party [
       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:custodian [
     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:section ( [
     fhir:title [ fhir:v "Жалобы" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:46239-0 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "46239-0" ] ;
         fhir:display [ fhir:v "Chief complaint" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Пациент жалуется на повышенную температуру тела 38.5°C в течение 3 дней</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       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:title [ fhir:v "Объективный статус" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:8716-3 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "8716-3" ] ;
         fhir:display [ fhir:v "Vital signs" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Состояние удовлетворительное. Температура тела 38.5°C. Кожные покровы бледные.</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       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:title [ fhir:v "Диагноз" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:11506-3 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "11506-3" ] ;
         fhir:display [ fhir:v "Progress note" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Предварительный диагноз: ОРВИ</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:link <http://hl7.org/fhir/Condition/example-core-condition-ivanov-fever> ;
       fhir:reference [ fhir:v "Condition/example-core-condition-ivanov-fever" ] ;
       fhir:display [ fhir:v "Повышенная температура" ]
     ] )
  ] [
     fhir:title [ fhir:v "Назначения" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:11506-3 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "11506-3" ] ;
         fhir:display [ fhir:v "Progress note" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">1. Парацетамол 500 мг 3 раза в день<br/>2. Обильное питье<br/>3. Постельный режим</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:link <http://hl7.org/fhir/MedicationRequest/example-core-medicationrequest-ivanov-paracetamol> ;
       fhir:reference [ fhir:v "MedicationRequest/example-core-medicationrequest-ivanov-paracetamol" ] ;
       fhir:display [ 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/Observation/example-core-observation-ivanov-temperature> a fhir:Observation .

<http://hl7.org/fhir/Condition/example-core-condition-ivanov-fever> a fhir:Condition .

<http://hl7.org/fhir/MedicationRequest/example-core-medicationrequest-ivanov-paracetamol> a fhir:MedicationRequest .