API for the Exchange of Medicinal Product Information (APIX)
0.1.0 - ci-build International flag

API for the Exchange of Medicinal Product Information (APIX), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/APIX---API-Exchange-for-Medicinal-Products/ and changes regularly. See the Directory of published versions

: Organization SynthPharma AG - XML Representation

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="org-synthpharma-ag"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization org-synthpharma-ag</b></p><a name="org-synthpharma-ag"> </a><a name="hcorg-synthpharma-ag"> </a><p><b>name</b>: SynthPharma AG</p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style="display: none">*</td><td>Dr. John Doe, Head of Regulatory Affairs</td><td><a href="mailto:john.doe@synthpharma.example">john.doe@synthpharma.example</a></td><td>123 Synthetic Research Blvd, 4000 Basel, Switzerland</td></tr></table></div>
  </text>
  <name value="SynthPharma AG"/>
  <contact>
    <name>
      <text value="Dr. John Doe, Head of Regulatory Affairs"/>
    </name>
    <telecom>
      <system value="email"/>
      <value value="john.doe@synthpharma.example"/>
      <use value="work"/>
    </telecom>
    <address>
      <type value="physical"/>
      <text value="123 Synthetic Research Blvd, 4000 Basel, Switzerland"/>
      <line value="123 Synthetic Research Blvd"/>
      <city value="Basel"/>
      <district value="Basel-Stadt"/>
      <state value="Basel-Stadt"/>
      <postalCode value="4000"/>
      <country value="Switzerland"/>
    </address>
  </contact>
</Organization>