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

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "org-dental-mvz",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/dental/StructureDefinition/dental-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "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>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "BSNR"
          }
        ]
      },
      "system" : "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value" : "721234500"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code" : "KZVA"
          }
        ]
      },
      "system" : "http://fhir.de/sid/kzbv/kzvabrechnungsnummer",
      "value" : "720001234"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ],
      "text" : "Zahnärztliches MVZ"
    }
  ],
  "name" : "Demo-Zahnarztpraxis MVZ Nürnberg",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+49 911 1234567",
      "use" : "work"
    },
    {
      "system" : "fax",
      "value" : "+49 911 1234568",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "praxis@example-dental-practice.de",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "type" : "physical",
      "line" : [
        "Breite Gasse 20"
      ],
      "city" : "Nürnberg",
      "postalCode" : "90402",
      "country" : "DE"
    }
  ]
}