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

Raw xml | Download


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