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 
Medication with coded Manufactured medication
{
"resourceType": "Medication",
"id": "medexample012",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"name": "Ventolin HFA Inhalation Aerosol",
"code": {
"coding": [
{
"system": "http://www.accessdata.fda.gov/scripts/cder/ndc/dsp_searchresult.cfm",
"code": "0173068220",
"display": "Ventolin Aerosol "
}
]
},
"isBrand": true,
"manufacturer": {
"reference": "http://us.gsk.com/fhirresource/1"
}
}
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.