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) - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "example-organization-with-bank-account",
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "iban",
          "valueString" : "DE89370400440532013000"
        },
        {
          "url" : "bic",
          "valueString" : "COBADEFFXXX"
        },
        {
          "url" : "bankname",
          "valueString" : "Commerzbank AG"
        },
        {
          "url" : "kontoinhaber",
          "valueString" : "Zahnarztpraxis Dr. Mustermann"
        }
      ],
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/bank-account"
    }
  ],
  "active" : true,
  "name" : "Zahnarztpraxis Dr. Mustermann"
}