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

: PVS Rhein-Main GmbH - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="ExamplePvsOrganization"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ExamplePvsOrganization</b></p><a name="ExamplePvsOrganization"> </a><a name="hcExamplePvsOrganization"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}, {https://fhir.cognovis.de/praxis/CodeSystem/pvs-organization-type pvs}">Privataerztliche Verrechnungsstelle</span></p><p><b>name</b>: PVS Rhein-Main GmbH</p><p><b>telecom</b>: <a href="tel:+49611123456-0">+49 611 123456-0</a></p><p><b>address</b>: Bahnhofstrasse 12 Wiesbaden 65185 DE </p></div>
  </text>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
    <coding>
      <system
              value="https://fhir.cognovis.de/praxis/CodeSystem/pvs-organization-type"/>
      <code value="pvs"/>
      <display value="PVS"/>
    </coding>
    <text value="Privataerztliche Verrechnungsstelle"/>
  </type>
  <name value="PVS Rhein-Main GmbH"/>
  <telecom>
    <system value="phone"/>
    <value value="+49 611 123456-0"/>
  </telecom>
  <address>
    <line value="Bahnhofstrasse 12"/>
    <city value="Wiesbaden"/>
    <postalCode value="65185"/>
    <country value="DE"/>
  </address>
</Organization>