SPD - Service Provider Directory
0.2.0 - draft Estonia flag

SPD - 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

: location-pharmacy - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Location/location-pharmacy> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "location-pharmacy"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.ee/spd/StructureDefinition/ee-spd-location"^^xsd:anyURI ;
       fhir:link <https://fhir.ee/spd/StructureDefinition/ee-spd-location>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location location-pharmacy</b></p><a name=\"location-pharmacy\"> </a><a name=\"hclocation-pharmacy\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-spd-location.html\">EE SPD Location</a></p></div><p><b>ExtensionEETISEffectivePeriod</b>: 2020-07-01 --&gt; 2100-01-01</p><p><b>identifier</b>: <code>https://fhir.ee/sid/org/est/locpharm</code>/242</p><p><b>status</b>: Active</p><p><b>name</b>: Mustamäe keskuse apteek</p><p><b>address</b>: Harju maakond, Tallinn, Mustamäe linnaosa, A.H.Tammsaare tee 104a, indeks 12918(work)</p><p><b>managingOrganization</b>: <a href=\"Organization-organization-pharmacy.html\">Organization Mustamäe Keskuse Apteek</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "https://fhir.ee/spd/StructureDefinition/ee-tis-effective-period"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:Period ;
       fhir:start [ fhir:v "2020-07-01"^^xsd:date ] ;
       fhir:end [ fhir:v "2100-01-01"^^xsd:date ]
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "https://fhir.ee/sid/org/est/locpharm"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "242" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Mustamäe keskuse apteek"] ; # 
  fhir:address [
     fhir:extension ( [
       fhir:url [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-ads-adr-id"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [ fhir:v "https://fhir.ee/base/CodeSystem/ads-adr-id"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "2120589" ]
       ]
     ] [
       fhir:url [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-ads-oid"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [ fhir:v "https://fhir.ee/base/CodeSystem/ads-oid"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "ME03306102" ]
       ]
     ] [
       fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/address-official"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:boolean ;
         fhir:v true
       ]
     ] ) ;
     fhir:use [ fhir:v "work" ] ;
     fhir:type [ fhir:v "physical" ] ;
     fhir:text [ fhir:v "Harju maakond, Tallinn, Mustamäe linnaosa, A.H.Tammsaare tee 104a, indeks 12918" ] ;
     fhir:country [ fhir:v "EE" ]
  ] ; # 
  fhir:managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/organization-pharmacy> ;
     fhir:reference [ fhir:v "Organization/organization-pharmacy" ]
  ] . # 

<http://hl7.org/fhir/Organization/organization-pharmacy> a fhir:Organization .