{ "resourceType":"Bundle", "id": "drug-combo-product-bundle", "type": "collection", "entry": [{ "fullUrl": "urn:uuid:e19deb42-7137-48b0-aef1-d37019d0316e", "resource": { "resourceType":"MedicinalProductDefinition", "id": "drug-combo-product-bundle-mp", "extension": [{ "url": "http://nprogram.co.uk/fhir/extension/productImage", "valueUrl": "complex-pack-3(tablet-and-cream).png" }, { "url": "http://nprogram.co.uk/fhir/extension/productComment", "valueString": "
Example of a product with two different components within it. (next)
" }], "identifier": [{ "system": "http://example.org.uk/fhir/product", "value": "ThrushTreatCombo" }], "combinedPharmaceuticalDoseForm": { "coding": [{ "system": "http://example.org.uk/fhir/doseform", "code": "Tablet and Cream for topical application" }] }, "name": [{ "productName": "ThrushTreat Combo" }] } }, { "resource": { "resourceType":"PackagedProductDefinition", "id": "packageCombo", "text": { "status": "generated", "div": "
\n (left blank to stop example creating something automatically)\n
" }, "packageFor": [{ "reference": "MedicinalProductDefinition/drug-combo-product-bundle-mp" }], "packaging": { "type": { "coding": [{ "code": "Box" }] }, "packaging": [{ "type": { "coding": [{ "code": "blister pack" }] }, "containedItem": [{ "item": { "reference": { "reference": "ManufacturedItemDefinition/tabletItem" } }, "amount": { "value": 1 } }] }, { "type": { "coding": [{ "code": "tube" }] }, "containedItem": [{ "item": { "reference": { "reference": "ManufacturedItemDefinition/creamItem" } }, "amount": { "value": 1 } }] }] } } }, { "fullUrl": "urn:uuid:4b9d12e2-c4c3-4533-85d0-7f78a6b91a53", "resource": { "resourceType":"ManufacturedItemDefinition", "id": "tabletItem", "status": "active", "manufacturedDoseForm": { "coding": [{ "system": "http://example.org.uk/fhir/doseform", "code": "tablet" }] } } }, { "fullUrl": "urn:uuid:9a66d8b9-1793-4e43-8cc3-89af55d86d0c", "resource": { "resourceType":"ManufacturedItemDefinition", "id": "creamItem", "status": "active", "manufacturedDoseForm": { "coding": [{ "system": "http://example.org.uk/fhir/doseform", "code": "Cream for topical applcation" }] } } }] }