View raw Markdown
type: exampleresource: MedicinalProductDefinitionexample: medicinalproductdefinition-example-co-packaged-liquid-and-syringe

MedicinalProductDefinition Example: medicinalproductdefinition-example-co-packaged-liquid-and-syringe

Narrative

Generated Narrative

Id : drug-and-device

Identifier : Wonderdrug+

Combined Pharmaceutical Dose Form : solution for injection

Packaged Product :

Package

Contained Item

Item : Solution for Injection

Amount : 20 ml

Ingredient : Wondersubstance BP

Contained Item

Device : Syringe

Amount : 1

Names

-Product Name
*Wonderdrug+ liquid 20ml

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<MedicinalProductDefinition xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/medicinalproductdefinition.xsd">
    <id value="drug-and-device"/>
    <text>
        <status value="generated"/>
        <div xmlns="http://www.w3.org/1999/xhtml">
            <p>
                <b>
                    Generated Narrative
                </b>
            </p>
            <p>
                <b>
                    Id
                </b>
                : drug-and-device
            </p>
            <p>
                <b>
                    Identifier
                </b>
                : Wonderdrug+
            </p>
            <p>
                <b>
                    Combined Pharmaceutical Dose Form
                </b>
                :
                <span title="Codes: {http://example.org.uk/fhir/doseform solution for injection}">
                    solution for injection
                </span>
            </p>
            <p>
                <b>
                    Packaged Product
                </b>
                :
                <a name="package"/>
            </p>
            <blockquote>
                <p>
                    <b>
                        Package
                    </b>
                </p>
                <blockquote>
                    <p>
                        <b>
                            Contained Item
                        </b>
                    </p>
                    <p>
                        <b>
                            Item
                        </b>
                        :
                        <a href="#liquidItem">
                            Solution for Injection
                        </a>
                    </p>
                    <p>
                        <b>
                            Amount
                        </b>
                        : 20 ml
                    </p>
                    <p>
                        <b>
                            Ingredient
                        </b>
                        : Wondersubstance BP
                    </p>
                </blockquote>
                <blockquote>
                    <p>
                        <b>
                            Contained Item
                        </b>
                    </p>
                    <p>
                        <b>
                            Device
                        </b>
                        :
                        <a href="#syringeDevice">
                            Syringe
                        </a>
                    </p>
                    <p>
                        <b>
                            Amount
                        </b>
                        : 1
                    </p>
                </blockquote>
            </blockquote>
            <h3>
                Names
            </h3>
            <table class="grid">
                <tr>
                    <td>
                        -
                    </td>
                    <td>
                        <b>
                            Product Name
                        </b>
                    </td>
                </tr>
                <tr>
                    <td>
                        *
                    </td>
                    <td>
                        Wonderdrug+ liquid 20ml
                    </td>
                </tr>
            </table>
        </div>
    </text>
    <contained>
        <PackagedProductDefinition>
            <id value="package"/>
            <packageFor>
                <reference value="#"/>
            </packageFor>
            <packaging>
                <!-- can be more details of the package here, but not necessary for this use case -->
                <containedItem>
                    <item>
                        <reference>
                            <reference value="#liquidItem"/>
                        </reference>
                    </item>
                    <amount>
                        <value value="20"/>
                        <unit value="ml"/>
                        <system value="http://unitsofmeasure.org"/> 
                        <code value="mL"/>
                    </amount>
                </containedItem>
                <containedItem>
                    <item>
                        <reference>
                        <reference value="#syringeDevice"/>
                        </reference>
                    </item>
                </containedItem>
            </packaging>
        </PackagedProductDefinition>
    </contained>
    <contained>
        <DeviceDefinition>
            <id value="syringeDevice"/>
            <status value="active"/>
            <classification>
                <type>
                    <text value="syringe"/>
                </type>
            </classification>
            <!-- Schema appears to be broken, deviceName is not present in XSD -->
            <!--deviceName>
                <name value="WonderSyringe"/>
                <type value="manufacturer-name"/>
            </deviceName-->
        </DeviceDefinition>
    </contained>
    <contained>
        <ManufacturedItemDefinition>
            <id value="liquidItem"/>
            <status value="active"/> 
            <manufacturedDoseForm>
                <coding>
                    <system value="http://example.org.uk/fhir/doseform"/>
                    <code value="solution for injection"/>
                </coding>
            </manufacturedDoseForm>
        </ManufacturedItemDefinition>
    </contained>
    <!--contained>
        <Ingredient>
            <id value="ingredient"/>
            <status value="active"/>
            <for>
                <reference value="ManufacturedItemDefinition/liquidItem"/>
            </for>
            <role>
                <coding>
                    <system value="http://example.org.uk/fhir/ingredientRole"/>
                    <code value="active"/>
                </coding>
            </role>
            <substance>
                <code>
                    <concept>
                        <coding>
                            <system value="http://example.org.uk/fhir/ingredients"/>
                            <code value="12345"/>
                            <display value="Wondersubstance BP"/>
                        </coding>
                    </concept>
                </code>
            </substance>
        </Ingredient>
    </contained-->
    <identifier>
        <system value="http://example.org.uk/fhir/product"/>
        <value value="Wonderdrug+"/>
    </identifier>
    <combinedPharmaceuticalDoseForm>
        <coding>
            <system value="http://example.org.uk/fhir/doseform"/>
            <code value="solution for injection"/>
        </coding>
    </combinedPharmaceuticalDoseForm>
    <name>
        <productName value="Wonderdrug+ liquid 20ml"/>
    </name>
</MedicinalProductDefinition>