CH ELM (R4)
1.9.1 - release Switzerland flag

This page is part of the Observations of notifiable communicable infectious diseases (v1.9.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Org - Praxis Dr. Hauser - 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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Org-PeterHauser"] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.756.5.45"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A74966168" ]
  ] ) ; # 
  fhir:name [ fhir:v "Praxis Dr. Hauser"] ; # 
  fhir:address ( [
    ( fhir:line [
fhir:v "Hauptstrasse 10" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Hauptstrasse"         ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "10"         ]       ] )     ] ) ;
fhir:city [ fhir:v "Solothurn" ] ;
fhir:postalCode [ fhir:v "4500" ]
  ] ) . #