Pharmaceutical Quality (Industry)
1.0.0 - STU1 International flag

Pharmaceutical Quality (Industry), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/uv-dx-pq/ and changes regularly. See the Directory of published versions

: MedicinalProductDefinition - Drug Product - example - XML Representation

Raw xml | Download



<MedicinalProductDefinition xmlns="http://hl7.org/fhir">
  <!--     <id value="product"/> -->
  <id value="medicinalproductdefinition-drug-product-pq-ex1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/MedicinalProductDefinition-drug-product-pq"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicinalProductDefinition</b><a name="medicinalproductdefinition-drug-product-pq-ex1"> </a><a name="hcmedicinalproductdefinition-drug-product-pq-ex1"> </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 MedicinalProductDefinition &quot;medicinalproductdefinition-drug-product-pq-ex1&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-MedicinalProductDefinition-drug-product-pq.html">MedicinalProductDefinition - Drug Product PQ</a></p></div><p><b>description</b>: Textual description of the product</p><p><b>combinedPharmaceuticalDoseForm</b>: Gastro-resistant tablet <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (standardterms.edqm.eu#10225000)</span></p><p><b>route</b>: Oral use <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (standardterms.edqm.eu#20053000)</span></p><blockquote><p><b>name</b></p><p><b>productName</b>: Stelbat Tablets, 20mg</p><p><b>type</b>: Proprietary <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-cs-productNameType-pq-example.html">Product Name Type - example</a>#Proprietary)</span></p><h3>Parts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Part</b></td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td>20mg</td><td>Strength part <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/R5/codesystem-medicinal-product-name-part-type.html">Product Name Part Type</a>#StrengthPart)</span></td></tr></table></blockquote></div>
  </text>
  <description value="Textual description of the product"/>
  <combinedPharmaceuticalDoseForm>
    <coding>
      <system value="http://standardterms.edqm.eu"/>
      <code value="10225000"/>
      <display value="Gastro-resistant tablet"/>
    </coding>
  </combinedPharmaceuticalDoseForm>
  <route>
    <coding>
      <system value="http://standardterms.edqm.eu"/>
      <code value="20053000"/>
      <display value="Oral use"/>
    </coding>
  </route>
  <name>
    <productName value="Stelbat Tablets, 20mg"/>
    <type>
      <coding>
        <system
                value="http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-productNameType-pq-example"/>
        <code value="Proprietary"/>
        <display value="Proprietary"/>
      </coding>
    </type>
    <part>
      <part value="20mg"/>
      <type>
        <coding>
          <system
                  value="http://hl7.org/fhir/medicinal-product-name-part-type"/>
          <code value="StrengthPart"/>
          <display value="Strength part"/>
        </coding>
      </type>
    </part>
  </name>
</MedicinalProductDefinition>