HL7 Europe Extensions 0.1.1 - trial-use 150
This page is part of the HL7 Europe Extensions (v0.1.1: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
Raw ttl | Download
@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 ------------------------------------------------------------------- a fhir:Medication ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "04A-FirmagonBranded"] ; # 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 04A-FirmagonBranded</b></p><a name=\"04A-FirmagonBranded\"> </a><a name=\"hc04A-FirmagonBranded\"> </a><p><b>Medication: Package type</b>: <span title=\"Codes:{https://standardterms.edqm.eu 30009000}\">Box</span></p><p><b>identifier</b>: <code>https://www.ravimiregister.ee</code>/1400601</p><p><b>marketingAuthorizationHolder</b>: Ferring Pharmaceuticals A/S</p><p><b>totalVolume</b>: 2 Vial<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu code15060000 = '15060000')</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 = '15060000')</span></p></blockquote></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.eu/fhir/StructureDefinition/medication-package-type"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "https://standardterms.edqm.eu"^^xsd:anyURI ] ; fhir:code [ fhir:v "30009000" ] ; fhir:display [ fhir:v "Box" ] ] ) ] ] ) ; # 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:totalVolume [ fhir:value [ fhir:v "2"^^xsd:decimal ] ; fhir:unit [ fhir:v "Vial" ] ; fhir:system [ fhir:v "https://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 ] ; fhir:strength [ a fhir:Ratio ; 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 "https://standardterms.edqm.eu"^^xsd:anyURI ] ; fhir:code [ fhir:v "15060000" ] ] ] ] ) . #