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>: Tolbutamide\n </p>\n <p>\n <b>code</b>: \n <span title=\"Codes: {http://snomed.info/sct 325267004}\">Tolbutamide 500mg 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": "Tolbutamide",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "325267004",
"display": "Tolbutamide 500mg tablet"
}
]
},
"isBrand": true,
"kind": "product",
"package": {
"container": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "398124009",
"display": "drug container"
}
]
}
}
}