Electronic Medicinal Product Information (ePI) FHIR Implementation Guide, published by HL7 International - Biomedical Research & Regulation Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.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
{
"resourceType" : "PackagedProductDefinition",
"id" : "eb8392a6-2cec-4ff3-9d9e-7c5f4ae3786d",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/PackagedProductDefinition-uv-epi"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PackagedProductDefinition eb8392a6-2cec-4ff3-9d9e-7c5f4ae3786d</b></p><a name=\"eb8392a6-2cec-4ff3-9d9e-7c5f4ae3786d\"> </a><a name=\"hceb8392a6-2cec-4ff3-9d9e-7c5f4ae3786d\"> </a><a name=\"eb8392a6-2cec-4ff3-9d9e-7c5f4ae3786d-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/sid/product</code>/EU/1/97/049/001\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: DrugX 75 mg tablet blister x28 tablets</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/medicinal-product-type MedicinalProduct}\">Medicinal Product</span></p><p><b>packageFor</b>: <a href=\"MedicinalProductDefinition-800a51a2-d81d-49a4-a4eb-f2417d301837.html\">MedicinalProductDefinition: identifier = http://example.org/sid/product#medicinalproduct75; type = Medicinal Product; domain = Human use; status = Active; statusDate = 2018-06-23 08:38:00+0200; 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><p><b>statusDate</b>: 2018-06-23 08:38:00+0200</p><p><b>containedItemQuantity</b>: 75 mg</p><p><b>manufacturer</b>: <a href=\"Organization-d71bf884-90eb-47f9-81b7-fa81ecec7e75.html\">Organization acme inc</a></p><h3>Packagings</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Type</b></td><td><b>Quantity</b></td><td><b>Material</b></td></tr><tr><td style=\"display: none\">*</td><td><code>http://example.org/sid/product</code>/123456</td><td><span title=\"Codes:{http://hl7.org/fhir/medicinal-product-package-type 100000073496}\">Blister</span></td><td>28</td><td><span title=\"Codes:{http://hl7.org/fhir/package-material 200000003222}\">PolyVinyl Chloride</span></td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "http://example.org/sid/product",
"value" : "EU/1/97/049/001"
}
],
"name" : "DrugX 75 mg tablet blister x28 tablets",
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/medicinal-product-type",
"code" : "MedicinalProduct",
"display" : "Medicinal Product"
}
]
},
"packageFor" : [
{
🔗 "reference" : "MedicinalProductDefinition/800a51a2-d81d-49a4-a4eb-f2417d301837"
}
],
"status" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/publication-status",
"code" : "active",
"display" : "Active"
}
]
},
"statusDate" : "2018-06-23T08:38:00+02:00",
"containedItemQuantity" : [
{
"value" : 75,
"unit" : "mg"
}
],
"manufacturer" : [
{
🔗 "reference" : "Organization/d71bf884-90eb-47f9-81b7-fa81ecec7e75"
}
],
"packaging" : {
"identifier" : [
{
"system" : "http://example.org/sid/product",
"value" : "123456"
}
],
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/medicinal-product-package-type",
"code" : "100000073496",
"display" : "Blister"
}
]
},
"quantity" : 28,
"material" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/package-material",
"code" : "200000003222",
"display" : "PolyVinyl Chloride"
}
]
}
]
}
}