Service Provider Directory
0.2.0 - trial-use Estonia flag

Service Provider Directory, published by TEHIK. 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/TEHIK-EE/ig-ee-spd/ and changes regularly. See the Directory of published versions

: practitioner-specialist - 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:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "practitioner-specialist"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ee/spd/StructureDefinition/ee-spd-practitioner"^^xsd:anyURI ;
fhir:link <https://fhir.ee/spd/StructureDefinition/ee-spd-practitioner>     ] )
  ] ; # 
  fhir:language [ fhir:v "et"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-specialist</b></p><a name=\"practitioner-specialist\"> </a><a name=\"hcpractitioner-specialist\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: et</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-spd-practitioner.html\">EE SPD Practitioner</a></p></div><p><b>identifier</b>: <code>https://fhir.ee/sid/pid/est/ni</code>/49001010001, <code>https://fhir.ee/sid/pro/est/pho</code>/T12345</p><p><b>name</b>: Laes Keel </p><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.ee/ValueSet/erialad S180}\">logopeed</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.ee/ValueSet/tervishoiutootaja-kutse 31}\">logopeed</span></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/ni"^^xsd:anyURI ] ;
fhir:value [ fhir:v "49001010001" ]
  ] [
fhir:system [ fhir:v "https://fhir.ee/sid/pro/est/pho"^^xsd:anyURI ] ;
fhir:value [ fhir:v "T12345" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Keel" ] ;
    ( fhir:given [ fhir:v "Laes" ] )
  ] ) ; # 
  fhir:qualification ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ee/ValueSet/erialad"^^xsd:anyURI ] ;
fhir:code [ fhir:v "S180" ] ;
fhir:display [ fhir:v "logopeed" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ee/ValueSet/tervishoiutootaja-kutse"^^xsd:anyURI ] ;
fhir:code [ fhir:v "31" ] ;
fhir:display [ fhir:v "logopeed" ]       ] )     ]
  ] ) . #