HL7® Austria FHIR® Core Implementation Guide - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: HL7ATCoreLocationGraz - 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 -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "HL7ATCoreLocationGraz"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-location"^^xsd:anyURI ;
fhir:link <http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-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 HL7ATCoreLocationGraz</b></p><a name=\"HL7ATCoreLocationGraz\"> </a><a name=\"hcHL7ATCoreLocationGraz\"> </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-at-core-location.html\">HL7® AT Core Location Profile</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.40.0.34.4.10</code>/K777.1</p><p><b>name</b>: Campus Kernöl</p><p><b>description</b>: </p><div><p>Location with cafeteria that serves everything with pumpkin seed oil – even the cappuccino foam.</p>\n</div><p><b>address</b>: Graz 8010 AUT </p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>15.4395</td><td>47.0707</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-HL7ATCoreOrganizationWunderwuzzi.html\">Organization Wunderwuzzi Klinikverbund</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.40.0.34.4.10"^^xsd:anyURI ] ;
fhir:value [ fhir:v "K777.1" ] ;
fhir:assigner [
fhir:display [ fhir:v "Österreichisches Bundesministerium für Gesundheit" ] ]
] ) ; #
fhir:name [ fhir:v "Campus Kernöl"] ; #
fhir:description [ fhir:v "Location with cafeteria that serves everything with pumpkin seed oil – even the cappuccino foam."] ; #
fhir:address [
fhir:city [ fhir:v "Graz" ] ;
fhir:postalCode [ fhir:v "8010" ] ;
fhir:country [ fhir:v "AUT" ]
] ; #
fhir:position [
fhir:longitude [ fhir:v 15.4395 ] ;
fhir:latitude [ fhir:v 47.0707 ]
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/HL7ATCoreOrganizationWunderwuzzi" ]
] . #