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

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

<http://hl7.org/fhir/Encounter/example-core-encounter-consultation> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-core-encounter-consultation"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.ru/ig/core/StructureDefinition/core-encounter"^^xsd:anyURI ;
       fhir:link <https://fhir.ru/ig/core/StructureDefinition/core-encounter>
     ] )
  ] ; # 
  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> ENC-2024-001 (официальный)</li><li><strong>Статус:</strong> Завершен</li><li><strong>Класс:</strong> Амбулаторный (ambulatory)</li><li><strong>Тип:</strong> Консультация (Consultation)</li><li><strong>Приоритет:</strong> Плановый (Routine)</li></ul><p><strong>Участники:</strong></p><ul><li><strong>Пациент:</strong> <em>Иванов Иван Петрович</em> (ссылка на Patient/example-core-patient-ivanov)</li><li><strong>Эпизод лечения:</strong> <em>Эпизод лечения Иванова И.П. 2024</em> (ссылка на EpisodeOfCare/example-core-episodeofcare-ivanov-2024)</li></ul><p><strong>Участники случая:</strong></p><ul><li><strong>Тип участия:</strong> ATND (Участвующий)</li><li><strong>Участник:</strong> <em>Смирнов Александр Иванович</em> (ссылка на Practitioner/example-core-practitioner-smirnov)</li></ul><p><strong>Организация:</strong></p><ul><li><strong>Поставщик услуг:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:system [ fhir:v "https://fhir.ru/ig/core/systems/encounter"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "ENC-2024-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:class ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "AMB" ] ;
       fhir:display [ fhir:v "ambulatory" ]
     ] )
  ] ) ; # 
  fhir:priority [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActPriority"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "R" ] ;
       fhir:display [ fhir:v "Routine" ]
     ] )
  ] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/encounter-type"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "CONS" ] ;
       fhir:display [ fhir:v "Consultation" ]
     ] )
  ] ) ; # 
  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:episodeOfCare ( [
     fhir:link <http://hl7.org/fhir/EpisodeOfCare/example-core-episodeofcare-ivanov-2024> ;
     fhir:reference [ fhir:v "EpisodeOfCare/example-core-episodeofcare-ivanov-2024" ] ;
     fhir:display [ fhir:v "Эпизод лечения Иванова И.П. 2024" ]
  ] ) ; # 
  fhir:serviceProvider [
     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:participant ( [
     fhir:type ( [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "ATND" ] ;
         fhir:display [ fhir:v "attender" ]
       ] )
     ] ) ;
     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:type ( [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "PPRF" ] ;
         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:appointment ( [
     fhir:link <http://hl7.org/fhir/Appointment/example-core-appointment-ivanov-consultation> ;
     fhir:reference [ fhir:v "Appointment/example-core-appointment-ivanov-consultation" ] ;
     fhir:display [ fhir:v "Прием пациента Иванова И.П." ]
  ] ) ; # 
  fhir:length [
     fhir:value [ fhir:v "30"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "min" ] ;
     fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
     fhir:code [ fhir:v "min" ]
  ] . # 

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

<http://hl7.org/fhir/EpisodeOfCare/example-core-episodeofcare-ivanov-2024> a fhir:EpisodeOfCare .

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

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

<http://hl7.org/fhir/Appointment/example-core-appointment-ivanov-consultation> a fhir:Appointment .