@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/MedicinalProductDefinition/mpd-epi-type2-example-paracetamol> a fhir:MedicinalProductDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  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\"><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 .

# -------------------------------------------------------------------------------------

