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

: Пример локации - кабинет терапевта №15 - 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:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-core-location-therapy-office-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: Location example-core-location-therapy-office-min</b></p><a name=\"example-core-location-therapy-office-min\"> </a><a name=\"hcexample-core-location-therapy-office-min\"> </a><p><b>identifier</b>: <code>https://fhir.ru/ig/core/systems/location</code>/LOC-15</p><p><b>status</b>: Active</p><p><b>name</b>: Кабинет терапевта №15</p><p><b>address</b>: Москва RU </p><p><b>managingOrganization</b>: <a href=\"Organization-example-core-organization-polyclinic-min.html\">Organization ГБУЗ Городская поликлиника №1</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.ru/ig/core/systems/location"^^xsd:anyURI ] ;
fhir:value [ fhir:v "LOC-15" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Кабинет терапевта №15"] ; # 
  fhir:address [
fhir:city [ fhir:v "Москва" ] ;
fhir:country [ fhir:v "RU" ]
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/example-core-organization-polyclinic-min" ]
  ] . #