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

Generated Narrative: Location

Resource Location "itk-ed"

Profile: EEBase Location

name: ITK Emergency Department

Contacts

-Telecom
*ph: 6207040

address: Ravi 18, 10138 Tallinn(WORK)

managingOrganization: Organization/itk "Ida-Tallinna Keskhaigla"

" ] ; # fhir:name [ fhir:v "ITK Emergency Department"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "6207040" ] ] ) ] ) ; # fhir:address [ fhir:use [ fhir:v "work" ] ; fhir:text [ fhir:v "Ravi 18, 10138 Tallinn" ] ; fhir:country [ fhir:v "EE" ] ] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/itk" ] ] . # # -------------------------------------------------------------------------------------