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

: ManufacturedItemDefinition - Drug - example 2 - XML Representation

Raw xml | Download



<ManufacturedItemDefinition xmlns="http://hl7.org/fhir">
  <!--  Contained in bundle-drug-product-pq-ex1  -->
  <id value="manufactureditemdefinition-drug-pq-ex2"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/ManufacturedItemDefinition-drug-pq"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ManufacturedItemDefinition</b><a name="manufactureditemdefinition-drug-pq-ex2"> </a><a name="hcmanufactureditemdefinition-drug-pq-ex2"> </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 ManufacturedItemDefinition &quot;manufactureditemdefinition-drug-pq-ex2&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ManufacturedItemDefinition-drug-pq.html">ManufacturedItemDefinition - Drug PQ</a></p></div><p><b>status</b>: active</p><p><b>name</b>: Stelbatolol 5mg tablet</p><p><b>manufacturedDoseForm</b>:  <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p><blockquote><p><b>property</b></p><p><b>type</b>: Overage by mass (%) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-cs-manufactured-item-property-pq-example.html">Manufactured Item Property - example</a>#overage-by-mass)</span></p><p><b>value</b>: 5 %</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Overage reason <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-cs-manufactured-item-property-pq-example.html">Manufactured Item Property - example</a>#overage-reason)</span></p><p><b>value</b>: Overage is necessary because... <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p></blockquote></div>
  </text>
  <status value="active"/>
  <name value="Stelbatolol 5mg tablet"/>
  <manufacturedDoseForm>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
      <valueCode value="unsupported"/>
    </extension>
  </manufacturedDoseForm>
  <property>
    <type>
      <coding>
        <system
                value="http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-manufactured-item-property-pq-example"/>
        <code value="overage-by-mass"/>
        <display value="Overage by mass (%)"/>
      </coding>
    </type>
    <valueQuantity>
      <value value="5"/>
      <unit value="%"/>
    </valueQuantity>
  </property>
  <property>
    <type>
      <coding>
        <system
                value="http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-manufactured-item-property-pq-example"/>
        <code value="overage-reason"/>
        <display value="Overage reason"/>
      </coding>
    </type>
    <valueCodeableConcept>
      <text value="Overage is necessary because..."/>
    </valueCodeableConcept>
  </property>
</ManufacturedItemDefinition>