This page is part of the FHIR Specification (v1.2.0: STU 3 Draft). 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": { "fhir_comments": [ " this example includes a compounded medication " ], "status": "generated", "div": "<div>Hydrocortisone 1%, Salicyclic Acid 5% in Glaxal Base</div>" }, "code": { "text": "Hydrocortisone 1%, Salicyclic Acid 5% in Glaxal Base" }, "isBrand": false, "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.