This page is part of the FHIR Specification (v0.4.0: DSTU 2 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 
Real-world medication example
{
"resourceType": "Medication",
"id": "f201",
"name": "Salmeterol/fluticason",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "411106009",
"display": "25ug Flutacisone + 250ug Salmeterol"
}
]
},
"isBrand": false,
"kind": "product",
"product": {
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "421606006",
"display": "Aerosol spray"
}
]
},
"ingredient": [
{
"item": {
"display": "flutacisone"
},
"amount": {
"numerator": {
"value": 25,
"system": "http://unitsofmeasure.org",
"code": "ug"
},
"denominator": {
"value": 1,
"system": "http://hl7.org/fhir/v3/orderableDrugForm",
"code": "PUFF"
}
}
},
{
"item": {
"display": "salmeterol"
},
"amount": {
"numerator": {
"value": 250,
"system": "http://unitsofmeasure.org",
"code": "ug"
},
"denominator": {
"value": 1,
"system": "http://hl7.org/fhir/v3/orderableDrugForm",
"code": "PUFF"
}
}
}
]
}
}
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.