<?xml version="1.0" encoding="utf-8"?> <Bundle xmlns="http://hl7.org/fhir"> <id value="drug-combo-product-bundle" /> <type value="collection" /> <entry> <fullUrl value="urn:uuid:e19deb42-7137-48b0-aef1-d37019d0316e" /> <resource> <MedicinalProductDefinition> <id value="drug-combo-product-bundle-mp" /> <extension url="http://nprogram.co.uk/fhir/extension/productImage"> <valueUrl value="complex-pack-3(tablet-and-cream).png" /> </extension> <extension url="http://nprogram.co.uk/fhir/extension/productComment"> <valueString value="<div>Example of a product with two different components within it. (<a href='co-packaged-liquid-and-syringe-complete-bundle'>next</a>)</div>" /> </extension> <identifier> <system value="http://example.org.uk/fhir/product" /> <value value="ThrushTreatCombo" /> </identifier> <combinedPharmaceuticalDoseForm> <coding> <system value="http://example.org.uk/fhir/doseform" /> <code value="Tablet and Cream for topical application" /> </coding> </combinedPharmaceuticalDoseForm> <name> <productName value="ThrushTreat Combo" /> </name> <!--package> <package> <reference value="PackagedProductDefinition/packageCombo"/> </package> </package--> </MedicinalProductDefinition> </resource> </entry> <entry> <resource> <PackagedProductDefinition> <id value="packageCombo" /> <text> <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> (left blank to stop example creating something automatically) </div> </text> <packageFor> <reference value="MedicinalProductDefinition/drug-combo-product-bundle-mp" /> </packageFor> <packaging> <type> <coding> <code value="Box" /> </coding> </type> <packaging> <type> <coding> <code value="blister pack" /> </coding> </type> <containedItem> <item> <reference> <reference value="ManufacturedItemDefinition/tabletItem" /> </reference> </item> <amount> <value value="1" /> </amount> </containedItem> </packaging> <packaging> <type> <coding> <code value="tube" /> </coding> </type> <containedItem> <item> <reference> <reference value="ManufacturedItemDefinition/creamItem" /> </reference> </item> <amount> <value value="1" /> </amount> </containedItem> </packaging> </packaging> </PackagedProductDefinition> </resource> </entry> <entry> <fullUrl value="urn:uuid:4b9d12e2-c4c3-4533-85d0-7f78a6b91a53" /> <resource> <ManufacturedItemDefinition> <id value="tabletItem" /> <status value="active" /> <manufacturedDoseForm> <coding> <system value="http://example.org.uk/fhir/doseform" /> <code value="tablet" /> </coding> </manufacturedDoseForm> <!-- would normally go on to have ingredients here (see other examples) --> </ManufacturedItemDefinition> </resource> </entry> <entry> <fullUrl value="urn:uuid:9a66d8b9-1793-4e43-8cc3-89af55d86d0c" /> <resource> <ManufacturedItemDefinition> <id value="creamItem" /> <status value="active" /> <manufacturedDoseForm> <coding> <system value="http://example.org.uk/fhir/doseform" /> <code value="Cream for topical applcation" /> </coding> </manufacturedDoseForm> <!-- would normally go on to have ingredients here (see other examples) --> </ManufacturedItemDefinition> </resource> </entry> </Bundle>