Medication Scheme Implementation Guide
1.0.0 - draft Estonia flag

Medication Scheme Implementation Guide, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 1.0.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-medication-scheme/ and changes regularly. See the Directory of published versions

: D98765 - 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 "D98765"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ee/StructureDefinition/ee-tis-practitioner"^^xsd:anyURI ;
fhir:link <https://fhir.ee/StructureDefinition/ee-tis-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 D98765</b></p><a name=\"D98765\"> </a><a name=\"hcD98765\"> </a><a name=\"D98765-en-US\"> </a><p><b>identifier</b>: <code>https://fhir.ee/sid/pro/est/pho</code>/D98765, <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>/489050599952</p><p><b>active</b>: true</p><p><b>name</b>: Ly Arst </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.ee/sid/pro/est/pho"^^xsd:anyURI ] ;
fhir:value [ fhir:v "D98765" ]
  ] [
fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/ni"^^xsd:anyURI ] ;
fhir:value [ fhir:v "489050599952" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Arst" ] ;
    ( fhir:given [ fhir:v "Ly" ] )
  ] ) . #