This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B
Example MedicinalProductDefinition/drug-combo-product (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Combination product - tablet and cream co-packaged and showing layers (as one resource, with others contained)
@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-combo-product"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n <b>\n Generated Narrative\n </b>\n </p>\n <p>\n <b>\n id\n </b>\n : drug-combo-product\n </p>\n <p>\n <b>\n identifier\n </b>\n : id: ThrushTreatCombo\n </p>\n <p>\n <b>\n combinedPharmaceuticalDoseForm\n </b>\n :\n <span title=\"Codes: {http://example.org.uk/fhir/doseform Tablet and Cream for topical application}\">\n Tablet and Cream for topical application\n </span>\n </p>\n <p>\n <b>\n packagedMedicinalProduct\n </b>\n :\n <a name=\"packageCombo\"/>\n </p>\n <blockquote>\n <p>\n <b>\n id\n </b>\n :packageCombo\n </p>\n <blockquote>\n <p>\n <b>\n package (outer)\n </b>\n </p>\n <p>\n <b>\n type\n </b>\n :\n <span title=\"Codes: \">\n Box\n </span>\n </p>\n <blockquote>\n <p>\n <b>\n Package (inner 1)\n </b>\n </p>\n <p>\n <b>\n Type\n </b>\n : Blister pack\n </p>\n <p>\n <b>\n Items quantity\n </b>\n : 1\n </p>\n <blockquote>\n <p>\n <b>\n Form\n </b>\n : Tablet\n </p>\n <blockquote>\n <p>\n <b>\n Ingredient\n </b>\n : 150mg fluconazole\n </p>\n </blockquote>\n </blockquote>\n </blockquote>\n <blockquote>\n <p>\n <b>\n Package (inner 2)\n </b>\n </p>\n <p>\n <b>\n Type\n </b>\n : Tube\n </p>\n <p>\n <b>\n Items quantity\n </b>\n : 20g\n </p>\n <blockquote>\n <p>\n <b>\n Package Item\n </b>\n : Cap\n </p>\n </blockquote>\n <blockquote>\n <p>\n <b>\n Form\n </b>\n : Cream for topical application\n </p>\n <blockquote>\n <p>\n <b>\n Ingredient\n </b>\n : 2% w/w clotrimazole\n </p>\n </blockquote>\n </blockquote>\n </blockquote>\n </blockquote>\n </blockquote>\n <h3>\n Names\n </h3>\n <table class=\"grid\">\n <tr>\n <td>\n -\n </td>\n <td>\n <b>\n ProductName\n </b>\n </td>\n </tr>\n <tr>\n <td>\n *\n </td>\n <td>\n ThrushTreat Combo\n </td>\n </tr>\n </table>\n </div>"
] ; #
fhir:contained ( [
a fhir:PackagedProductDefinition ;
fhir:id [ fhir:v "packageCombo" ] ;
fhir:packageFor ( [
fhir:reference [ fhir:v "#" ]
] ) ;
fhir:packaging [
fhir:type [
fhir:coding ( [
fhir:code [ fhir:v "Box" ]
] )
] ;
fhir:packaging ( [
fhir:type [
fhir:coding ( [
fhir:code [ fhir:v "blister pack" ]
] )
] ;
fhir:containedItem ( [
fhir:item [
fhir:reference [
fhir:reference [ fhir:v "#tabletItem" ]
]
] ;
fhir:amount [
fhir:value [ fhir:v "1"^^xsd:decimal ]
]
] )
] [
fhir:type [
fhir:coding ( [
fhir:code [ fhir:v "tube" ]
] )
] ;
fhir:containedItem ( [
fhir:item [
fhir:reference [
fhir:reference [ fhir:v "#creamItem" ]
]
] ;
fhir:amount [
fhir:value [ fhir:v "20"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g" ]
]
] ) ;
fhir:packaging ( [
fhir:type [
fhir:coding ( [
fhir:code [ fhir:v "cap" ]
] )
]
] )
] )
]
] [
a fhir:ManufacturedItemDefinition ;
fhir:id [ fhir:v "tabletItem" ] ;
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 "tablet" ]
] )
]
] [
a fhir:ManufacturedItemDefinition ;
fhir:id [ fhir:v "creamItem" ] ;
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 "Cream for topical application" ]
] )
]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org.uk/fhir/product"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ThrushTreatCombo" ]
] ) ; #
fhir:combinedPharmaceuticalDoseForm [
fhir:coding ( [
fhir:system [ fhir:v "http://example.org.uk/fhir/doseform"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Tablet and Cream for topical application" ]
] )
] ; #
fhir:name ( [
fhir:productName [ fhir:v "ThrushTreat Combo" ]
] )] . #
# -------------------------------------------------------------------------------------
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.