Estonian Base Implementation Guide, published by HL7 Estonia. This guide is not an authorized publication; it is the continuous build for version 1.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7EE/ig-ee-base/ and changes regularly. See the Directory of published versions
: PractitionerN99876 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "N99876"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ee/base/StructureDefinition/ee-practitioner"^^xsd:anyURI ;
fhir:link <https://fhir.ee/base/StructureDefinition/ee-practitioner> ] )
] ; #
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: Practitioner N99876</b></p><a name=\"N99876\"> </a><a name=\"hcN99876\"> </a><a name=\"N99876-en-US\"> </a><p><b>identifier</b>: <code>https://fhir.ee/sid/pro/est/pho</code>/N99876, <a href=\"https://fhir.ee/packages/terminology/0.2.2/site/NamingSystem-pid-est-ni.html\" title=\"The personal national identification code of Estonian citizens and residents.\">Estonian Personal National Identification Code</a>/38001010015</p><p><b>active</b>: true</p><p><b>name</b>: Kari Õde </p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 RN}\">Registered Nurse</span></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.ee/sid/pro/est/pho"^^xsd:anyURI ] ;
fhir:value [ fhir:v "N99876" ]
] [
fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/ni"^^xsd:anyURI ] ;
fhir:value [ fhir:v "38001010015" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:family [ fhir:v "Õde" ] ;
( fhir:given [ fhir:v "Kari" ] )
] ) ; #
fhir:qualification ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RN" ] ;
fhir:display [ fhir:v "Registered Nurse" ] ] ) ]
] ) . #