{
  "resourceType" : "MedicationDispense",
  "id" : "medicationdispense-example",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationdispense|8.0.1"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense medicationdispense-example</b></p><a name=\"medicationdispense-example\"> </a><a name=\"hcmedicationdispense-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-medicationdispense.html\">US Core MedicationDispense Profile</a> version: 8.0.1</p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 476872}\">Nizatidine 15 MG/ML Oral Solution</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy Shaw</a></p><p><b>context</b>: <a href=\"Encounter-example-1.html\">Office Visit</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-holy-healthcare.html\">Holy Healthcare Pharmacy</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-medicationrequest-coded-oral-axid.html\">MedicationRequest Coded Oral Axid Example</a></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode FFC}\">First Fill - Complete</span></p><p><b>quantity</b>: 480 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></p><p><b>whenHandedOver</b>: 2016-12-08 06:38:52+0000</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 10 mL bid</p><p><b>timing</b>: 2 per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>10 ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></td></tr></table></blockquote></div>"
  },
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
      "code" : "476872",
      "display" : "Nizatidine 15 MG/ML Oral Solution"
    }],
    "text" : "Nizatidine 15 MG/ML Oral Solution"
  },
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Amy Shaw"
  },
  "context" : {
    "reference" : "Encounter/example-1",
    "display" : "Office Visit"
  },
  "performer" : [{
    "actor" : {
      "reference" : "Organization/holy-healthcare",
      "display" : "Holy Healthcare Pharmacy"
    }
  }],
  "authorizingPrescription" : [{
    "reference" : "MedicationRequest/medicationrequest-coded-oral-axid",
    "display" : "MedicationRequest Coded Oral Axid Example"
  }],
  "type" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code" : "FFC",
      "display" : "First Fill - Complete"
    }]
  },
  "quantity" : {
    "value" : 480,
    "unit" : "mL",
    "system" : "http://unitsofmeasure.org",
    "code" : "mL"
  },
  "whenHandedOver" : "2016-12-08T06:38:52Z",
  "dosageInstruction" : [{
    "text" : "10 mL bid",
    "timing" : {
      "repeat" : {
        "boundsPeriod" : {
          "start" : "2008-04-05"
        },
        "frequency" : 2,
        "period" : 1,
        "periodUnit" : "d"
      }
    },
    "doseAndRate" : [{
      "doseQuantity" : {
        "value" : 10,
        "unit" : "ml",
        "system" : "http://unitsofmeasure.org",
        "code" : "mL"
      }
    }]
  }]
}