@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/emedicinal-product-info/Bundle/bundle-epi-type2-example-paracetamol> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bundle-epi-type2-example-paracetamol"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "1.0" ] ;
     fhir:lastUpdated [ fhir:v "2023-01-25T12:00:00Z"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/bundle-epi-type2"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/bundle-epi-type2>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:identifier [
     fhir:system [
       fhir:v "http://ema.europa.eu/identifier"^^xsd:anyURI ;
       fhir:l <http://ema.europa.eu/identifier>
     ] ;
     fhir:value [ fhir:v "WONDERDRUG-500MG-BUNDLE" ]
  ] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:timestamp [ fhir:v "2023-01-25T12:00:00Z"^^xsd:dateTime] ; # 
  fhir:entry ( [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/Composition/composition-epi-type2-example-paracetamol"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/Composition/composition-epi-type2-example-paracetamol>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/uv/emedicinal-product-info/Composition/composition-epi-type2-example-paracetamol> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/Organization/org-epi-type2-example-acme"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/Organization/org-epi-type2-example-acme>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/uv/emedicinal-product-info/Organization/org-epi-type2-example-acme> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/MedicinalProductDefinition/mpd-epi-type2-example-paracetamol"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/MedicinalProductDefinition/mpd-epi-type2-example-paracetamol>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/uv/emedicinal-product-info/MedicinalProductDefinition/mpd-epi-type2-example-paracetamol> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/RegulatedAuthorization/ra-epi-type2-example-paracetamol"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/RegulatedAuthorization/ra-epi-type2-example-paracetamol>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/uv/emedicinal-product-info/RegulatedAuthorization/ra-epi-type2-example-paracetamol> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/PackagedProductDefinition/ppd-epi-type2-example-paracetamol"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/PackagedProductDefinition/ppd-epi-type2-example-paracetamol>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/uv/emedicinal-product-info/PackagedProductDefinition/ppd-epi-type2-example-paracetamol> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/ManufacturedItemDefinition/mid-epi-type2-example-paracetamol"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/ManufacturedItemDefinition/mid-epi-type2-example-paracetamol>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/uv/emedicinal-product-info/ManufacturedItemDefinition/mid-epi-type2-example-paracetamol> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/AdministrableProductDefinition/apd-epi-type2-example-paracetamol"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/AdministrableProductDefinition/apd-epi-type2-example-paracetamol>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/uv/emedicinal-product-info/AdministrableProductDefinition/apd-epi-type2-example-paracetamol> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-active"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-active>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-active> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-excipient-1"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-excipient-1>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-excipient-1> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-excipient-2"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-excipient-2>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-excipient-2> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-excipient-3"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-excipient-3>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-excipient-3> )
  ] ) . # 

<http://hl7.org/fhir/uv/emedicinal-product-info/Composition/composition-epi-type2-example-paracetamol> a fhir:Composition ;
  fhir:id [ fhir:v "composition-epi-type2-example-paracetamol"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "1" ] ;
     fhir:lastUpdated [ fhir:v "2023-01-25T10:00:00Z"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/composition-epi-type1"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/composition-epi-type1>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><a name=\"Composition_composition-epi-type2-example-paracetamol\"> </a><p>Package Leaflet: Information for the user - Paracetamol Tablets</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:contained ( [
     a fhir:Binary ;
     fhir:id [ fhir:v "binaryImage-t2" ] ;
     fhir:meta [
       fhir:profile ( [
         fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/binary-epi"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/binary-epi>
       ] )
     ] ;
     fhir:contentType [ fhir:v "image/png" ] ;
     fhir:data [ fhir:v "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII="^^xsd:base64Binary ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://example.org/identifier"^^xsd:anyURI ;
       fhir:l <http://example.org/identifier>
     ] ;
     fhir:value [ fhir:v "composition-epi-type2-example-paracetamol" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0"] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "100000155538" ] ;
       fhir:display [ fhir:v "Package Leaflet" ]
     ] )
  ] ; # 
  fhir:subject ( [
     fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/MedicinalProductDefinition/mpd-epi-type2-example-paracetamol> ;
     fhir:reference [ fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/MedicinalProductDefinition/mpd-epi-type2-example-paracetamol" ]
  ] ) ; # 
  fhir:date [ fhir:v "2023-01-25"^^xsd:date] ; # 
  fhir:author ( [
     fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/Organization/org-epi-type2-example-acme> ;
     fhir:reference [ fhir:v "Organization/org-epi-type2-example-acme" ]
  ] ) ; # 
  fhir:title [ fhir:v "Package Leaflet: Information for the user - WonderDrug 500 mg tablets"] ; # 
  fhir:section ( [
     fhir:id [ fhir:v "root-section" ] ;
     fhir:title [ fhir:v "Package Leaflet" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
           fhir:l <https://spor.ema.europa.eu/rmswi>
         ] ;
         fhir:code [ fhir:v "100000155538" ] ;
         fhir:display [ fhir:v "Package Leaflet" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\">Package Leaflet</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/Organization/org-epi-type2-example-acme> ;
       fhir:reference [ fhir:v "Organization/org-epi-type2-example-acme" ]
     ] [
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/MedicinalProductDefinition/mpd-epi-type2-example-paracetamol> ;
       fhir:reference [ fhir:v "MedicinalProductDefinition/mpd-epi-type2-example-paracetamol" ]
     ] ) ;
     fhir:section ( [
       fhir:id [ fhir:v "section-1" ] ;
       fhir:title [ fhir:v "1. What is in this leaflet" ] ;
       fhir:code [
         fhir:coding ( [
           fhir:system [
             fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
             fhir:l <https://spor.ema.europa.eu/rmswi>
           ] ;
           fhir:code [ fhir:v "100000155538" ] ;
           fhir:display [ fhir:v "1. What is in this leaflet" ]
         ] )
       ] ;
       fhir:text [
         fhir:status [ fhir:v "generated" ] ;
         fhir:div [ fhir:v "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><h2>1. What is in this leaflet</h2><p>Read all of this leaflet carefully before you start taking this medicine because it contains important information for you.</p></div>"^^rdf:XMLLiteral ]
       ]
     ] )
  ] ) . # 

<http://hl7.org/fhir/uv/emedicinal-product-info/MedicinalProductDefinition/mpd-epi-type2-example-paracetamol> a fhir:Uv, fhir:MedicinalProductDefinition ;
  fhir:id [ fhir:v "mpd-epi-type2-example-paracetamol"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/MedicinalProductDefinition-uv-epi"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/MedicinalProductDefinition-uv-epi>
     ] )
  ] ; # 
  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=\"MedicinalProductDefinition_mpd-epi-type2-example-paracetamol\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicinalProductDefinition mpd-epi-type2-example-paracetamol</b></p><a name=\"mpd-epi-type2-example-paracetamol\"> </a><a name=\"hcmpd-epi-type2-example-paracetamol\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicinalProductDefinition-uv-epi.html\">MedicinalProductDefinition (ePI)</a></p></div><p><b>identifier</b>: <code>http://ema.europa.eu/identifier</code>/WONDERDRUG-500MG</p><p><b>domain</b>: <span title=\"Codes:{http://hl7.org/fhir/medicinal-product-domain Human}\">Human use</span></p><p><b>status</b>: <span title=\"Codes:{http://hl7.org/fhir/publication-status active}\">Active</span></p><p><b>legalStatusOfSupply</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000072084}\">Medicinal product subject to medical prescription</span></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Contact</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-org-epi-type2-example-acme.html\">Organization Acme Pharma Inc.</a></td></tr></table><blockquote><p><b>name</b></p><p><b>productName</b>: WonderDrug 500 mg tablets</p><blockquote><p><b>part</b></p><p><b>part</b>: WonderDrug</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/medicinal-product-name-part-type InventedNamePart}\">Invented name part</span></p></blockquote><blockquote><p><b>part</b></p><p><b>part</b>: 500 mg</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/medicinal-product-name-part-type StrengthPart}\">Strength part</span></p></blockquote><blockquote><p><b>part</b></p><p><b>part</b>: tablets</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/medicinal-product-name-part-type DoseFormPart}\">Pharmaceutical dose form part</span></p></blockquote><h3>Usages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Country</b></td><td><b>Language</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:iso:std:iso:3166 EE}\">Estonia</span></td><td><span title=\"Codes:{urn:ietf:bcp:47 et}\">Estonian</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://ema.europa.eu/identifier"^^xsd:anyURI ;
       fhir:l <http://ema.europa.eu/identifier>
     ] ;
     fhir:value [ fhir:v "WONDERDRUG-500MG" ]
  ] ) ; # 
  fhir:domain [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/medicinal-product-domain"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/medicinal-product-domain>
       ] ;
       fhir:code [ fhir:v "Human" ] ;
       fhir:display [ fhir:v "Human use" ]
     ] )
  ] ; # 
  fhir:status [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/publication-status"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/publication-status>
       ] ;
       fhir:code [ fhir:v "active" ] ;
       fhir:display [ fhir:v "Active" ]
     ] )
  ] ; # 
  fhir:legalStatusOfSupply [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "100000072084" ] ;
       fhir:display [ fhir:v "Medicinal product subject to medical prescription" ]
     ] )
  ] ; # 
  fhir:contact ( [
     fhir:contact [
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/Organization/org-epi-type2-example-acme> ;
       fhir:reference [ fhir:v "Organization/org-epi-type2-example-acme" ]
     ]
  ] ) ; # 
  fhir:name ( [
     fhir:productName [ fhir:v "WonderDrug 500 mg tablets" ] ;
     fhir:part ( [
       fhir:part [ fhir:v "WonderDrug" ] ;
       fhir:type [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://hl7.org/fhir/medicinal-product-name-part-type"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/medicinal-product-name-part-type>
           ] ;
           fhir:code [ fhir:v "InventedNamePart" ] ;
           fhir:display [ fhir:v "Invented name part" ]
         ] )
       ]
     ] [
       fhir:part [ fhir:v "500 mg" ] ;
       fhir:type [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://hl7.org/fhir/medicinal-product-name-part-type"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/medicinal-product-name-part-type>
           ] ;
           fhir:code [ fhir:v "StrengthPart" ] ;
           fhir:display [ fhir:v "Strength part" ]
         ] )
       ]
     ] [
       fhir:part [ fhir:v "tablets" ] ;
       fhir:type [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://hl7.org/fhir/medicinal-product-name-part-type"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/medicinal-product-name-part-type>
           ] ;
           fhir:code [ fhir:v "DoseFormPart" ] ;
           fhir:display [ fhir:v "Pharmaceutical dose form part" ]
         ] )
       ]
     ] ) ;
     fhir:usage ( [
       fhir:country [
         fhir:coding ( [
           fhir:system [
             fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
             fhir:l <urn:iso:std:iso:3166>
           ] ;
           fhir:code [ fhir:v "EE" ] ;
           fhir:display [ fhir:v "Estonia" ]
         ] )
       ] ;
       fhir:language [
         fhir:coding ( [
           fhir:system [
             fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ;
             fhir:l <urn:ietf:bcp:47>
           ] ;
           fhir:code [ fhir:v "et" ] ;
           fhir:display [ fhir:v "Estonian" ]
         ] )
       ]
     ] )
  ] ) . # 

<http://hl7.org/fhir/uv/emedicinal-product-info/Organization/org-epi-type2-example-acme> a fhir:Uv, fhir:Organization ;
  fhir:id [ fhir:v "org-epi-type2-example-acme"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi>
     ] )
  ] ; # 
  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=\"Organization_org-epi-type2-example-acme\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization org-epi-type2-example-acme</b></p><a name=\"org-epi-type2-example-acme\"> </a><a name=\"hcorg-epi-type2-example-acme\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization-uv-epi.html\">Organization (ePI)</a></p></div><p><b>identifier</b>: <code>https://spor.ema.europa.eu/omswi</code>/LOC-100000000</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 220000000034}\">Marketing authorisation holder</span></p><p><b>name</b>: Acme Pharma Inc.</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>123 Pharma Way, 102 37 Prague 10, Czech Republic</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://spor.ema.europa.eu/omswi"^^xsd:anyURI ;
       fhir:l <https://spor.ema.europa.eu/omswi>
     ] ;
     fhir:value [ fhir:v "LOC-100000000" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "220000000034" ] ;
       fhir:display [ fhir:v "Marketing authorisation holder" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Acme Pharma Inc."] ; # 
  fhir:contact ( [
     fhir:address [
       fhir:text [ fhir:v "123 Pharma Way, 102 37 Prague 10, Czech Republic" ] ;
       fhir:line ( [ fhir:v "123 Pharma Way" ] ) ;
       fhir:city [ fhir:v "Prague" ] ;
       fhir:postalCode [ fhir:v "102 37" ] ;
       fhir:country [ fhir:v "Czech Republic" ]
     ]
  ] ) . # 

<http://hl7.org/fhir/uv/emedicinal-product-info/RegulatedAuthorization/ra-epi-type2-example-paracetamol> a fhir:RegulatedAuthorization ;
  fhir:id [ fhir:v "ra-epi-type2-example-paracetamol"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/RegulatedAuthorization-uv-epi"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/RegulatedAuthorization-uv-epi>
     ] )
  ] ; # 
  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=\"RegulatedAuthorization_ra-epi-type2-example-paracetamol\"> </a><p class=\"res-header-id\"><b>Generated Narrative: RegulatedAuthorization ra-epi-type2-example-paracetamol</b></p><a name=\"ra-epi-type2-example-paracetamol\"> </a><a name=\"hcra-epi-type2-example-paracetamol\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-RegulatedAuthorization-uv-epi.html\">RegulatedAuthorization (ePI)</a></p></div><p><b>identifier</b>: <code>http://ema.europa.eu/identifier</code>/MA-123456789</p><p><b>subject</b>: <a href=\"Bundle-bundle-epi-type2-example-paracetamol.html#http-//hl7.org/fhir/uv/emedicinal-product-info/MedicinalProductDefinition/mpd-epi-type2-example-paracetamol\">MedicinalProductDefinition: identifier = http://ema.europa.eu/identifier#WONDERDRUG-500MG; domain = Human use; status = Active; legalStatusOfSupply = Medicinal product subject to medical prescription</a></p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 220000000061}\">Marketing Authorisation</span></p><p><b>region</b>: <span title=\"Codes:{urn:iso:std:iso:3166 EE}\">Estonia</span></p><p><b>status</b>: <span title=\"Codes:{http://hl7.org/fhir/publication-status active}\">Active</span></p><p><b>holder</b>: <a href=\"Organization-org-epi-type2-example-acme.html\">Organization Acme Pharma Inc.</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://ema.europa.eu/identifier"^^xsd:anyURI ;
       fhir:l <http://ema.europa.eu/identifier>
     ] ;
     fhir:value [ fhir:v "MA-123456789" ]
  ] ) ; # 
  fhir:subject ( [
     fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/MedicinalProductDefinition/mpd-epi-type2-example-paracetamol> ;
     fhir:reference [ fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/MedicinalProductDefinition/mpd-epi-type2-example-paracetamol" ]
  ] ) ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "220000000061" ] ;
       fhir:display [ fhir:v "Marketing Authorisation" ]
     ] )
  ] ; # 
  fhir:region ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "EE" ] ;
       fhir:display [ fhir:v "Estonia" ]
     ] )
  ] ) ; # 
  fhir:status [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/publication-status"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/publication-status>
       ] ;
       fhir:code [ fhir:v "active" ] ;
       fhir:display [ fhir:v "Active" ]
     ] )
  ] ; # 
  fhir:holder [
     fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/Organization/org-epi-type2-example-acme> ;
     fhir:reference [ fhir:v "Organization/org-epi-type2-example-acme" ]
  ] . # 

<http://hl7.org/fhir/uv/emedicinal-product-info/PackagedProductDefinition/ppd-epi-type2-example-paracetamol> a fhir:PackagedProductDefinition ;
  fhir:id [ fhir:v "ppd-epi-type2-example-paracetamol"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/PackagedProductDefinition-uv-epi"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/PackagedProductDefinition-uv-epi>
     ] )
  ] ; # 
  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=\"PackagedProductDefinition_ppd-epi-type2-example-paracetamol\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PackagedProductDefinition ppd-epi-type2-example-paracetamol</b></p><a name=\"ppd-epi-type2-example-paracetamol\"> </a><a name=\"hcppd-epi-type2-example-paracetamol\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PackagedProductDefinition-uv-epi.html\">PackagedProductDefinition (ePI)</a></p></div><p><b>identifier</b>: <code>http://example.org/identifier</code>/ppd-epi-type2-example-paracetamol</p><p><b>packageFor</b>: <a href=\"MedicinalProductDefinition-mpd-epi-type2-example-paracetamol.html\">MedicinalProductDefinition: identifier = http://ema.europa.eu/identifier#WONDERDRUG-500MG; domain = Human use; status = Active; legalStatusOfSupply = Medicinal product subject to medical prescription</a></p><p><b>status</b>: <span title=\"Codes:{http://hl7.org/fhir/publication-status active}\">Active</span></p><blockquote><p><b>packaging</b></p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000073498}\">Box</span></p><p><b>quantity</b>: 1</p><blockquote><p><b>packaging</b></p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000073496}\">Blister</span></p><blockquote><p><b>containedItem</b></p><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"ManufacturedItemDefinition-mid-epi-type2-example-paracetamol.html\">ManufacturedItemDefinition: identifier = http://example.org/identifier#mid-epi-type2-example-paracetamol; status = active; manufacturedDoseForm = Tablet; unitOfPresentation = Tablet</a></td></tr></table><p><b>amount</b>: 30 Tablet</p></blockquote></blockquote></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://example.org/identifier"^^xsd:anyURI ;
       fhir:l <http://example.org/identifier>
     ] ;
     fhir:value [ fhir:v "ppd-epi-type2-example-paracetamol" ]
  ] ) ; # 
  fhir:packageFor ( [
     fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/MedicinalProductDefinition/mpd-epi-type2-example-paracetamol> ;
     fhir:reference [ fhir:v "MedicinalProductDefinition/mpd-epi-type2-example-paracetamol" ]
  ] ) ; # 
  fhir:status [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/publication-status"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/publication-status>
       ] ;
       fhir:code [ fhir:v "active" ] ;
       fhir:display [ fhir:v "Active" ]
     ] )
  ] ; # 
  fhir:packaging [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
           fhir:l <https://spor.ema.europa.eu/rmswi>
         ] ;
         fhir:code [ fhir:v "100000073498" ] ;
         fhir:display [ fhir:v "Box" ]
       ] )
     ] ;
     fhir:quantity [ fhir:v 1 ] ;
     fhir:packaging ( [
       fhir:type [
         fhir:coding ( [
           fhir:system [
             fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
             fhir:l <https://spor.ema.europa.eu/rmswi>
           ] ;
           fhir:code [ fhir:v "100000073496" ] ;
           fhir:display [ fhir:v "Blister" ]
         ] )
       ] ;
       fhir:containedItem ( [
         fhir:item [
           fhir:reference [
             fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/ManufacturedItemDefinition/mid-epi-type2-example-paracetamol> ;
             fhir:reference [ fhir:v "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol" ]
           ]
         ] ;
         fhir:amount [
           fhir:value [ fhir:v "30"^^xsd:decimal ] ;
           fhir:unit [ fhir:v "Tablet" ] ;
           fhir:system [
             fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
             fhir:l <http://standardterms.edqm.eu>
           ]
         ]
       ] )
     ] )
  ] . # 

<http://hl7.org/fhir/uv/emedicinal-product-info/ManufacturedItemDefinition/mid-epi-type2-example-paracetamol> a fhir:Uv, fhir:ManufacturedItemDefinition ;
  fhir:id [ fhir:v "mid-epi-type2-example-paracetamol"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ManufacturedItemDefinition-uv-epi"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ManufacturedItemDefinition-uv-epi>
     ] )
  ] ; # 
  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=\"ManufacturedItemDefinition_mid-epi-type2-example-paracetamol\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ManufacturedItemDefinition mid-epi-type2-example-paracetamol</b></p><a name=\"mid-epi-type2-example-paracetamol\"> </a><a name=\"hcmid-epi-type2-example-paracetamol\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ManufacturedItemDefinition-uv-epi.html\">ManufacturedItemDefinition (ePI)</a></p></div><p><b>identifier</b>: <code>http://example.org/identifier</code>/mid-epi-type2-example-paracetamol</p><p><b>status</b>: Active</p><p><b>manufacturedDoseForm</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000073664}\">Tablet</span></p><p><b>unitOfPresentation</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 200000002152}\">Tablet</span></p><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig shape}\">Shape</span></p><p><b>value</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000073670}\">Round</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig color}\">Color</span></p><p><b>value</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000073586}\">White</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig size}\">Size</span></p><p><b>value</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000000000}\">10 mm</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig score}\">Score</span></p><p><b>value</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000000000}\">Scored</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig imprint}\">Imprint</span></p><p><b>value</b>: </p><div><p>WD500</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://example.org/identifier"^^xsd:anyURI ;
       fhir:l <http://example.org/identifier>
     ] ;
     fhir:value [ fhir:v "mid-epi-type2-example-paracetamol" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:manufacturedDoseForm [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "100000073664" ] ;
       fhir:display [ fhir:v "Tablet" ]
     ] )
  ] ; # 
  fhir:unitOfPresentation [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "200000002152" ] ;
       fhir:display [ fhir:v "Tablet" ]
     ] )
  ] ; # 
  fhir:property ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig>
         ] ;
         fhir:code [ fhir:v "shape" ] ;
         fhir:display [ fhir:v "Shape" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
           fhir:l <https://spor.ema.europa.eu/rmswi>
         ] ;
         fhir:code [ fhir:v "100000073670" ] ;
         fhir:display [ fhir:v "Round" ]
       ] )
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig>
         ] ;
         fhir:code [ fhir:v "color" ] ;
         fhir:display [ fhir:v "Color" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
           fhir:l <https://spor.ema.europa.eu/rmswi>
         ] ;
         fhir:code [ fhir:v "100000073586" ] ;
         fhir:display [ fhir:v "White" ]
       ] )
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig>
         ] ;
         fhir:code [ fhir:v "size" ] ;
         fhir:display [ fhir:v "Size" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
           fhir:l <https://spor.ema.europa.eu/rmswi>
         ] ;
         fhir:code [ fhir:v "100000000000" ] ;
         fhir:display [ fhir:v "10 mm" ]
       ] )
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig>
         ] ;
         fhir:code [ fhir:v "score" ] ;
         fhir:display [ fhir:v "Score" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
           fhir:l <https://spor.ema.europa.eu/rmswi>
         ] ;
         fhir:code [ fhir:v "100000000000" ] ;
         fhir:display [ fhir:v "Scored" ]
       ] )
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig>
         ] ;
         fhir:code [ fhir:v "imprint" ] ;
         fhir:display [ fhir:v "Imprint" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Markdown ;
       fhir:v "WD500"
     ]
  ] ) . # 

<http://hl7.org/fhir/uv/emedicinal-product-info/AdministrableProductDefinition/apd-epi-type2-example-paracetamol> a fhir:AdministrableProductDefinition ;
  fhir:id [ fhir:v "apd-epi-type2-example-paracetamol"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/AdministrableProductDefinition-uv-epi"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/AdministrableProductDefinition-uv-epi>
     ] )
  ] ; # 
  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=\"AdministrableProductDefinition_apd-epi-type2-example-paracetamol\"> </a><p class=\"res-header-id\"><b>Generated Narrative: AdministrableProductDefinition apd-epi-type2-example-paracetamol</b></p><a name=\"apd-epi-type2-example-paracetamol\"> </a><a name=\"hcapd-epi-type2-example-paracetamol\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AdministrableProductDefinition-uv-epi.html\">AdministrableProductDefinition (ePI)</a></p></div><p><b>identifier</b>: <code>http://example.org/identifier</code>/apd-epi-type2-example-paracetamol</p><p><b>status</b>: Active</p><p><b>formOf</b>: <a href=\"MedicinalProductDefinition-mpd-epi-type2-example-paracetamol.html\">MedicinalProductDefinition: identifier = http://ema.europa.eu/identifier#WONDERDRUG-500MG; domain = Human use; status = Active; legalStatusOfSupply = Medicinal product subject to medical prescription</a></p><p><b>administrableDoseForm</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000073664}\">Tablet</span></p><p><b>unitOfPresentation</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 200000002152}\">Tablet</span></p><p><b>producedFrom</b>: <a href=\"ManufacturedItemDefinition-mid-epi-type2-example-paracetamol.html\">ManufacturedItemDefinition: identifier = http://example.org/identifier#mid-epi-type2-example-paracetamol; status = active; manufacturedDoseForm = Tablet; unitOfPresentation = Tablet</a></p><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig shape}\">Shape</span></p><p><b>value</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000073670}\">Round</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig color}\">Color</span></p><p><b>value</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000073586}\">White</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig flavor}\">Flavor</span></p><p><b>value</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000000000}\">None</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig image}\">Image</span></p><p><b>value</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000000000}\">Tablet Image</span></p></blockquote><h3>RouteOfAdministrations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000073619}\">Oral use</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://example.org/identifier"^^xsd:anyURI ;
       fhir:l <http://example.org/identifier>
     ] ;
     fhir:value [ fhir:v "apd-epi-type2-example-paracetamol" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:formOf ( [
     fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/MedicinalProductDefinition/mpd-epi-type2-example-paracetamol> ;
     fhir:reference [ fhir:v "MedicinalProductDefinition/mpd-epi-type2-example-paracetamol" ]
  ] ) ; # 
  fhir:administrableDoseForm [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "100000073664" ] ;
       fhir:display [ fhir:v "Tablet" ]
     ] )
  ] ; # 
  fhir:unitOfPresentation [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "200000002152" ] ;
       fhir:display [ fhir:v "Tablet" ]
     ] )
  ] ; # 
  fhir:producedFrom ( [
     fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/ManufacturedItemDefinition/mid-epi-type2-example-paracetamol> ;
     fhir:reference [ fhir:v "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol" ]
  ] ) ; # 
  fhir:property ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig>
         ] ;
         fhir:code [ fhir:v "shape" ] ;
         fhir:display [ fhir:v "Shape" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
           fhir:l <https://spor.ema.europa.eu/rmswi>
         ] ;
         fhir:code [ fhir:v "100000073670" ] ;
         fhir:display [ fhir:v "Round" ]
       ] )
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig>
         ] ;
         fhir:code [ fhir:v "color" ] ;
         fhir:display [ fhir:v "Color" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
           fhir:l <https://spor.ema.europa.eu/rmswi>
         ] ;
         fhir:code [ fhir:v "100000073586" ] ;
         fhir:display [ fhir:v "White" ]
       ] )
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig>
         ] ;
         fhir:code [ fhir:v "flavor" ] ;
         fhir:display [ fhir:v "Flavor" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
           fhir:l <https://spor.ema.europa.eu/rmswi>
         ] ;
         fhir:code [ fhir:v "100000000000" ] ;
         fhir:display [ fhir:v "None" ]
       ] )
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig>
         ] ;
         fhir:code [ fhir:v "image" ] ;
         fhir:display [ fhir:v "Image" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
           fhir:l <https://spor.ema.europa.eu/rmswi>
         ] ;
         fhir:code [ fhir:v "100000000000" ] ;
         fhir:display [ fhir:v "Tablet Image" ]
       ] )
     ]
  ] ) ; # 
  fhir:routeOfAdministration ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
           fhir:l <https://spor.ema.europa.eu/rmswi>
         ] ;
         fhir:code [ fhir:v "100000073619" ] ;
         fhir:display [ fhir:v "Oral use" ]
       ] )
     ]
  ] ) . # 

<http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-active> a fhir:Ingredient ;
  fhir:id [ fhir:v "ingredient-epi-type2-example-paracetamol-active"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi>
     ] )
  ] ; # 
  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=\"Ingredient_ingredient-epi-type2-example-paracetamol-active\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Ingredient ingredient-epi-type2-example-paracetamol-active</b></p><a name=\"ingredient-epi-type2-example-paracetamol-active\"> </a><a name=\"hcingredient-epi-type2-example-paracetamol-active\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Ingredient-uv-epi.html\">Ingredient (ePI)</a></p></div><p><b>identifier</b>: <code>http://example.org/identifier</code>/ingredient-epi-type2-example-paracetamol-active</p><p><b>status</b>: Active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-mid-epi-type2-example-paracetamol.html\">ManufacturedItemDefinition: identifier = http://example.org/identifier#mid-epi-type2-example-paracetamol; status = active; manufacturedDoseForm = Tablet; unitOfPresentation = Tablet</a></p><p><b>role</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000072072}\">Active</span></p><p><b>function</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000136065}\">API</span></p><p><b>group</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000136179}\">Chemical</span></p><blockquote><p><b>substance</b></p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://spor.ema.europa.eu/smswi 100000000000}\">Paracetamol</span></td></tr></table><h3>Strengths</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Presentation[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: EDQM Standard Terms  code10219000 = 'Tablet')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier [
     fhir:system [
       fhir:v "http://example.org/identifier"^^xsd:anyURI ;
       fhir:l <http://example.org/identifier>
     ] ;
     fhir:value [ fhir:v "ingredient-epi-type2-example-paracetamol-active" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:for ( [
     fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/ManufacturedItemDefinition/mid-epi-type2-example-paracetamol> ;
     fhir:reference [ fhir:v "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol" ]
  ] ) ; # 
  fhir:role [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "100000072072" ] ;
       fhir:display [ fhir:v "Active" ]
     ] )
  ] ; # 
  fhir:function ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "100000136065" ] ;
       fhir:display [ fhir:v "API" ]
     ] )
  ] ) ; # 
  fhir:group [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "100000136179" ] ;
       fhir:display [ fhir:v "Chemical" ]
     ] )
  ] ; # 
  fhir:substance [
     fhir:code [
       fhir:concept [
         fhir:coding ( [
           fhir:system [
             fhir:v "https://spor.ema.europa.eu/smswi"^^xsd:anyURI ;
             fhir:l <https://spor.ema.europa.eu/smswi>
           ] ;
           fhir:code [ fhir:v "100000000000" ] ;
           fhir:display [ fhir:v "Paracetamol" ]
         ] )
       ]
     ] ;
     fhir:strength ( [
       fhir:presentation [
         a fhir:Ratio ;
         fhir:numerator [
           fhir:value [ fhir:v "500"^^xsd:decimal ] ;
           fhir:unit [ fhir:v "mg" ] ;
           fhir:system [
             fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
             fhir:l <http://unitsofmeasure.org>
           ] ;
           fhir:code [ fhir:v "mg" ]
         ] ;
         fhir:denominator [
           fhir:value [ fhir:v "1"^^xsd:decimal ] ;
           fhir:unit [ fhir:v "tablet" ] ;
           fhir:system [
             fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
             fhir:l <http://standardterms.edqm.eu>
           ] ;
           fhir:code [ fhir:v "10219000" ]
         ]
       ]
     ] )
  ] . # 

<http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-excipient-1> a fhir:Ingredient ;
  fhir:id [ fhir:v "ingredient-epi-type2-example-paracetamol-excipient-1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi>
     ] )
  ] ; # 
  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=\"Ingredient_ingredient-epi-type2-example-paracetamol-excipient-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Ingredient ingredient-epi-type2-example-paracetamol-excipient-1</b></p><a name=\"ingredient-epi-type2-example-paracetamol-excipient-1\"> </a><a name=\"hcingredient-epi-type2-example-paracetamol-excipient-1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Ingredient-uv-epi.html\">Ingredient (ePI)</a></p></div><p><b>identifier</b>: <code>http://example.org/identifier</code>/ingredient-epi-type2-example-paracetamol-excipient-1</p><p><b>status</b>: Active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-mid-epi-type2-example-paracetamol.html\">ManufacturedItemDefinition: identifier = http://example.org/identifier#mid-epi-type2-example-paracetamol; status = active; manufacturedDoseForm = Tablet; unitOfPresentation = Tablet</a></p><p><b>role</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000072082}\">Excipient</span></p><blockquote><p><b>substance</b></p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://spor.ema.europa.eu/smswi 100000000001}\">Pregelatinised starch</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier [
     fhir:system [
       fhir:v "http://example.org/identifier"^^xsd:anyURI ;
       fhir:l <http://example.org/identifier>
     ] ;
     fhir:value [ fhir:v "ingredient-epi-type2-example-paracetamol-excipient-1" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:for ( [
     fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/ManufacturedItemDefinition/mid-epi-type2-example-paracetamol> ;
     fhir:reference [ fhir:v "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol" ]
  ] ) ; # 
  fhir:role [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "100000072082" ] ;
       fhir:display [ fhir:v "Excipient" ]
     ] )
  ] ; # 
  fhir:substance [
     fhir:code [
       fhir:concept [
         fhir:coding ( [
           fhir:system [
             fhir:v "https://spor.ema.europa.eu/smswi"^^xsd:anyURI ;
             fhir:l <https://spor.ema.europa.eu/smswi>
           ] ;
           fhir:code [ fhir:v "100000000001" ] ;
           fhir:display [ fhir:v "Pregelatinised starch" ]
         ] )
       ]
     ]
  ] . # 

<http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-excipient-2> a fhir:Ingredient ;
  fhir:id [ fhir:v "ingredient-epi-type2-example-paracetamol-excipient-2"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi>
     ] )
  ] ; # 
  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=\"Ingredient_ingredient-epi-type2-example-paracetamol-excipient-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Ingredient ingredient-epi-type2-example-paracetamol-excipient-2</b></p><a name=\"ingredient-epi-type2-example-paracetamol-excipient-2\"> </a><a name=\"hcingredient-epi-type2-example-paracetamol-excipient-2\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Ingredient-uv-epi.html\">Ingredient (ePI)</a></p></div><p><b>identifier</b>: <code>http://example.org/identifier</code>/ingredient-epi-type2-example-paracetamol-excipient-2</p><p><b>status</b>: Active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-mid-epi-type2-example-paracetamol.html\">ManufacturedItemDefinition: identifier = http://example.org/identifier#mid-epi-type2-example-paracetamol; status = active; manufacturedDoseForm = Tablet; unitOfPresentation = Tablet</a></p><p><b>role</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000072082}\">Excipient</span></p><blockquote><p><b>substance</b></p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://spor.ema.europa.eu/smswi 100000000002}\">Maize starch</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier [
     fhir:system [
       fhir:v "http://example.org/identifier"^^xsd:anyURI ;
       fhir:l <http://example.org/identifier>
     ] ;
     fhir:value [ fhir:v "ingredient-epi-type2-example-paracetamol-excipient-2" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:for ( [
     fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/ManufacturedItemDefinition/mid-epi-type2-example-paracetamol> ;
     fhir:reference [ fhir:v "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol" ]
  ] ) ; # 
  fhir:role [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "100000072082" ] ;
       fhir:display [ fhir:v "Excipient" ]
     ] )
  ] ; # 
  fhir:substance [
     fhir:code [
       fhir:concept [
         fhir:coding ( [
           fhir:system [
             fhir:v "https://spor.ema.europa.eu/smswi"^^xsd:anyURI ;
             fhir:l <https://spor.ema.europa.eu/smswi>
           ] ;
           fhir:code [ fhir:v "100000000002" ] ;
           fhir:display [ fhir:v "Maize starch" ]
         ] )
       ]
     ]
  ] . # 

<http://hl7.org/fhir/uv/emedicinal-product-info/Ingredient/ingredient-epi-type2-example-paracetamol-excipient-3> a fhir:Ingredient ;
  fhir:id [ fhir:v "ingredient-epi-type2-example-paracetamol-excipient-3"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi>
     ] )
  ] ; # 
  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=\"Ingredient_ingredient-epi-type2-example-paracetamol-excipient-3\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Ingredient ingredient-epi-type2-example-paracetamol-excipient-3</b></p><a name=\"ingredient-epi-type2-example-paracetamol-excipient-3\"> </a><a name=\"hcingredient-epi-type2-example-paracetamol-excipient-3\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Ingredient-uv-epi.html\">Ingredient (ePI)</a></p></div><p><b>identifier</b>: <code>http://example.org/identifier</code>/ingredient-epi-type2-example-paracetamol-excipient-3</p><p><b>status</b>: Active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-mid-epi-type2-example-paracetamol.html\">ManufacturedItemDefinition: identifier = http://example.org/identifier#mid-epi-type2-example-paracetamol; status = active; manufacturedDoseForm = Tablet; unitOfPresentation = Tablet</a></p><p><b>role</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000072082}\">Excipient</span></p><blockquote><p><b>substance</b></p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://spor.ema.europa.eu/smswi 100000000003}\">Magnesium stearate</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier [
     fhir:system [
       fhir:v "http://example.org/identifier"^^xsd:anyURI ;
       fhir:l <http://example.org/identifier>
     ] ;
     fhir:value [ fhir:v "ingredient-epi-type2-example-paracetamol-excipient-3" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:for ( [
     fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/ManufacturedItemDefinition/mid-epi-type2-example-paracetamol> ;
     fhir:reference [ fhir:v "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol" ]
  ] ) ; # 
  fhir:role [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
         fhir:l <https://spor.ema.europa.eu/rmswi>
       ] ;
       fhir:code [ fhir:v "100000072082" ] ;
       fhir:display [ fhir:v "Excipient" ]
     ] )
  ] ; # 
  fhir:substance [
     fhir:code [
       fhir:concept [
         fhir:coding ( [
           fhir:system [
             fhir:v "https://spor.ema.europa.eu/smswi"^^xsd:anyURI ;
             fhir:l <https://spor.ema.europa.eu/smswi>
           ] ;
           fhir:code [ fhir:v "100000000003" ] ;
           fhir:display [ fhir:v "Magnesium stearate" ]
         ] )
       ]
     ]
  ] . # 

# -------------------------------------------------------------------------------------

