Medication Prescription and Delivery (MPD)
0.1.0 - ci-build International flag

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/tree/master and changes regularly. See the Directory of published versions

: 05A-Tilidin-Branded - TTL Representation

Raw ttl | Download


@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 "05A-Tilidin-Branded"] ; # 
  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 05A-Tilidin-Branded</b></p><a name=\"05A-Tilidin-Branded\"> </a><a name=\"hc05A-Tilidin-Branded\"> </a><a name=\"05A-Tilidin-Branded-en-US\"> </a><p><b>Medication - Classification</b>: <span title=\"Codes:{http://www.whocc.no/atc N02AX51}\">tilidine and naloxone</span></p><p><b>Medication - Product Name</b>: Tilidin HEXAL® comp Lösung, 50/4 mg je 0,72 ml Tropfen zum Einnehmen, Lösung</p><p><b>Medication - Unit of presentation</b>: <span title=\"Codes:{http://standardterms.edqm.eu 15022000}\">Drop</span></p><p><b>identifier</b>: 12345</p><p><b>marketingAuthorizationHolder</b>: Hexal AG</p><p><b>doseForm</b>: <span title=\"Codes:{http://standardterms.edqm.eu 10101000}\">Oral drops, solution</span></p><p><b>totalVolume</b>: 10 milliliter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</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 373562008}\">Tilidine</span></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 50 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/20 Drop<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu  code15022000 = 'Drop')</span></p></blockquote><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 372890007}\">Naloxone</span></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 4 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/20 Drop<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu  code15022000 = 'Drop')</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 "N02AX51" ] ;
fhir:display [ fhir:v "tilidine and naloxone" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/ihe-ext-medication-productname"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Tilidin HEXAL® comp Lösung, 50/4 mg je 0,72 ml Tropfen zum Einnehmen, Lösung" ]
  ] [
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 "15022000" ] ;
fhir:display [ fhir:v "Drop" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "12345" ]
  ] ) ; # 
  fhir:marketingAuthorizationHolder [
fhir:display [ fhir:v "Hexal AG" ]
  ] ; # 
  fhir:doseForm [
    ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10101000" ] ;
fhir:display [ fhir:v "Oral drops, solution" ]     ] )
  ] ; # 
  fhir:totalVolume [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "milliliter" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]
  ] ; # 
  fhir:ingredient ( [
fhir:item [
fhir:concept [
        ( fhir:coding [
a sct:373562008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "373562008" ] ;
fhir:display [ fhir:v "Tilidine" ]         ] )       ]     ] ;
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:96186004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "96186004" ] ;
fhir:display [ fhir:v "Tilidine hydrochloride" ]           ] )         ]       ] ) ;
fhir:numerator [
fhir:value [ fhir:v "50"^^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 "20"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Drop" ] ;
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "15022000" ]       ]     ]
  ] [
fhir:item [
fhir:concept [
        ( fhir:coding [
a sct:372890007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "372890007" ] ;
fhir:display [ fhir:v "Naloxone" ]         ] )       ]     ] ;
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:21518006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "21518006" ] ;
fhir:display [ fhir:v "Naloxone hydrochloride" ]           ] )         ]       ] ) ;
fhir:numerator [
fhir:value [ fhir:v "4"^^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 "20"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Drop" ] ;
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "15022000" ]       ]     ]
  ] ) . #