{

"resourceType": "Medication",
"id": "med0304",
"contained": [
  {
    "resourceType": "Organization",
    "id": "org6",
    "name": "Aspen Global Inc"
  }
],
"code": {
  "coding": [
    {
      "system": "http://hl7.org/fhir/sid/ndc",
      "code": "76388-713-25",
      "display": "Myleran 2mg tablet, film coated"
    }
  ]
},
"manufacturer": {
  "reference": "#org6"
},
"form": {
  "coding": [
    {
      "system": "http://snomed.info/sct",
      "code": "385057009",
      "display": "Film-coated tablet (qualifier value)"
    }
  ]
},
"ingredient": [
  {
    "itemCodeableConcept": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "387138002",
          "display": "Busulfan (substance)"
        }
      ]
    },
    "strength": {
      "numerator": {
        "value": 2,
        "system": "http://unitsofmeasure.org",
        "code": "mg"
      },
      "denominator": {
        "value": 1,
        "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
        "code": "Tab"
      }
    }
  }
],
"batch": {
  "lotNumber": "9494788",
  "expirationDate": "2017-05-22"
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}