{

"resourceType": "Medication",
"id": "medexample003",
"text": {
  "fhir_comments": [
    "  this example includes a coded Manufactured Medication  "
  ],
  "status": "generated",
  "div": "<div>Amox S 250 Sus 250mg/5ml</div>"
},
"code": {
  "coding": [
    {
      "system": "http://hc-sc.gc.ca",
      "code": "00885916",
      "display": "Amox S 250 Sus 250mg/5ml"
    }
  ]
},
"isBrand": true,
"product": {
  "form": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385024007",
        "display": "Oral Suspension"
      }
    ]
  }
}

}