Pharmaceutical Quality Submissions to Food & Drug Administration (PQ/CMC)
0.1.20 - Build CI United States of America flag

Pharmaceutical Quality Submissions to Food & Drug Administration (PQ/CMC), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.1.20 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/FHIR-us-pq-cmc/ and changes regularly. See the Directory of published versions

: Example of a Supplier Organization - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="d9e7c2f7-0f59-4645-bb6d-5a8dd2425049"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/pq-cmc-fda/StructureDefinition/supplier-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization</b><a name="d9e7c2f7-0f59-4645-bb6d-5a8dd2425049"> </a></p><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">Resource Organization &quot;d9e7c2f7-0f59-4645-bb6d-5a8dd2425049&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-supplier-organization.html">Supplier Organization</a></p></div><p><b>identifier</b>: DUNS/173265332</p><p><b>name</b>: Mega Chem Supply</p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Address</b></td></tr><tr><td style="display: none">*</td><td>Mega Chem Supply, 350 W Main Street, Rochester, NY, United States</td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system
                value="http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy"/>
        <code value="C134003"/>
        <display value="DUNS"/>
      </coding>
    </type>
    <system value="urn:oid:1.3.6.1.4.1.519.1"/>
    <value value="173265332"/>
  </identifier>
  <name value="Mega Chem Supply"/>
  <contact>
    <address>
      <text
            value="Mega Chem Supply, 350 W Main Street, Rochester, NY, United States"/>
      <line value="350 W Main Street"/>
      <city value="Rochester"/>
      <state value="NY"/>
      <postalCode value="14608"/>
      <country value="USA"/>
    </address>
  </contact>
</Organization>