This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Real-world medication example
{ "resourceType": "Medication", "text": { "status": "generated", "div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>name</b>: Crestor\n </p>\n <p>\n <b>code</b>: \n <span title=\"Codes: {http://snomed.info/sct 408036003}\">Rosuvastatin 10mg tablet</span>\n </p>\n <p>\n <b>isBrand</b>: true\n </p>\n <p>\n <b>kind</b>: product\n </p>\n <blockquote>\n <p>\n <b>package</b>\n </p>\n <p>\n <b>container</b>: \n <span title=\"Codes: {http://snomed.info/sct 398124009}\">drug container</span>\n </p>\n </blockquote>\n </div>" }, "name": "Crestor", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "408036003", "display": "Rosuvastatin 10mg tablet" } ] }, "isBrand": true, "kind": "product", "package": { "container": { "coding": [ { "system": "http://snomed.info/sct", "code": "398124009", "display": "drug container" } ] } } }