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-min"] ; # 
  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-min</b></p><a name=\"example-core-healthcareservice-therapy-min\"> </a><a name=\"hcexample-core-healthcareservice-therapy-min\"> </a><p><b>identifier</b>: <code>https://fhir.ru/ig/core/systems/healthcareservice</code>/HS-THERAPY-001</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-example-core-organization-polyclinic-min.html\">Organization ГБУЗ Городская поликлиника №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>name</b>: Терапевтическая помощь</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
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-min" ]
  ] ; # 
  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:name [ fhir:v "Терапевтическая помощь"] . #