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

: ePI Type 2 Template

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "template-epi-type2",
  "language" : "en",
  "type" : "document",
  "entry" : [
    {
      "resource" : {
        "resourceType" : "Composition",
        "id" : "dummy-composition",
        "language" : "en",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_dummy-composition\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition dummy-composition</b></p><a name=\"dummy-composition\"> </a><a name=\"hcdummy-composition\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://spor.ema.europa.eu/v1/lists/100000155531 100000155538}\">Package leaflet</span></p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 422735006}\">Summary of product characteristics</span></p><p><b>date</b>: 2026-04-08</p><p><b>author</b>: <a href=\"Organization/dummy\">Organization/dummy</a></p><p><b>title</b>: Dummy Composition</p></div>"
        },
        "status" : "final",
        "type" : {
          "coding" : [
            {
              "system" : "http://spor.ema.europa.eu/v1/lists/100000155531",
              "code" : "100000155538",
              "display" : "Package leaflet"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "422735006",
                "display" : "Summary of product characteristics"
              }
            ]
          }
        ],
        "date" : "2026-04-08",
        "author" : [
          {
            "reference" : "Organization/dummy"
          }
        ],
        "title" : "Dummy Composition"
      }
    }
  ]
}