Medication Prescription and Delivery (MPD), published by Integrating the Healthcare Enterprise (IHE). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/pharm-mpd/ and changes regularly. See the Directory of published versions
@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 -------------------------------------------------------------------
a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "04-FirmagonBranded"] ; #
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 "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication 04-FirmagonBranded</b></p><a name=\"04-FirmagonBranded\"> </a><a name=\"hc04-FirmagonBranded\"> </a><a name=\"04-FirmagonBranded-en-US\"> </a><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>https://www.ravimiregister.ee</code>/1400601</p><p><b>marketingAuthorizationHolder</b>: Ferring Pharmaceuticals A/S</p><p><b>doseForm</b>: <span title=\"Codes:{http://standardterms.edqm.eu 11207000}\">Powder and solvent for solution for injection</span></p><p><b>totalVolume</b>: 2 Vial<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu code15060000 = '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><span title=\"Codes:{http://snomed.info/sct 441864003}\">Degarelix</span></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 120 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 Vial<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu code15060000 = 'Vial')</span></p></blockquote></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/ihe-ext-medication-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 "L02BX02" ] ;
fhir:display [ fhir:v "degarelix" ] ] ) ]
] [
fhir:url [ fhir:v "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/ihe-ext-medication-productname"^^xsd:anyURI ] ;
fhir:value [ fhir:v "FIRMAGON" ]
] [
fhir:url [ fhir:v "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/ihe-ext-medication-sizeofitem"^^xsd:anyURI ] ;
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:code [ fhir:v "mL" ] ]
] [
fhir:url [ fhir:v "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/ihe-ext-medication-unitofpresentation"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "15060000" ] ;
fhir:display [ fhir:v "Vial" ] ] ) ]
] [
( fhir:extension [
fhir:url [ fhir:v "device"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableReference ;
fhir:concept [
( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30051000" ] ;
fhir:display [ fhir:v "Pre-filled syringe" ] ] ) ] ] ] [
fhir:url [ fhir:v "quantity"^^xsd:anyURI ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ] ] ) ;
fhir:url [ fhir:v "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/ihe-ext-medication-device"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "device"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableReference ;
fhir:concept [
( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30028000" ] ;
fhir:display [ fhir:v "Injection needle" ] ] ) ] ] ] [
fhir:url [ fhir:v "quantity"^^xsd:anyURI ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ] ] ) ;
fhir:url [ fhir:v "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/ihe-ext-medication-device"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.ravimiregister.ee"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1400601" ]
] ) ; #
fhir:marketingAuthorizationHolder [
fhir:display [ fhir:v "Ferring Pharmaceuticals A/S" ]
] ; #
fhir:doseForm [
( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11207000" ] ;
fhir:display [ fhir:v "Powder and solvent for solution for injection" ] ] )
] ; #
fhir:totalVolume [
fhir:value [ fhir:v "2"^^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:441864003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "441864003" ] ;
fhir:display [ fhir:v "Degarelix" ] ] ) ] ] ;
fhir:isActive [ fhir:v "true"^^xsd:boolean ] ;
fhir:strength [
a fhir:Ratio ;
( fhir:extension [
fhir:url [ fhir:v "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/ihe-ext-medication-strengthsubstance"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:441864003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "441864003" ] ;
fhir:display [ fhir:v "Degarelix" ] ] ) ] ] ) ;
fhir:numerator [
fhir:value [ fhir:v "120"^^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" ] ] ]
] ) . #
IG © 2021+ Integrating the Healthcare Enterprise (IHE). Package ihe.pharm.mpd#0.1.0 based on FHIR 5.0.0. Generated 2024-10-26
Links: Table of Contents |
QA Report
Version History |
|
Propose a change