{

"resourceType": "Medication",
"id": "med0311",
"contained": [
  {
    "resourceType": "Substance",
    "id": "sub03",
    "code": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "116602009",
          "display": "Prednisone (substance)"
        }
      ]
    }
  }
],
"code": {
  "coding": [
    {
      "system": "http://snomed.info/sct",
      "code": "373994007",
      "display": "Prednisone 5mg tablet (Product)"
    }
  ]
},
"form": {
  "coding": [
    {
      "system": "http://snomed.info/sct",
      "code": "385055001",
      "display": "Tablet dose form (qualifier value)"
    }
  ]
},
"ingredient": [
  {
    "itemReference": {
      "reference": "#sub03"
    },
    "strength": {
      "numerator": {
        "value": 5,
        "system": "http://unitsofmeasure.org",
        "code": "mg"
      },
      "denominator": {
        "value": 1,
        "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
        "code": "TAB"
      }
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}