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-nurse"] ; #
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><em>Минимальный пример для использования в ссылках</em></p><ul><li><strong>Медсестра:</strong> Петрова Мария Ивановна</li><li><strong>Организация:</strong> ГБУЗ Городская поликлиника №1</li><li><strong>Должность:</strong> Медсестра</li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:active [ fhir:v true] ; #
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 "2" ] ;
fhir:display [ fhir:v "Медсестра" ] ] )
] ) . #