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 |
Architecture, technical capabilities, and operational requirements for a FHIR-based ePI Repository โ the single source of truth for digital drug labels.
The core engine for storing Bundle, Composition, and all related product resources on a FHIR R5-compliant platform.
Standard RESTful endpoints for searching and retrieval, e.g. GET /Bundle?subject.identifier=...
Handles the upload and automatic validation of new ePI versions against profiles defined in this Implementation Guide.
Manages granular access control โ particularly for internal or pre-submission repositories used by pharmaceutical companies.
| Resource Category | FHIR Resources | Supported Interactions |
|---|---|---|
| Document | BundleComposition | read vread search history |
| Product | MedicinalProductDefinitionPackagedProductDefinitionManufacturedItemDefinition | readsearch |
| Authorization | RegulatedAuthorization | readsearch |
| Entities | OrganizationIngredientSubstanceDefinition | readsearch |
| Clinical | ClinicalUseDefinitionMedicationKnowledge | readsearch |
| Supporting | BinaryList | read |
active or archivedGET /Bundle?subject.identifier=...
GET /MedicinalProductDefinition?name:contains=Paracetamol
GET /SubstanceDefinition?code=...
indication, contraindication, interactionGET /ClinicalUseDefinition?type=contraindication
_format parameter and Accept headers so clients can request specific data formats.Maximum control over data residency, custom profiles, and security policies. Requires DevOps expertise to deploy and maintain.
Scalability and regulatory compliance out-of-the-box. Lower operational overhead โ ideal for initiatives requiring rapid onboarding.
This guide defines the content structure of ePI. For the full transactional framework โ submitting, versioning, and exchanging ePIs across systems โ refer to the APIX Implementation Guide.