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:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-core-healthcareservice-therapy"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService example-core-healthcareservice-therapy</b></p><a name=\"example-core-healthcareservice-therapy\"> </a><a name=\"hcexample-core-healthcareservice-therapy\"> </a><p><b>identifier</b>: <code>https://fhir.ru/ig/core/systems/healthcareservice</code>/HS-THERAPY-001 (use: official, )</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-example-core-organization-polyclinic.html\">ГБУЗ Городская поликлиника №1</a></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-category 17}\">General Practice</span></p><p><b>type</b>: <span title=\"Codes:{https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-services A11.12.009}\">Взятие крови из периферической вены</span></p><p><b>specialty</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/c80-practice-codes GP}\">General Practice</span></p><p><b>location</b>: <a href=\"Location-example-core-location-therapy-office.html\">Кабинет терапевта №15</a></p><p><b>name</b>: Терапевтическая помощь</p><p><b>comment</b>: </p><div><p>Оказание первичной медико-санитарной помощи</p>\n</div><p><b>extraDetails</b>: </p><div><p>Прием ведется по предварительной записи</p>\n</div><h3>Photos</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>image/jpeg</td><td><code>iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkYPhfDwAChwGA60e6kgAAAABJRU5ErkJggg==</code></td></tr></table><p><b>coverageArea</b>: <a href=\"Location/example-core-location-moscow\">г. Москва</a></p><p><b>serviceProvisionCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-provision-conditions free}\">Free</span></p><h3>Eligibilities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Comment</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/benefit-category medical}\">Medical</span></td><td><div><p>Для застрахованных по ОМС</p>\n</div></td></tr></table><p><b>program</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/program 1}\">ОМС</span></p><p><b>communication</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication ru}\">Russian</span></p><p><b>referralMethod</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-referral-method phone}\">Phone</span></p><p><b>appointmentRequired</b>: true</p><p><b>endpoint</b>: <a href=\"Endpoint/example-core-endpoint-therapy\">Электронная регистратура</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://fhir.ru/ig/core/systems/healthcareservice"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HS-THERAPY-001" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:providedBy [
fhir:reference [ fhir:v "Organization/example-core-organization-polyclinic" ] ;
fhir:display [ fhir:v "ГБУЗ Городская поликлиника №1" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "17" ] ;
fhir:display [ fhir:v "General Practice" ]     ] )
  ] ) ; # 
  fhir:type ( [
    ( 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: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:name [ fhir:v "Терапевтическая помощь"] ; # 
  fhir:comment [ fhir:v "Оказание первичной медико-санитарной помощи"] ; # 
  fhir:extraDetails [ fhir:v "Прием ведется по предварительной записи"] ; # 
  fhir:photo [
fhir:contentType [ fhir:v "image/jpeg" ] ;
fhir:data [ fhir:v "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkYPhfDwAChwGA60e6kgAAAABJRU5ErkJggg=="^^xsd:base64Binary ]
  ] ; # 
  fhir:coverageArea ( [
fhir:reference [ fhir:v "Location/example-core-location-moscow" ] ;
fhir:display [ fhir:v "г. Москва" ]
  ] ) ; # 
  fhir:serviceProvisionCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-provision-conditions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "free" ] ;
fhir:display [ fhir:v "Free" ]     ] )
  ] ) ; # 
  fhir:eligibility ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/benefit-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "medical" ] ;
fhir:display [ fhir:v "Medical" ]       ] )     ] ;
fhir:comment [ fhir:v "Для застрахованных по ОМС" ]
  ] ) ; # 
  fhir:program ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/program"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "ОМС" ]     ] )
  ] ) ; # 
  fhir:communication ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/communication"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ru" ] ;
fhir:display [ fhir:v "Russian" ]     ] )
  ] ) ; # 
  fhir:referralMethod ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-referral-method"^^xsd:anyURI ] ;
fhir:code [ fhir:v "phone" ] ;
fhir:display [ fhir:v "Phone" ]     ] )
  ] ) ; # 
  fhir:appointmentRequired [ fhir:v true] ; # 
  fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/example-core-endpoint-therapy" ] ;
fhir:display [ fhir:v "Электронная регистратура" ]
  ] ) . #