This page is part of the Pharmaceutical Quality (Industry) (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ManufacturedItemDefinition",
"id" : "manufactureditemdefinition-drug-pq-ex2",
"meta" : // Contained in bundle-drug-product-pq-ex1
{
"profile" : [
🔗 "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/ManufacturedItemDefinition-drug-pq"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ManufacturedItemDefinition</b><a name=\"manufactureditemdefinition-drug-pq-ex2\"> </a><a name=\"hcmanufactureditemdefinition-drug-pq-ex2\"> </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 ManufacturedItemDefinition "manufactureditemdefinition-drug-pq-ex2" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ManufacturedItemDefinition-drug-pq.html\">ManufacturedItemDefinition - Drug PQ</a></p></div><p><b>status</b>: active</p><p><b>name</b>: Stelbatolol 5mg tablet</p><p><b>manufacturedDoseForm</b>: <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><blockquote><p><b>property</b></p><p><b>type</b>: Overage by mass (%) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-manufactured-item-property-pq-example.html\">Manufactured Item Property - example</a>#overage-by-mass)</span></p><p><b>value</b>: 5 %</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Overage reason <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-manufactured-item-property-pq-example.html\">Manufactured Item Property - example</a>#overage-reason)</span></p><p><b>value</b>: Overage is necessary because... <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote></div>"
},
"status" : "active",
"name" : "Stelbatolol 5mg tablet",
"manufacturedDoseForm" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "unsupported"
}
]
},
"property" : [
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-manufactured-item-property-pq-example",
"code" : "overage-by-mass",
"display" : "Overage by mass (%)"
}
]
},
"valueQuantity" : {
"value" : 5,
"unit" : "%"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-manufactured-item-property-pq-example",
"code" : "overage-reason",
"display" : "Overage reason"
}
]
},
"valueCodeableConcept" : {
"text" : "Overage is necessary because..."
}
}
]
}