German Dental FHIR Profiles (R4) - Local Development build (v0.36.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Beispiel Dentallabor Zahntechnik Nürnberg - 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 "ExampleDentallabor"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/dental-organization"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/dental-organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleDentallabor</b></p><a name=\"ExampleDentallabor\"> </a><a name=\"hcExampleDentallabor\"> </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-dental-organization.html\">Zahnarztpraxis / Organisation (DE)</a></p></div><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type bus}\">Dentallabor</span></p><p><b>name</b>: Zahntechnik Nürnberg GmbH</p><p><b>telecom</b>: <a href=\"tel:+499119876540\">+49 911 9876540</a>, <a href=\"mailto:labor@zahntechnik-nuernberg.de\">labor@zahntechnik-nuernberg.de</a></p><p><b>address</b>: Gewerbestraße 7 Nürnberg 90427 DE (work)</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/organization-type> ] ;
fhir:code [ fhir:v "bus" ] ;
fhir:display [ fhir:v "Non-Healthcare Business or Corporation" ] ] ) ;
fhir:text [ fhir:v "Dentallabor" ]
] ) ; #
fhir:name [ fhir:v "Zahntechnik Nürnberg GmbH"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+49 911 9876540" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "labor@zahntechnik-nuernberg.de" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
( fhir:line [ fhir:v "Gewerbestraße 7" ] ) ;
fhir:city [ fhir:v "Nürnberg" ] ;
fhir:postalCode [ fhir:v "90427" ] ;
fhir:country [ fhir:v "DE" ]
] ) . #