Japanese Electronic Medicinal Product Information (ePI-JP)
0.1.0 - ci-build
Japanese Electronic Medicinal Product Information (ePI-JP), published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cander2/epi-jp/ and changes regularly. See the Directory of published versions
This page provides an overview of the FHIR resources utilized in the ePI-JP Implementation Guide, which adapts the HL7 FHIR ePI IG for Japanese Package Inserts (JPI) from PMDA XML data. The table below details each resource and its specific purpose in supporting structured, queryable ePI content compliant with Japanese regulatory requirements.
FHIR Resource | Purpose in ePI-JP Context |
---|---|
Bundle | Serves as the container for the entire ePI document in Japan, typically of type "document". It bundles the Composition (the core ePI content) with supporting resources like MedicinalProductDefinition, ensuring the package insert XML data (e.g., from PMDA sources) is structured as a cohesive, queryable FHIR document compliant with Japanese regulatory formats. |
Composition | Represents the structured package insert (添付文書) document. It organizes sections such as AdministrativeInfo, ProductInfo, Indications (効能・効果), DosageAndAdministration (用法・用量), ContraIndications (禁忌), AdverseReactions (副作用), and others from the Japanese XML schema. Each section uses narrative text (xhtml) for human-readable content, with references to other resources for coded data, supporting bilingual (Japanese/English) previews via XSL transformations. |
MedicinalProductDefinition | Defines the medicinal product details, including name (ブランド名, e.g., アロマシン錠25mg), product code (YJコード, e.g., 4291012F1022), therapeutic category (治療分類, e.g., アロマターゼ阻害剤), and physicochemical properties. It maps to ProductInfo and PhysicochemicalProperties sections in the Japanese XML, enabling standardized product identification and cross-referencing with PMDA databases. |
Ingredient | Details the active and inactive ingredients (組成・性状), including strength (e.g., エキセメスタン 25mg) and excipients (e.g., カルナウバロウ). Corresponds to the Composition section in the XML, supporting safety checks and allergy/intolerance queries in Japanese clinical systems. |
ManufacturedItemDefinition | Describes the specific manufactured item (e.g., the tablet form of アロマシン錠25mg), including unit of presentation, manufacturing details, and references to ingredients. Maps to Composition and Property sections in the XML, providing a link between the medicinal product and its physical manufactured characteristics for quality and regulatory compliance in Japan. |
AdministrableProductDefinition | Describes the form and administration route (e.g., 錠剤, oral), including shape, size, color, and imprint (e.g., diameter 6.0mm, imprint "7663"). Maps to Property and visual identification details in the XML, aiding in patient education and counterfeit detection in Japan. |
PackagedProductDefinition | Captures packaging information (包装), such as pack sizes (e.g., 28錠 PTP) and storage conditions (保存条件, e.g., 室温保存). Aligns with Packaging section in the XML, ensuring compliance with Japanese distribution and stability requirements. |
RegulatedAuthorization | Represents regulatory approvals, including approval date (承認日, e.g., 2002-08), holder (製造販売元, e.g., ファイザー株式会社), and edition/revision details (版数, e.g., 第1版). Maps to AdministrativeInfo and ApprovalDate in the XML, facilitating PMDA regulatory tracking and updates. |
ClinicalUseDefinition (Indication subtype) | Defines indications (効能・効果, e.g., 閉経後乳癌). Provides coded and narrative details, supporting decision support in Japanese EHRs for appropriate prescribing. |
ClinicalUseDefinition (Contraindication subtype) | Specifies contraindications (禁忌, e.g., 妊婦, 授乳婦, 過敏症). Uses coded risks and populations, mapping to ContraIndications section for safety alerts in prescribing systems. |
ClinicalUseDefinition (Interaction subtype) | Details drug interactions (相互作用, e.g., with エストロゲン含有製剤). Supports interaction checks, corresponding to Interactions or Precautions sections in the XML. |
ClinicalUseDefinition (UndesirableEffect subtype) | Lists adverse reactions (副作用, e.g., 肝炎, 悪心) with frequencies (e.g., 5%以上). Maps to AdverseReactions section, enabling pharmacovigilance reporting in Japan via PMDA. |
MedicationKnowledge | Outlines dosage and administration (用法・用量, e.g., 1日1回25mg 食後). Provides structured dosing instructions, including precautions for use, for integration into Japanese CPOE systems. |
Binary | Handles base64 encoded versions of images (e.g., tablet photos), where the FHIR XML or JSON Binary object contains the base64 data. Used for visual previews in Japanese/ |
Organization | Represents organizations involved in the product lifecycle, such as the manufacturer (製造販売元, e.g., ファイザー株式会社) or regulatory authority (e.g., PMDA). Maps to contact, holder, and distributor details in the XML, supporting traceability and compliance in Japanese supply chains. |
SubstanceDefinition | Defines the active substance's properties, including chemical structure, molecular formula (e.g., C20H24O2 for エキセメスタン), molecular weight (e.g., 296.40), and structural formula. It provides a standardized way to represent these details for electronic package inserts, ensuring consistency in pharmacovigilance, regulatory submissions, and patient information dissemination. |