This page is part of the CH EPR FHIR (R4) (v4.0.0-ballot: DSTU 4 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: PDQm Provider Organization Gruppenpraxis - 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 "GruppenpraxisCH"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pdqm-provider-organization"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pdqm-provider-organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"GruppenpraxisCH\"> </a><a name=\"hcGruppenpraxisCH\"> </a></p><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\">ResourceOrganization "GruppenpraxisCH" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-pdqm-provider-organization.html\">CH PDQm Provider Organization</a></p></div><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601000201041</p><p><b>name</b>: PDQm Provider Organization Gruppenpraxis</p><p><b>telecom</b>: <a href=\"tel:+41322345566\">+41322345566</a>, fax: +41322346677(WORK), <a href=\"mailto:bereit@gruppenpraxis.ch\">bereit@gruppenpraxis.ch</a>, <a href=\"http://www.gruppenpraxis.ch\">http://www.gruppenpraxis.ch</a></p><p><b>address</b>: Doktorgasse 2 Musterhausen 8888 CH (work)</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td>Allzeit Bereit (Official)</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7601000201041" ]
] ) ; #
fhir:name [ fhir:v "PDQm Provider Organization Gruppenpraxis"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+41322345566" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "+41322346677" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bereit@gruppenpraxis.ch" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.gruppenpraxis.ch" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
( fhir:line [ fhir:v "Doktorgasse" ] [ fhir:v "2" ] ) ;
fhir:city [ fhir:v "Musterhausen" ] ;
fhir:postalCode [ fhir:v "8888" ] ;
fhir:country [ fhir:v "CH" ]
] ) ; #
fhir:contact ( [
fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Bereit" ] ;
( fhir:given [ fhir:v "Allzeit" ] ) ;
( fhir:prefix [ fhir:v "Dr. med." ] ) ;
( fhir:suffix [ fhir:v "Facharzt für Allgemeine Medizin" ] ) ]
] ) . #