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

: Пример роли медицинского работника - терапевт Смирнов - 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 -------------------------------------------------------------------

 a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-core-practitionerrole-smirnov-therapist"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ru/ig/core/StructureDefinition/core-practitionerrole"^^xsd:anyURI ;
fhir:link <https://fhir.ru/ig/core/StructureDefinition/core-practitionerrole>     ] )
  ] ; # 
  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> <em>Смирнов Александр Иванович</em> (ссылка на Practitioner/example-core-practitioner-smirnov)</li><li><strong>Организация:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li><li><strong>Статус:</strong> Активная роль</li><li><strong>Дата начала работы:</strong> 01.01.2020</li></ul><p><strong>Должность и специализация:</strong></p><ul><li><strong>Должность:</strong> Врач-терапевт участковый</li><li><strong>Специальность:</strong> General Practice (Общая практика)</li></ul><p><strong>Место работы и услуги:</strong></p><ul><li><strong>Рабочее место:</strong> <em>Кабинет терапевта №15</em> (ссылка на Location/example-core-location-therapy-office)</li><li><strong>Предоставляемые услуги:</strong> <em>Терапевтическая помощь</em> (ссылка на HealthcareService/example-core-healthcareservice-therapy)</li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:period [
fhir:start [ fhir:v "2020-01-01"^^xsd:date ]
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/example-core-practitioner-smirnov" ] ;
fhir:display [ fhir:v "Смирнов Александр Иванович" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/example-core-organization-polyclinic" ] ;
fhir:display [ fhir:v "ГБУЗ Городская поликлиника №1" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-workers-positions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Врач-терапевт участковый" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/c80-practice-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GP" ] ;
fhir:display [ fhir:v "General Practice" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/example-core-location-therapy-office" ] ;
fhir:display [ fhir:v "Кабинет терапевта №15" ]
  ] ) ; # 
  fhir:healthcareService ( [
fhir:reference [ fhir:v "HealthcareService/example-core-healthcareservice-therapy" ] ;
fhir:display [ fhir:v "Терапевтическая помощь" ]
  ] ) . #