{
  "resourceType" : "MedicationDispense",
  "id" : "meddisp008",
  "contained" : [{
    "resourceType" : "Medication",
    "id" : "medexample015",
    "code" : {
      "coding" : [{
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "213293",
        "display" : "capecitabine 500 MG Oral Tablet [Xeloda]"
      }]
    }
  }],
  "status" : "completed",
  "medication" : {
    "reference" : {
      "reference" : "#medexample015"
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "performer" : [{
    "actor" : {
      "reference" : "Practitioner/f006"
    }
  }],
  "authorizingPrescription" : [{
    "reference" : "MedicationRequest/medrx0309"
  }]
}