Implementation Guide CH VACD
5.0.0-ci-build - ci-build Switzerland flag

Implementation Guide CH VACD, published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-vacd/ and changes regularly. See the Directory of published versions

: TC Organization 2 - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="TC-ORG2"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization-epr"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization TC-ORG2</b></p><a name="TC-ORG2"> </a><a name="hcTC-ORG2"> </a><a name="TC-ORG2-en-US"> </a><p><b>identifier</b>: <a href="https://www.gs1.org/standards/id-keys/gln" title="Global Location Number">GLN</a>/7601999999912</p><p><b>name</b>: Praxis Dr. G. Meier</p><p><b>telecom</b>: ph: tel:+41.32.234.77.88(Work), fax: fax:+41.32.234.77.89(Work), <a href="mailto:mailto:leitung@praxis-gesund.ch">mailto:leitung@praxis-gesund.ch</a>, <a href="http://www.praxis-gesund.ch">http://www.praxis-gesund.ch</a></p><p><b>address</b>: Werthgasse 34 Bern ZH 3000 CH </p></div>
  </text>
  <identifier>
    <system value="urn:oid:2.51.1.3"/>
    <value value="7601999999912"/>
  </identifier>
  <name value="Praxis Dr. G. Meier"/>
  <telecom>
    <system value="phone"/>
    <value value="tel:+41.32.234.77.88"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="fax:+41.32.234.77.89"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="mailto:leitung@praxis-gesund.ch"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="http://www.praxis-gesund.ch"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="Werthgasse 34"/>
    <city value="Bern"/>
    <state value="ZH"/>
    <postalCode value="3000"/>
    <country value="CH"/>
  </address>
</Organization>