This page is part of the FHIR Specification (v1.2.0: STU 3 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 
Fully populated Medication resource
{
"resourceType": "Medication",
"id": "medexample004",
"text": {
"fhir_comments": [
" this example is fully popluated "
],
"status": "generated",
"div": "<div>Amoxicillin 250mg/5ml Powder for Suspension</div>"
},
"code": {
"coding": [
{
"system": "http://www.fda.gov/Drugs/InformationOnDrugs/ucm142438.htm",
"code": "54569-2931",
"display": "Amoxicillin Powder, for Suspension 250mg/5ml"
}
]
},
"isBrand": true,
"manufacturer": {
"reference": "http://www.a-smeds.com/fhirresource/1"
},
"product": {
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "42108003",
"display": "Powder for Suspension"
}
]
},
"ingredient": [
{
"item": {
"display": "Amoxicillin"
},
"amount": {
"numerator": {
"value": 250,
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 5,
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
}
],
"batch": [
{
"lotNumber": "12345",
"expirationDate": "2018-12-22"
}
]
},
"package": {
"container": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419672006",
"display": "Bottle - unit of product usage"
}
]
},
"content": [
{
"item": {
"reference": "MedicationExample14"
},
"amount": {
"value": 7.5,
"unit": "gm",
"system": "http://unitsofmeasure.org"
}
}
]
}
}
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.