@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/02A2-CanifugCremolumPessaryItem> a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "02A2-CanifugCremolumPessaryItem"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/IHEMedication"^^xsd:anyURI ;
       fhir:link <http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/IHEMedication>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication </b><a name=\"02A2-CanifugCremolumPessaryItem\"> </a><a name=\"hc02A2-CanifugCremolumPessaryItem\"> </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\">ResourceMedication &quot;02A2-CanifugCremolumPessaryItem&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IHEMedication.html\">Medicinal product</a></p></div><p><b>doseForm</b>: Pessary <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#10909000)</span></p><p><b>totalVolume</b>: 6 Pessary<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu  code15039000 = 'Pessary')</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>Clotrimazole <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#387325003)</span></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 100 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/1 Pessary<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu  code15039000 = 'Pessary')</span></p></blockquote></div>"
  ] ; # 
  fhir:doseForm [
     fhir:coding ( [
       fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "10909000" ] ;
       fhir:display [ fhir:v "Pessary" ]
     ] )
  ] ; # 
  fhir:totalVolume [
     fhir:value [ fhir:v "6"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "Pessary" ] ;
     fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
     fhir:code [ fhir:v "15039000" ]
  ] ; # 
  fhir:ingredient ( [
     fhir:item [
       fhir:concept [
         fhir:coding ( [
           a sct:387325003 ;
           fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "387325003" ] ;
           fhir:display [ fhir:v "Clotrimazole" ]
         ] )
       ]
     ] ;
     fhir:isActive [ fhir:v "true"^^xsd:boolean ] ;
     fhir:strength [
       a fhir:Ratio ;
       fhir:numerator [
         fhir:value [ fhir:v "100"^^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 "Pessary" ] ;
         fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "15039000" ]
       ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

