German Dental FHIR Profiles (R4)
0.36.1 - trial-use DE

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 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 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-dental-mvz"] ; # 
  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 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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "BSNR" ]       ] )     ] ;
fhir:system [
fhir:v "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR"^^xsd:anyURI ;
fhir:l <https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR>     ] ;
fhir:value [ fhir:v "721234500" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.de/CodeSystem/identifier-type-de-basis"^^xsd:anyURI ;
fhir:l <http://fhir.de/CodeSystem/identifier-type-de-basis>         ] ;
fhir:code [ fhir:v "KZVA" ]       ] )     ] ;
fhir:system [
fhir:v "http://fhir.de/sid/kzbv/kzvabrechnungsnummer"^^xsd:anyURI ;
fhir:l <http://fhir.de/sid/kzbv/kzvabrechnungsnummer>     ] ;
fhir:value [ fhir:v "720001234" ]
  ] ) ; # 
  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 "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ]     ] ) ;
fhir:text [ fhir:v "Zahnärztliches MVZ" ]
  ] ) ; # 
  fhir:name [ fhir:v "Demo-Zahnarztpraxis MVZ Nürnberg"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+49 911 1234567" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "+49 911 1234568" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "praxis@example-dental-practice.de" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "Breite Gasse 20" ] ) ;
fhir:city [ fhir:v "Nürnberg" ] ;
fhir:postalCode [ fhir:v "90402" ] ;
fhir:country [ fhir:v "DE" ]
  ] ) . #