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
: Praxis mit minimaler Bankverbindung (IBAN + BIC) - 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-minimal-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-minimal-bank-account</b></p><a name=\"example-organization-minimal-bank-account\"> </a><a name=\"hcexample-organization-minimal-bank-account\"> </a><blockquote><p><b>Bankverbindung</b></p><ul><li>iban: DE12500105170648489890</li><li>bic: INGDDEFFXXX</li></ul></blockquote><p><b>active</b>: true</p><p><b>name</b>: Zahnarztpraxis Minimal</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 "DE12500105170648489890" ] ] [
fhir:url [
fhir:v "bic"^^xsd:anyURI ;
fhir:l fhir:bic ] ;
fhir:value [
a fhir:String ;
fhir:v "INGDDEFFXXX" ] ] ) ;
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 Minimal"] . #