@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 -------------------------------------------------------------------

<http://profiles.ihe.net/PHARM/ihe.pharm.mpd/Medication/01C-Cefuroxime1500Branded> a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "01C-Cefuroxime1500Branded"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/MedicinalProduct"^^xsd:anyURI ;
       fhir:link <http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/MedicinalProduct>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication</b><a name=\"01C-Cefuroxime1500Branded\"> </a><a name=\"hc01C-Cefuroxime1500Branded\"> </a></p><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\">Resource Medication &quot;01C-Cefuroxime1500Branded&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicinalProduct.html\">Medicinal product</a></p></div><p><b>Classification</b>: cefuroxime <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-WC.html\">WHO ATC</a>#J01DC02)</span></p><blockquote><p><b>MedicinalProductName</b></p><blockquote><p><b>url</b></p><code>name</code></blockquote><p><b>value</b>: Cefuroxime MIP 1500 mg, süste-/infusioonilahuse pulber</p><blockquote><p><b>url</b></p><a href=\"http://hl7.org/fhir/extensions/1.0.0/StructureDefinition-language.html\">Human Language</a></blockquote><p><b>value</b>: Estonian (Estonia) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#et-EE)</span></p></blockquote><p><b>identifier</b>: <code>https://www.ravimiregister.ee</code>/1529962</p><p><b>marketingAuthorizationHolder</b>: <span>: MIP Pharma GmbH</span></p><p><b>doseForm</b>: Powder for solution for injection or infusion <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#50053000)</span></p><p><b>totalVolume</b>: 10 Vial<span style=\"background: LightGoldenRodYellow\"> (Details: http://standardterms.edqm.eu code 15060000 = 'Vial')</span></p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>Cefuroxime <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#372833007)</span></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 1500 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1 Vial<span style=\"background: LightGoldenRodYellow\"> (Details: http://standardterms.edqm.eu code 15060000 = 'Vial')</span></p></blockquote></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/Classification"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "J01DC02" ] ;
         fhir:display [ fhir:v "cefuroxime" ]
       ] )
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "name"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "Cefuroxime MIP 1500 mg, süste-/infusioonilahuse pulber" ]
     ] [
       fhir:url [ fhir:v "language"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "et-EE" ] ;
           fhir:display [ fhir:v "Estonian (Estonia)" ]
         ] )
       ]
     ] ) ;
     fhir:url [ fhir:v "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/MedicinalProductName"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "https://www.ravimiregister.ee"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "1529962" ]
  ] ) ; # 
  fhir:marketingAuthorizationHolder [
     fhir:display [ fhir:v "MIP Pharma GmbH" ]
  ] ; # 
  fhir:doseForm [
     fhir:coding ( [
       fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "50053000" ] ;
       fhir:display [ fhir:v "Powder for solution for injection or infusion" ]
     ] )
  ] ; # 
  fhir:totalVolume [
     fhir:value [ fhir:v "10"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "Vial" ] ;
     fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
     fhir:code [ fhir:v "15060000" ]
  ] ; # 
  fhir:ingredient ( [
     fhir:item [
       fhir:concept [
         fhir:coding ( [
           a sct:372833007 ;
           fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "372833007" ] ;
           fhir:display [ fhir:v "Cefuroxime" ]
         ] )
       ]
     ] ;
     fhir:isActive [ fhir:v "true"^^xsd:boolean ] ;
     fhir:strength [
       a fhir:Ratio ;
       fhir:numerator [
         fhir:value [ fhir:v "1500"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "milligram" ] ;
         fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "mg" ]
       ] ;
       fhir:denominator [
         fhir:value [ fhir:v "1"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "Vial" ] ;
         fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "15060000" ]
       ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

