Global Core Electronic Medicinal Product Information (ePI), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/emedicinal-product-info/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "PackagedProductDefinition",
"id" : "ppd-epi-type2-example-paracetamol",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/PackagedProductDefinition-uv-epi"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: PackagedProductDefinition ppd-epi-type2-example-paracetamol</b></p><a name=\"ppd-epi-type2-example-paracetamol\"> </a><a name=\"hcppd-epi-type2-example-paracetamol\"> </a><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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PackagedProductDefinition-uv-epi.html\">PackagedProductDefinition (ePI)</a></p></div><p><b>identifier</b>: <code>http://example.org/identifier</code>/ppd-epi-type2-example-paracetamol</p><p><b>packageFor</b>: <a href=\"MedicinalProductDefinition-mpd-epi-type2-example-paracetamol.html\">MedicinalProductDefinition: identifier = http://ema.europa.eu/identifier#WONDERDRUG-500MG; domain = Human use; status = Active; legalStatusOfSupply = Medicinal product subject to medical prescription</a></p><p><b>status</b>: <span title=\"Codes:{http://hl7.org/fhir/publication-status active}\">Active</span></p><blockquote><p><b>packaging</b></p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000073498}\">Box</span></p><p><b>quantity</b>: 1</p><blockquote><p><b>packaging</b></p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000073496}\">Blister</span></p><blockquote><p><b>containedItem</b></p><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"ManufacturedItemDefinition-mid-epi-type2-example-paracetamol.html\">ManufacturedItemDefinition: identifier = http://example.org/identifier#mid-epi-type2-example-paracetamol; status = active; manufacturedDoseForm = Tablet; unitOfPresentation = Tablet</a></td></tr></table><p><b>amount</b>: 30 Tablet</p></blockquote></blockquote></blockquote></div>"
},
"identifier" : [
{
"system" : "http://example.org/identifier",
"value" : "ppd-epi-type2-example-paracetamol"
}
],
"packageFor" : [
{
🔗 "reference" : "MedicinalProductDefinition/mpd-epi-type2-example-paracetamol"
}
],
"status" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/publication-status",
"code" : "active",
"display" : "Active"
}
]
},
"packaging" : {
"type" : {
"coding" : [
{
"system" : "https://spor.ema.europa.eu/rmswi",
"code" : "100000073498",
"display" : "Box"
}
]
},
"quantity" : 1,
"packaging" : [
{
"type" : {
"coding" : [
{
"system" : "https://spor.ema.europa.eu/rmswi",
"code" : "100000073496",
"display" : "Blister"
}
]
},
"containedItem" : [
{
"item" : {
"reference" : {
🔗 "reference" : "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol"
}
},
"amount" : {
"value" : 30,
"unit" : "Tablet",
"system" : "http://standardterms.edqm.eu"
}
}
]
}
]
}
}