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 ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "template-epi-type2"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:entry ( [
    ( fhir:resource [
a fhir:Composition ;
fhir:id [ fhir:v "dummy-composition" ] ;
fhir:language [ fhir:v "en" ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]       ] ;
fhir:status [ fhir:v "final" ] ;
fhir:type [
        ( fhir:coding [
fhir:system [
fhir:v "http://spor.ema.europa.eu/v1/lists/100000155531"^^xsd:anyURI ;
fhir:l <http://spor.ema.europa.eu/v1/lists/100000155531>           ] ;
fhir:code [ fhir:v "100000155538" ] ;
fhir:display [ fhir:v "Package leaflet" ]         ] )       ] ;
      ( fhir:category [
        ( fhir:coding [
a sct:422735006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>           ] ;
fhir:code [ fhir:v "422735006" ] ;
fhir:display [ fhir:v "Summary of product characteristics" ]         ] )       ] ) ;
fhir:date [ fhir:v "2026-04-08"^^xsd:date ] ;
      ( fhir:author [
fhir:l fhir:Organization/dummy ;
fhir:reference [ fhir:v "Organization/dummy" ]       ] ) ;
fhir:title [ fhir:v "Dummy Composition" ]     ] )
  ] ) . #