This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Compound medication - includes chemicals that are combined
{ "resourceType": "Medication", "id": "medexample008", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "name": "Hydrocortisone 1%, Salicyclic Acid 5% in Glaxal Base", "isBrand": false, "kind": "product", "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "255621006", "display": "Cream" } ] }, "ingredient": [ { "item": { "display": "Hydrocortisone Powder" }, "amount": { "numerator": { "value": 1, "system": "http://unitsofmeasure.org", "code": "g" }, "denominator": { "value": 100, "system": "http://unitsofmeasure.org", "code": "g" } } }, { "item": { "display": "Salicyclic Acid" }, "amount": { "numerator": { "value": 5, "system": "http://unitsofmeasure.org", "code": "g" }, "denominator": { "value": 100, "system": "http://unitsofmeasure.org", "code": "g" } } }, { "item": { "display": "Glaxal Base" }, "amount": { "numerator": { "value": 94, "system": "http://unitsofmeasure.org", "code": "g" }, "denominator": { "value": 100, "system": "http://unitsofmeasure.org", "code": "g" } } } ] } }
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.