German Dental FHIR Profiles (R4)
0.41.6 - trial-use Germany

German Dental FHIR Profiles (R4) - Local Development build (v0.41.6) 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Organization/ExampleDentallabor> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleDentallabor"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/dental-organization" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/dental/StructureDefinition/dental-organization>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<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>"
  ] ;
  fhir:Organization.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
       fhir:Coding.code [ fhir:value "bus" ] ;
       fhir:Coding.display [ fhir:value "Non-Healthcare Business or Corporation" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Dentallabor" ]
  ] ;
  fhir:Organization.name [ fhir:value "Zahntechnik Nürnberg GmbH"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+49 911 9876540" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "labor@zahntechnik-nuernberg.de" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.type [ fhir:value "physical" ] ;
     fhir:Address.line [
       fhir:value "Gewerbestraße 7" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Nürnberg" ] ;
     fhir:Address.postalCode [ fhir:value "90427" ] ;
     fhir:Address.country [ fhir:value "DE" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Organization/ExampleDentallabor.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Organization/ExampleDentallabor.ttl> .