FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MedicinalProductDefinition/drug-and-device-complete (Turtle)

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

A powder and solution for injection that comes with a syringe in the pack (complete example)

@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

[a fhir:MedicinalProductDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "drug-and-device-complete"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicinalProductDefinition</b><a name=\"drug-and-device-complete\"> </a><a name=\"hcdrug-and-device-complete\"> </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\">Resource MedicinalProductDefinition &quot;drug-and-device-complete&quot; </p></div><p><b>identifier</b>: <code>http://example.org.uk/fhir/product</code>/Wonderdrug+</p><p><b>combinedPharmaceuticalDoseForm</b>: Powder and solution for injection with itegral syringe <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (doseform#Powder and solution for injection with itegral syringe)</span></p><h3>Names</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ProductName</b></td></tr><tr><td style=\"display: none\">*</td><td>Wonderdrug liquid 20ml (integral syringe)</td></tr></table><hr/><blockquote><p><b>Generated Narrative: PackagedProductDefinition #package</b><a name=\"package\"> </a><a name=\"hcpackage\"> </a></p><p><b>packageFor</b>: <a href=\"#\">#</a></p><blockquote><p><b>packaging</b></p><blockquote><p><b>packaging</b></p><p><b>type</b>: cardboard box (outer) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#cardboard box (outer))</span></p><blockquote><p><b>packaging</b></p></blockquote><blockquote><p><b>packaging</b></p></blockquote></blockquote></blockquote></blockquote><hr/><blockquote><p><b>Generated Narrative: ManufacturedItemDefinition #solventItem</b><a name=\"solventItem\"> </a><a name=\"hcsolventItem\"> </a></p><p><b>status</b>: active</p><p><b>manufacturedDoseForm</b>: solvent for powder for injection <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (doseform#solvent for powder for injection)</span></p></blockquote><hr/><blockquote><p><b>Generated Narrative: ManufacturedItemDefinition #powderItem</b><a name=\"powderItem\"> </a><a name=\"hcpowderItem\"> </a></p><p><b>status</b>: active</p><p><b>manufacturedDoseForm</b>: powder for solution for injection <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (doseform#powder for solution for injection)</span></p></blockquote><hr/><blockquote><p><b>Generated Narrative: DeviceDefinition #syringeDevice</b><a name=\"syringeDevice\"> </a><a name=\"hcsyringeDevice\"> </a></p><h3>Classifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>syringe <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table></blockquote><hr/><blockquote><p><b>Generated Narrative: AdministrableProductDefinition #administrable-form</b><a name=\"administrable-form\"> </a><a name=\"hcadministrable-form\"> </a></p><p><b>status</b>: active</p><p><b>formOf</b>: <a href=\"#\">#</a></p><p><b>administrableDoseForm</b>: solution for injection <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#solution for injection)</span></p><p><b>producedFrom</b>: </p><ul><li><a href=\"#hcpowderItem\">#powderItem</a></li><li><a href=\"#hcsolventItem\">#solventItem</a></li></ul><h3>RouteOfAdministrations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>intramuscular <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (route#intramuscular)</span></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:contained ( [
     a fhir:PackagedProductDefinition ;
     fhir:id [ fhir:v "package" ] ;
     fhir:packageFor ( [
       fhir:reference [ fhir:v "#" ]
     ] ) ;
     fhir:packaging [
       fhir:packaging ( [
         fhir:type [
           fhir:coding ( [
             fhir:code [ fhir:v "cardboard box (outer)" ]
           ] )
         ] ;
         fhir:packaging ( [
           fhir:type [
             fhir:coding ( [
               fhir:code [ fhir:v "cardboard box (inner)" ]
             ] )
           ] ;
           fhir:packaging ( [
             fhir:type [
               fhir:coding ( [
                 fhir:code [ fhir:v "sachet" ]
               ] )
             ] ;
             fhir:containedItem ( [
               fhir:item [
                 fhir:reference [
                   fhir:reference [ fhir:v "#powderItem" ]
                 ]
               ] ;
               fhir:amount [
                 fhir:value [ fhir:v "5"^^xsd:decimal ] ;
                 fhir:unit [ fhir:v "g" ] ;
                 fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
                 fhir:code [ fhir:v "g" ]
               ]
             ] )
           ] [
             fhir:type [
               fhir:coding ( [
                 fhir:code [ fhir:v "bottle" ]
               ] )
             ] ;
             fhir:containedItem ( [
               fhir:item [
                 fhir:reference [
                   fhir:reference [ fhir:v "#solventItem" ]
                 ]
               ] ;
               fhir:amount [
                 fhir:value [ fhir:v "20"^^xsd:decimal ] ;
                 fhir:unit [ fhir:v "ml" ] ;
                 fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
                 fhir:code [ fhir:v "mL" ]
               ]
             ] )
           ] )
         ] [
           fhir:type [
             fhir:coding ( [
               fhir:code [ fhir:v "foil bag" ]
             ] )
           ] ;
           fhir:containedItem ( [
             fhir:item [
               fhir:reference [
                 fhir:reference [ fhir:v "#syringeDevice" ]
               ]
             ] ;
             fhir:amount [
               fhir:value [ fhir:v "1"^^xsd:decimal ]
             ]
           ] )
         ] )
       ] )
     ]
  ] [
     a fhir:ManufacturedItemDefinition ;
     fhir:id [ fhir:v "solventItem" ] ;
     fhir:status [ fhir:v "active" ] ;
     fhir:manufacturedDoseForm [
       fhir:coding ( [
         fhir:system [ fhir:v "http://example.org.uk/fhir/doseform"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "solvent for powder for injection" ]
       ] )
     ]
  ] [
     a fhir:ManufacturedItemDefinition ;
     fhir:id [ fhir:v "powderItem" ] ;
     fhir:status [ fhir:v "active" ] ;
     fhir:manufacturedDoseForm [
       fhir:coding ( [
         fhir:system [ fhir:v "http://example.org.uk/fhir/doseform"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "powder for solution for injection" ]
       ] )
     ]
  ] [
     a fhir:DeviceDefinition ;
     fhir:id [ fhir:v "syringeDevice" ] ;
     fhir:classification ( [
       fhir:type [
         fhir:text [ fhir:v "syringe" ]
       ]
     ] )
  ] [
     a fhir:AdministrableProductDefinition ;
     fhir:id [ fhir:v "administrable-form" ] ;
     fhir:status [ fhir:v "active" ] ;
     fhir:formOf ( [
       fhir:reference [ fhir:v "#" ]
     ] ) ;
     fhir:administrableDoseForm [
       fhir:coding ( [
         fhir:code [ fhir:v "solution for injection" ]
       ] )
     ] ;
     fhir:producedFrom ( [
       fhir:reference [ fhir:v "#powderItem" ]
     ] [
       fhir:reference [ fhir:v "#solventItem" ]
     ] ) ;
     fhir:routeOfAdministration ( [
       fhir:code [
         fhir:coding ( [
           fhir:system [ fhir:v "http://example.org.uk/fhir/route"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "intramuscular" ]
         ] )
       ]
     ] )
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://example.org.uk/fhir/product"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "Wonderdrug+" ]
  ] ) ; # 
  fhir:combinedPharmaceuticalDoseForm [
     fhir:coding ( [
       fhir:system [ fhir:v "http://example.org.uk/fhir/doseform"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "Powder and solution for injection with itegral syringe" ]
     ] )
  ] ; # 
  fhir:name ( [
     fhir:productName [ fhir:v "Wonderdrug liquid 20ml (integral syringe)" ]
  ] )] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.