Acetaminophin product, pack and tablet (using contained resources)
{
"resourceType" : "MedicinalProductDefinition",
"id" : "Acetamin-500-20-generic",
"contained" : [{
"resourceType" : "PackagedProductDefinition",
"id" : "Acetamin-pack-20",
"packageFor" : [{
"reference" : "#"
}],
"packaging" : {
"type" : {
"coding" : [{
"code" : "cardboard box"
}]
},
"containedItem" : [{
"item" : {
"reference" : {
"reference" : "#Acetamin-tab-500"
}
},
"amount" : {
"value" : 20
}
}]
}
},
{
"resourceType" : "ManufacturedItemDefinition",
"id" : "Acetamin-tab-500",
"status" : "active",
"manufacturedDoseForm" : {
"coding" : [{
"code" : "tablet"
}]
}
}],
"identifier" : [{
"system" : "http://example.nation.org/drugs",
"value" : "12345"
}],
"name" : [{
"productName" : "Acetaminophen 500 mg tablets [generic]"
}]
}
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.