{
  "resourceType" : "MedicationRequest",
  "id" : "om-scenario2",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequest"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest om-scenario2</b></p><a name=\"om-scenario2\"> </a><a name=\"hcom-scenario2\"> </a><a name=\"om-scenario2-en-US\"> </a><p><b>status</b>: Draft</p><p><b>intent</b>: Proposal</p><p><b>priority</b>: Routine</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 376988009}\">Levothyroxine sodium 75 microgram oral tablet</span></p><p><b>subject</b>: <a href=\"Patient-om-scenario2-patient.html\">Example Patient Female, DoB: 1990-10-01</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 40930008}\">Hypothyroidism (disorder)</span></p><p><b>instantiatesCanonical</b>: <a href=\"ActivityDefinition-activity-example-ordermedication-ad.html\">Activity Example Order Medication AD</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: 75mcg daily</p><p><b>timing</b>: Once per 1 days</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral Route (qualifier value)</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">Ordered</span></td><td>75 mcg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeug = 'ug')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2015-01-15 --&gt; 2016-01-15</p><p><b>quantity</b>: 100 Tab<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form  codeTAB = 'Tablet')</span></p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>30</td><td>days</td><td><a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"
  },
  "status" : "draft",
  "intent" : "proposal",
  "priority" : "routine",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "376988009",
      "display" : "Levothyroxine sodium 75 microgram oral tablet"
    }]
  },
  "subject" : {
    "reference" : "Patient/om-scenario2-patient"
  },
  "reasonCode" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "40930008",
      "display" : "Hypothyroidism (disorder)"
    }]
  }],
  "instantiatesCanonical" : ["http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-ordermedication-ad"],
  "dosageInstruction" : [{
    "sequence" : 1,
    "text" : "75mcg daily",
    "timing" : {
      "repeat" : {
        "frequency" : 1,
        "period" : 1,
        "periodUnit" : "d"
      }
    },
    "route" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "26643006",
        "display" : "Oral Route (qualifier value)"
      }]
    },
    "doseAndRate" : [{
      "type" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
          "code" : "ordered",
          "display" : "Ordered"
        }]
      },
      "doseQuantity" : {
        "value" : 75,
        "unit" : "mcg",
        "system" : "http://unitsofmeasure.org",
        "code" : "ug"
      }
    }]
  }],
  "dispenseRequest" : {
    "validityPeriod" : {
      "start" : "2015-01-15",
      "end" : "2016-01-15"
    },
    "quantity" : {
      "value" : 100,
      "unit" : "Tab",
      "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code" : "TAB"
    },
    "expectedSupplyDuration" : {
      "value" : 30,
      "unit" : "days",
      "system" : "http://unitsofmeasure.org",
      "code" : "d"
    }
  }
}