CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions
: Organization Regionalspital Zugersee - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "RegionalspitalZugersee"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization> ] )
] ; #
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: Organization RegionalspitalZugersee</b></p><a name=\"RegionalspitalZugersee\"> </a><a name=\"hcRegionalspitalZugersee\"> </a><a name=\"RegionalspitalZugersee-en-US\"> </a><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601980235500</p><p><b>name</b>: Regionalspital Zugersee</p><p><b>telecom</b>: <a href=\"tel:+41453345566\">+41 45 334 55 66</a>, <a href=\"mailto:info@regionalspital.zug.ch\">info@regionalspital.zug.ch</a>, <a href=\"http://www.regionalspital.zug.ch\">http://www.regionalspital.zug.ch</a></p><p><b>address</b>: Uferstrasse 14 Postfach 80 Walchwil 6318 CH (work)</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7601980235500" ]
] ) ; #
fhir:name [ fhir:v "Regionalspital Zugersee"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+41 45 334 55 66" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@regionalspital.zug.ch" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.regionalspital.zug.ch" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
( fhir:line [ fhir:v "Uferstrasse 14" ] [ fhir:v "Postfach 80" ] ) ;
fhir:city [ fhir:v "Walchwil" ] ;
fhir:postalCode [ fhir:v "6318" ] ;
fhir:country [ fhir:v "CH" ]
] ) . #