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" : "MedicinalProductDefinition",
"id" : "800a51a2-d81d-49a4-a4eb-f2417d301837",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/MedicinalProductDefinition-uv-epi"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicinalProductDefinition 800a51a2-d81d-49a4-a4eb-f2417d301837</b></p><a name=\"800a51a2-d81d-49a4-a4eb-f2417d301837\"> </a><a name=\"hc800a51a2-d81d-49a4-a4eb-f2417d301837\"> </a><a name=\"800a51a2-d81d-49a4-a4eb-f2417d301837-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/sid/product</code>/medicinalproduct75</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/medicinal-product-type MedicinalProduct}\">Medicinal Product</span></p><p><b>domain</b>: <span title=\"Codes:{http://hl7.org/fhir/medicinal-product-domain Human}\">Human use</span></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>legalStatusOfSupply</b>: <span title=\"Codes:{http://hl7.org/fhir/legal-status-of-supply 100000072084}\">Medicinal product subject to medical prescription</span></p><blockquote><p><b>name</b></p><p><b>productName</b>: DrugX</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>tablet</td><td><span title=\"Codes:{http://example.org 220000000005}\">Invented name part</span></td></tr></table><h3>Usages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Country</b></td><td><b>Jurisdiction</b></td><td><b>Language</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:iso:std:iso:3166 FR}\">France</span></td><td><span title=\"Codes:{urn:iso:std:iso:3166 FR}\">France</span></td><td><span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span></td></tr></table></blockquote></div>"
},
"identifier" : [
{
"system" : "http://example.org/sid/product",
"value" : "medicinalproduct75"
}
],
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/medicinal-product-type",
"code" : "MedicinalProduct",
"display" : "Medicinal Product"
}
]
},
"domain" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/medicinal-product-domain",
"code" : "Human",
"display" : "Human use"
}
]
},
"status" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/publication-status",
"code" : "active",
"display" : "Active"
}
]
},
"statusDate" : "2018-06-23T08:38:00+02:00",
"legalStatusOfSupply" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/legal-status-of-supply",
"code" : "100000072084",
"display" : "Medicinal product subject to medical prescription"
}
]
},
"name" : [
{
"productName" : "DrugX",
"part" : [
{
"part" : "tablet",
"type" : {
"coding" : [
{
"system" : "http://example.org",
"code" : "220000000005",
"display" : "Administrable dose form part"
}
],
"text" : "Invented name part"
}
}
],
"usage" : [
{
"country" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "FR"
}
]
},
"jurisdiction" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "FR"
}
]
},
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "en"
}
]
}
}
]
}
]
}