@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 -------------------------------------------------------------------

<http://hl7.eu/fhir/mpd/Medication/04A-FirmagonBranded> a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "04A-FirmagonBranded"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.eu/fhir/mpd/StructureDefinition/Medication-eu-mpd"^^xsd:anyURI ;
       fhir:l <http://hl7.eu/fhir/mpd/StructureDefinition/Medication-eu-mpd>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication 04A-FirmagonBranded</b></p><a name=\"04A-FirmagonBranded\"> </a><a name=\"hc04A-FirmagonBranded\"> </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-Medication-eu-mpd.html\">Medication: MPD</a></p></div><p><b>Medication - Classification</b>: <span title=\"Codes:{http://www.whocc.no/atc L02BX02}\">degarelix</span></p><p><b>Medication - Product Name</b>: FIRMAGON</p><p><b>Medication - Size of Item</b>: 3 milliliter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></p><p><b>Medication - Unit of presentation</b>: <span title=\"Codes:{http://standardterms.edqm.eu 15060000}\">Vial</span></p><blockquote><p><b>Medication - Device</b></p><ul><li>device: <span title=\"Codes:{http://standardterms.edqm.eu 30051000}\">Pre-filled syringe</span></li><li>quantity: 2</li></ul></blockquote><blockquote><p><b>Medication - Device</b></p><ul><li>device: <span title=\"Codes:{http://standardterms.edqm.eu 30028000}\">Injection needle</span></li><li>quantity: 2</li></ul></blockquote><p><b>identifier</b>: <code>http://example.org/NationalMedicationRegister</code>/1400601</p><p><b>manufacturer</b>: Ferring Pharmaceuticals A/S</p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 11207000}\">Powder and solvent for solution for injection</span></p><p><b>amount</b>: 2 Vial<span style=\"background: LightGoldenRodYellow\"> (Details: EDQM Standard Terms  code15060000 = 'Vial')</span>/1</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 441864003}\">Degarelix</span></td><td>true</td><td>120 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/1 Vial<span style=\"background: LightGoldenRodYellow\"> (Details: EDQM Standard Terms  code15060000 = 'Vial')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification"^^xsd:anyURI ;
       fhir:l <https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ;
           fhir:l <http://www.whocc.no/atc>
         ] ;
         fhir:code [ fhir:v "L02BX02" ] ;
         fhir:display [ fhir:v "degarelix" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname"^^xsd:anyURI ;
       fhir:l <https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "FIRMAGON"
     ]
  ] [
     fhir:url [
       fhir:v "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-sizeofitem"^^xsd:anyURI ;
       fhir:l <https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-sizeofitem>
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "3"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "milliliter" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "mL" ]
     ]
  ] [
     fhir:url [
       fhir:v "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation"^^xsd:anyURI ;
       fhir:l <https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
           fhir:l <http://standardterms.edqm.eu>
         ] ;
         fhir:code [ fhir:v "15060000" ] ;
         fhir:display [ fhir:v "Vial" ]
       ] )
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "device"^^xsd:anyURI ;
         fhir:l fhir:device
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
             fhir:l <http://standardterms.edqm.eu>
           ] ;
           fhir:code [ fhir:v "30051000" ] ;
           fhir:display [ fhir:v "Pre-filled syringe" ]
         ] )
       ]
     ] [
       fhir:url [
         fhir:v "quantity"^^xsd:anyURI ;
         fhir:l fhir:quantity
       ] ;
       fhir:value [
         a fhir:Quantity ;
         fhir:value [ fhir:v "2"^^xsd:decimal ]
       ]
     ] ) ;
     fhir:url [
       fhir:v "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device"^^xsd:anyURI ;
       fhir:l <https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device>
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "device"^^xsd:anyURI ;
         fhir:l fhir:device
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
             fhir:l <http://standardterms.edqm.eu>
           ] ;
           fhir:code [ fhir:v "30028000" ] ;
           fhir:display [ fhir:v "Injection needle" ]
         ] )
       ]
     ] [
       fhir:url [
         fhir:v "quantity"^^xsd:anyURI ;
         fhir:l fhir:quantity
       ] ;
       fhir:value [
         a fhir:Quantity ;
         fhir:value [ fhir:v "2"^^xsd:decimal ]
       ]
     ] ) ;
     fhir:url [
       fhir:v "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device"^^xsd:anyURI ;
       fhir:l <https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device>
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://example.org/NationalMedicationRegister"^^xsd:anyURI ;
       fhir:l <http://example.org/NationalMedicationRegister>
     ] ;
     fhir:value [ fhir:v "1400601" ]
  ] ) ; # 
  fhir:manufacturer [
     fhir:display [ fhir:v "Ferring Pharmaceuticals A/S" ]
  ] ; # 
  fhir:form [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
         fhir:l <http://standardterms.edqm.eu>
       ] ;
       fhir:code [ fhir:v "11207000" ] ;
       fhir:display [ fhir:v "Powder and solvent for solution for injection" ]
     ] )
  ] ; # 
  fhir:amount [
     fhir:numerator [
       fhir:value [ fhir:v "2"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "Vial" ] ;
       fhir:system [
         fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
         fhir:l <http://standardterms.edqm.eu>
       ] ;
       fhir:code [ fhir:v "15060000" ]
     ] ;
     fhir:denominator [
       fhir:value [ fhir:v "1"^^xsd:decimal ]
     ]
  ] ; # 
  fhir:ingredient ( [
     fhir:item [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         a sct:441864003 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "441864003" ] ;
         fhir:display [ fhir:v "Degarelix" ]
       ] )
     ] ;
     fhir:isActive [ fhir:v true ] ;
     fhir:strength [
       fhir:numerator [
         fhir:value [ fhir:v "120"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "milligram" ] ;
         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 "Vial" ] ;
         fhir:system [
           fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
           fhir:l <http://standardterms.edqm.eu>
         ] ;
         fhir:code [ fhir:v "15060000" ]
       ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

