@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "synlab"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ee/StructureDefinition/ee-organization"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization

Resource Organization "synlab"

Profile: EEBase Organization

identifier: id: 11107913

active: true

name: SYNLAB EESTI OÜ

alias: Synlab

Contacts

-TelecomAddress
*info@synlab.comVeerenni tn 53a Tallinn EE (WORK)
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://fhir.ee/sid/org/est/br"^^xsd:anyURI ] ; fhir:value [ fhir:v "11107913" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name [ fhir:v "SYNLAB EESTI OÜ"] ; # fhir:alias ( [ fhir:v "Synlab"] ) ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@synlab.com" ] ] ) ; fhir:address [ fhir:use [ fhir:v "work" ] ; fhir:line ( [ fhir:v "Veerenni tn 53a" ] ) ; fhir:city [ fhir:v "Tallinn" ] ; fhir:country [ fhir:v "EE" ] ] ] ) . # # -------------------------------------------------------------------------------------