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

: tehiku-apteek - 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:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "tehiku-apteek"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ee/StructureDefinition/ee-tis-pharmacy-location"^^xsd:anyURI ;
fhir:link <https://fhir.ee/StructureDefinition/ee-tis-pharmacy-location>     ] )
  ] ; # 
  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 tehiku-apteek</b></p><a name=\"tehiku-apteek\"> </a><a name=\"hctehiku-apteek\"> </a><a name=\"tehiku-apteek-en-US\"> </a><p><b>name</b>: Tehiku apteek</p><p><b>address</b>: Pärnu mnt 132(work)</p><p><b>managingOrganization</b>: Tehiku apteek (Identifier: <code>https://fhir.ee/base/StructureDefinition/ee-organization</code>/123456)</p></div>"
  ] ; # 
  fhir:name [ fhir:v "Tehiku apteek"] ; # 
  fhir:address [
fhir:use [ fhir:v "work" ] ;
fhir:text [ fhir:v "Pärnu mnt 132" ] ;
fhir:country [ fhir:v "EE" ]
  ] ; # 
  fhir:managingOrganization [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-organization"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ]     ] ;
fhir:display [ fhir:v "Tehiku apteek" ]
  ] . #