Order Catalog Implementation Guide
1.0.0-ballot - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions

: Clarithromycin package - XML Representation

Page standards status: Informative

Raw xml | Download


<PackagedProductDefinition xmlns="http://hl7.org/fhir">
  <id value="example-drug-package-clarithromycin"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/DrugPackage"/>
  </meta>
  <language value="en-US"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><p class="res-header-id"><b>Generated Narrative: PackagedProductDefinition example-drug-package-clarithromycin</b></p><a name="example-drug-package-clarithromycin"> </a><a name="hcexample-drug-package-clarithromycin"> </a><a name="example-drug-package-clarithromycin-en-US"> </a><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">Language: en-US</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-DrugPackage.html">definition of a packaging of a medication</a></p></div><p><b>name</b>: Package for CLARITHROMYCINE GENERIC-LAB 25 mg/ml, granules for oral suspension in 100 ml HDPE bottle</p><p><b>type</b>: <span title="Codes:{http://hl7.org/fhir/package-type MedicinalProductPack}">Medicinal product pack</span></p><p><b>status</b>: <span title="Codes:{http://hl7.org/fhir/publication-status active}">Active</span></p><p><b>statusDate</b>: 2010-03-01</p><p><b>containedItemQuantity</b>: 1 vial, 3 syringe for oral administration</p><p><b>description</b>: </p><div><p>1 high density polyethylene (HDPE) bottle of 100 ml with 3 syringes for oral administration</p>
</div></div>
  </text>
  <name
        value="Package for CLARITHROMYCINE GENERIC-LAB 25 mg/ml, granules for oral suspension in 100 ml HDPE bottle"/>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/package-type"/>
      <code value="MedicinalProductPack"/>
      <display value="Medicinal product pack"/>
    </coding>
  </type>
  <status>
    <coding>
      <system value="http://hl7.org/fhir/publication-status"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
  </status>
  <statusDate value="2010-03-01"/>
  <containedItemQuantity>
    <value value="1"/>
    <unit value="vial"/>
  </containedItemQuantity>
  <containedItemQuantity>
    <value value="3"/>
    <unit value="syringe for oral administration"/>
  </containedItemQuantity>
  <description
               value="1 high density polyethylene (HDPE) bottle of 100 ml with 3 syringes for oral administration"/>
</PackagedProductDefinition>