{

"resourceType": "Medication",
"id": "med0303",
"contained": [
  {
    "resourceType": "Organization",
    "id": "org6",
    "name": "Genzyme"
  }
],
"code": {
  "coding": [
    {
      "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
      "code": "1594660",
      "display": "Alemtuzumab 10mg/ml (Lemtrada)"
    }
  ]
},
"manufacturer": {
  "reference": "#org6"
},
"form": {
  "coding": [
    {
      "system": "http://snomed.info/sct",
      "code": "385219001",
      "display": "Injection solution (qualifier vallue)"
    }
  ]
},
"ingredient": [
  {
    "itemCodeableConcept": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "129472003",
          "display": "Alemtuzamab (substance)"
        }
      ]
    },
    "strength": {
      "numerator": {
        "value": 12,
        "system": "http://unitsofmeasure.org",
        "code": "mg"
      },
      "denominator": {
        "value": 1.2,
        "system": "http://unitsofmeasure.org",
        "code": "mL"
      }
    }
  }
],
"batch": {
  "lotNumber": "9494788",
  "expirationDate": "2017-05-22"
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}