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" : "MedicinalProductDefinition",
"id" : "medicinalproductdefinition-drug-product-pq-ex1",
"meta" : // <id value="product"/>
{
"profile" : [
🔗 "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/MedicinalProductDefinition-drug-product-pq"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicinalProductDefinition</b><a name=\"medicinalproductdefinition-drug-product-pq-ex1\"> </a><a name=\"hcmedicinalproductdefinition-drug-product-pq-ex1\"> </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 "medicinalproductdefinition-drug-product-pq-ex1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicinalProductDefinition-drug-product-pq.html\">MedicinalProductDefinition - Drug Product PQ</a></p></div><p><b>description</b>: Textual description of the product</p><p><b>combinedPharmaceuticalDoseForm</b>: Gastro-resistant tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#10225000)</span></p><p><b>route</b>: Oral use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#20053000)</span></p><blockquote><p><b>name</b></p><p><b>productName</b>: Stelbat Tablets, 20mg</p><p><b>type</b>: Proprietary <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-productNameType-pq-example.html\">Product Name Type - example</a>#Proprietary)</span></p><h3>Parts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Part</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>20mg</td><td>Strength part <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R5/codesystem-medicinal-product-name-part-type.html\">Product Name Part Type</a>#StrengthPart)</span></td></tr></table></blockquote></div>"
},
"description" : "Textual description of the product",
"combinedPharmaceuticalDoseForm" : {
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "10225000",
"display" : "Gastro-resistant tablet"
}
]
},
"route" : [
{
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "20053000",
"display" : "Oral use"
}
]
}
],
"name" : [
{
"productName" : "Stelbat Tablets, 20mg",
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-productNameType-pq-example",
"code" : "Proprietary",
"display" : "Proprietary"
}
]
},
"part" : [
{
"part" : "20mg",
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/medicinal-product-name-part-type",
"code" : "StrengthPart",
"display" : "Strength part"
}
]
}
}
]
}
]
}