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 Zahnarztpraxis MVZ 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/org-dental-mvz> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "org-dental-mvz"] ;
  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 org-dental-mvz</b></p><a name=\"org-dental-mvz\"> </a><a name=\"hcorg-dental-mvz\"> </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>identifier</b>: Primary physician office number/721234500, KZVAbrechnungsnummer/720001234</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Zahnärztliches MVZ</span></p><p><b>name</b>: Demo-Zahnarztpraxis MVZ Nürnberg</p><p><b>telecom</b>: <a href=\"tel:+499111234567\">+49 911 1234567</a>, fax: +49 911 1234568(Work), <a href=\"mailto:praxis@example-dental-practice.de\">praxis@example-dental-practice.de</a></p><p><b>address</b>: Breite Gasse 20 Nürnberg 90402 DE (work)</p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "BSNR" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR" ] ;
     fhir:Identifier.value [ fhir:value "721234500" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/identifier-type-de-basis" ] ;
         fhir:Coding.code [ fhir:value "KZVA" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.de/sid/kzbv/kzvabrechnungsnummer" ] ;
     fhir:Identifier.value [ fhir:value "720001234" ]
  ] ;
  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 "prov" ] ;
       fhir:Coding.display [ fhir:value "Healthcare Provider" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Zahnärztliches MVZ" ]
  ] ;
  fhir:Organization.name [ fhir:value "Demo-Zahnarztpraxis MVZ Nürnberg"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+49 911 1234567" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "fax" ] ;
     fhir:ContactPoint.value [ fhir:value "+49 911 1234568" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 2 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "praxis@example-dental-practice.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 "Breite Gasse 20" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Nürnberg" ] ;
     fhir:Address.postalCode [ fhir:value "90402" ] ;
     fhir:Address.country [ fhir:value "DE" ]
  ] .

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

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