German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Zahnarztpraxis Dr. Mustermann (mit Bankverbindung) - 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 "example-organization-with-bank-account"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization example-organization-with-bank-account</b></p><a name=\"example-organization-with-bank-account\"> </a><a name=\"hcexample-organization-with-bank-account\"> </a><blockquote><p><b>Bankverbindung</b></p><ul><li>iban: DE89370400440532013000</li><li>bic: COBADEFFXXX</li><li>bankname: Commerzbank AG</li><li>kontoinhaber: Zahnarztpraxis Dr. Mustermann</li></ul></blockquote><p><b>active</b>: true</p><p><b>name</b>: Zahnarztpraxis Dr. Mustermann</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [
fhir:v "iban"^^xsd:anyURI ;
fhir:l fhir:iban       ] ;
fhir:value [
a fhir:String ;
fhir:v "DE89370400440532013000"       ]     ] [
fhir:url [
fhir:v "bic"^^xsd:anyURI ;
fhir:l fhir:bic       ] ;
fhir:value [
a fhir:String ;
fhir:v "COBADEFFXXX"       ]     ] [
fhir:url [
fhir:v "bankname"^^xsd:anyURI ;
fhir:l fhir:bankname       ] ;
fhir:value [
a fhir:String ;
fhir:v "Commerzbank AG"       ]     ] [
fhir:url [
fhir:v "kontoinhaber"^^xsd:anyURI ;
fhir:l fhir:kontoinhaber       ] ;
fhir:value [
a fhir:String ;
fhir:v "Zahnarztpraxis Dr. Mustermann"       ]     ] ) ;
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/bank-account"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/bank-account>     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name [ fhir:v "Zahnarztpraxis Dr. Mustermann"] . #