{
  "resourceType" : "MedicationRequest",
  "id" : "SteffiRambeau16Miralax",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest SteffiRambeau16Miralax</b></p><a name=\"SteffiRambeau16Miralax\"> </a><a name=\"hcSteffiRambeau16Miralax\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 876195}\">Miralax 17g PO daily</span></p><p><b>subject</b>: <a href=\"Patient-SteffiRambeau16.html\">Mo  Female, DoB: 2009-07-18</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 17g PO daily</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></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>17 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
      "code" : "876195",
      "display" : "Miralax 17 GM Powder for Oral Solution"
    }],
    "text" : "Miralax 17g PO daily"
  },
  "subject" : {
    "reference" : "Patient/SteffiRambeau16"
  },
  "dosageInstruction" : [{
    "text" : "17g PO daily",
    "timing" : {
      "repeat" : {
        "frequency" : 1,
        "period" : 1,
        "periodUnit" : "d"
      }
    },
    "route" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "26643006",
        "display" : "Oral route"
      }]
    },
    "doseAndRate" : [{
      "doseQuantity" : {
        "value" : 17,
        "unit" : "g",
        "system" : "http://unitsofmeasure.org",
        "code" : "g"
      }
    }]
  }]
}