{

"resourceType": "Medication",
"id": "med0305",
"contained": [
  {
    "resourceType": "Organization",
    "id": "org5",
    "name": "Aton Pharma Inc"
  }
],
"code": {
  "coding": [
    {
      "system": "http://hl7.org/fhir/sid/ndc",
      "code": "2501-813-16",
      "display": "Timoptic 5mg/ml solution"
    }
  ]
},
"manufacturer": {
  "reference": "#org5"
},
"form": {
  "coding": [
    {
      "system": "http://snomed.info/sct",
      "code": "75359005",
      "display": "Opthalmic Solution (qualifier value)"
    }
  ]
},
"ingredient": [
  {
    "itemCodeableConcept": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "75359005",
          "display": "Timolol Maleate (substance)"
        }
      ]
    },
    "strength": {
      "numerator": {
        "value": 5,
        "system": "http://unitsofmeasure.org",
        "code": "mg"
      },
      "denominator": {
        "value": 1,
        "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"
    }
  ]
}

}