FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MedicinalProductDefinition/drug-and-device-complete (JSON)

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

A powder and solution for injection that comes with a syringe in the pack (complete example)

{
  "resourceType" : "MedicinalProductDefinition",
  "id" : "drug-and-device-complete",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicinalProductDefinition</b><a name=\"drug-and-device-complete\"> </a><a name=\"hcdrug-and-device-complete\"> </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 MedicinalProductDefinition &quot;drug-and-device-complete&quot; </p></div><p><b>identifier</b>: <code>http://example.org.uk/fhir/product</code>/Wonderdrug+</p><p><b>combinedPharmaceuticalDoseForm</b>: Powder and solution for injection with itegral syringe <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (doseform#Powder and solution for injection with itegral syringe)</span></p><h3>Names</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ProductName</b></td></tr><tr><td style=\"display: none\">*</td><td>Wonderdrug liquid 20ml (integral syringe)</td></tr></table><hr/><blockquote><p><b>Generated Narrative: PackagedProductDefinition #package</b><a name=\"package\"> </a><a name=\"hcpackage\"> </a></p><p><b>packageFor</b>: <a href=\"#\">#</a></p><blockquote><p><b>packaging</b></p><blockquote><p><b>packaging</b></p><p><b>type</b>: cardboard box (outer) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#cardboard box (outer))</span></p><blockquote><p><b>packaging</b></p></blockquote><blockquote><p><b>packaging</b></p></blockquote></blockquote></blockquote></blockquote><hr/><blockquote><p><b>Generated Narrative: ManufacturedItemDefinition #solventItem</b><a name=\"solventItem\"> </a><a name=\"hcsolventItem\"> </a></p><p><b>status</b>: active</p><p><b>manufacturedDoseForm</b>: solvent for powder for injection <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (doseform#solvent for powder for injection)</span></p></blockquote><hr/><blockquote><p><b>Generated Narrative: ManufacturedItemDefinition #powderItem</b><a name=\"powderItem\"> </a><a name=\"hcpowderItem\"> </a></p><p><b>status</b>: active</p><p><b>manufacturedDoseForm</b>: powder for solution for injection <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (doseform#powder for solution for injection)</span></p></blockquote><hr/><blockquote><p><b>Generated Narrative: DeviceDefinition #syringeDevice</b><a name=\"syringeDevice\"> </a><a name=\"hcsyringeDevice\"> </a></p><h3>Classifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>syringe <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table></blockquote><hr/><blockquote><p><b>Generated Narrative: AdministrableProductDefinition #administrable-form</b><a name=\"administrable-form\"> </a><a name=\"hcadministrable-form\"> </a></p><p><b>status</b>: active</p><p><b>formOf</b>: <a href=\"#\">#</a></p><p><b>administrableDoseForm</b>: solution for injection <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#solution for injection)</span></p><p><b>producedFrom</b>: </p><ul><li><a href=\"#hcpowderItem\">#powderItem</a></li><li><a href=\"#hcsolventItem\">#solventItem</a></li></ul><h3>RouteOfAdministrations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>intramuscular <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (route#intramuscular)</span></td></tr></table></blockquote></div>"
  },
  "contained" : [{
    "resourceType" : "PackagedProductDefinition",
    "id" : "package",
    "packageFor" : [{
      "reference" : "#"
    }],
    "packaging" : {
      "packaging" : [{
        "type" : {
          "coding" : [{
            "code" : "cardboard box (outer)"
          }]
        },
        "packaging" : [{
          "type" : {
            "coding" : [{
              "code" : "cardboard box (inner)"
            }]
          },
          "packaging" : [{
            "type" : {
              "coding" : [{
                "code" : "sachet"
              }]
            },
            "containedItem" : [{
              "item" : {
                "reference" : {
                  "reference" : "#powderItem"
                }
              },
              "amount" : {
                "value" : 5,
                "unit" : "g",
                "system" : "http://unitsofmeasure.org",
                "code" : "g"
              }
            }]
          },
          {
            "type" : {
              "coding" : [{
                "code" : "bottle"
              }]
            },
            "containedItem" : [{
              "item" : {
                "reference" : {
                  "reference" : "#solventItem"
                }
              },
              "amount" : {
                "value" : 20,
                "unit" : "ml",
                "system" : "http://unitsofmeasure.org",
                "code" : "mL"
              }
            }]
          }]
        },
        {
          "type" : {
            "coding" : [{
              "code" : "foil bag"
            }]
          },
          "containedItem" : [{
            "item" : {
              "reference" : {
                "reference" : "#syringeDevice"
              }
            },
            "amount" : {
              "value" : 1
            }
          }]
        }]
      }]
    }
  },
  {
    "resourceType" : "ManufacturedItemDefinition",
    "id" : "solventItem",
    "status" : "active",
    "manufacturedDoseForm" : {
      "coding" : [{
        "system" : "http://example.org.uk/fhir/doseform",
        "code" : "solvent for powder for injection"
      }]
    }
  },
  {
    "resourceType" : "ManufacturedItemDefinition",
    "id" : "powderItem",
    "status" : "active",
    "manufacturedDoseForm" : {
      "coding" : [{
        "system" : "http://example.org.uk/fhir/doseform",
        "code" : "powder for solution for injection"
      }]
    }
  },
  {
    "resourceType" : "DeviceDefinition",
    "id" : "syringeDevice",
    "classification" : [{
      "type" : {
        "text" : "syringe"
      }
    }]
  },
  {
    "resourceType" : "AdministrableProductDefinition",
    "id" : "administrable-form",
    "status" : "active",
    "formOf" : [{
      "reference" : "#"
    }],
    "administrableDoseForm" : {
      "coding" : [{
        "code" : "solution for injection"
      }]
    },
    "producedFrom" : [{
      "reference" : "#powderItem"
    },
    {
      "reference" : "#solventItem"
    }],
    "routeOfAdministration" : [{
      "code" : {
        "coding" : [{
          "system" : "http://example.org.uk/fhir/route",
          "code" : "intramuscular"
        }]
      }
    }]
  }],
  "identifier" : [{
    "system" : "http://example.org.uk/fhir/product",
    "value" : "Wonderdrug+"
  }],
  "combinedPharmaceuticalDoseForm" : {
    "coding" : [{
      "system" : "http://example.org.uk/fhir/doseform",
      "code" : "Powder and solution for injection with itegral syringe"
    }]
  },
  "name" : [{
    "productName" : "Wonderdrug liquid 20ml (integral syringe)"
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.