Sha256: 4f7dcecda23523ffc6d24705cc81bf09c1fe850c62ab8115b12f7e91b4a34a2a
Contents?: true
Size: 1.73 KB
Versions: 13
Compression:
Stored size: 1.73 KB
Contents
{ "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" } } } ] } }
Version data entries
13 entries across 13 versions & 1 rubygems