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 <kind> element = package
{
"resourceType": "Medication",
"id": "medexample005",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"name": "Didrocal",
"code": {
"coding": [
{
"system": "http://hc-sc.gc.ca",
"code": "02176017",
"display": "Didrocal"
}
]
},
"isBrand": true,
"manufacturer": {
"reference": "http://http://www.actavis.ca/default.htm/fhirresource/1"
},
"kind": "package",
"product": {
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385055001",
"display": "Tablet"
}
]
},
"ingredient": [
{
"item": {
"display": "Etidronate Sodium"
},
"amount": {
"numerator": {
"value": 400,
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"system": "http://hl7.org/fhir/v3/orderableDrugForm",
"code": "TAB"
}
}
},
{
"item": {
"display": "Calcium Carbonate"
},
"amount": {
"numerator": {
"value": 500,
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"system": "http://hl7.org/fhir/v3/orderableDrugForm",
"code": "TAB"
}
}
}
],
"batch": [
{
"lotNumber": "9494949",
"expirationDate": "2017-02-22"
}
]
}
}
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.