Global Core Electronic Medicinal Product Information (ePI)
1.1.0 - trial-use International flag

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

: List Example

Page standards status: Informative

Raw xml | Download


<List xmlns="http://hl7.org/fhir">
  <id value="ListEpiExample"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/List-uv-epi"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">ePI List Example</div>
  </text>
  <identifier>
    <system value="https://ema.europa.eu/fhir/list/identifier"/>
    <value value="list-example-001"/>
  </identifier>
  <status value="current"/>
  <mode value="working"/>
  <title value="ePI List Example"/>
  <code>
    <coding>
      <system
              value="http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-list-type-cs"/>
      <code value="medicinal-product"/>
      <display value="Medicinal Product"/>
    </coding>
  </code>
  <subject>🔗 
    <reference
               value="MedicinalProductDefinition/mpd-epi-type2-example-paracetamol"/>
  </subject>
  <date value="2026-03-15"/>
  <source>🔗 
    <reference value="Organization/org-epi-type2-example-acme"/>
  </source>
  <entry>
    <extension
               url="http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-entry-language">
      <valueCodeableConcept>
        <coding>
          <system value="urn:ietf:bcp:47"/>
          <code value="en"/>
          <display value="English"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <flag>
      <coding>
        <system
                value="http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-list-entry-flag-cs"/>
        <code value="smpc"/>
        <display value="Summary of Product Characteristics"/>
      </coding>
    </flag>
    <date value="2026-03-27"/>
    <item>
      <identifier>
        <system value="urn:ietf:rfc:3986"/>
        <value value="urn:uuid:2088b90a-1158-45ad-ac19-0f47e3a96887"/>
      </identifier>
      <display value="SmPC Paracetamol"/>
    </item>
  </entry>
</List>