Publication Build: This will be filled in by the publication tooling
: ITK ED - 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 "itk-ed"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ee/base/StructureDefinition/ee-location"^^xsd:anyURI ;
fhir:link <https://fhir.ee/base/StructureDefinition/ee-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 itk-ed</b></p><a name=\"itk-ed\"> </a><a name=\"hcitk-ed\"> </a><a name=\"itk-ed-en-US\"> </a><p><b>name</b>: ITK Emergency Department</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>ph: 6207040</td></tr></table><p><b>address</b>: Ravi 18, 10138 Tallinn(work)</p><p><b>managingOrganization</b>: <a href=\"Organization-itk.html\">Organization Ida-Tallinna Keskhaigla</a></p></div>"
] ; #
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:reference [ fhir:v "Organization/itk" ]
] . #