{
  "resourceType" : "MedicationRequest",
  "id" : "medicationrequest-example-ach-daily-influenzatherapeutic",
  "meta" : {
    "profile" : ["http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-medicationrequest"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest medicationrequest-example-ach-daily-influenzatherapeutic</b></p><a name=\"medicationrequest-example-ach-daily-influenzatherapeutic\"> </a><a name=\"hcmedicationrequest-example-ach-daily-influenzatherapeutic\"> </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-ach-daily-medicationrequest.html\">ACH Daily Event Medication Request</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.798</code>/101903002\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category inpatient}\">Inpatient</span></p><p><b>medication</b>: <a href=\"Medication-medication-example-ach-daily-influenzatherapeutic.html\">Oseltamivir 60 mg</a></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-daily-influenzatherapeutic.html\">ACHDaily, InfluenzaTherapeutic</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-example-ach-daily-influenzatherapeutic.html\">Hospital Encounter</a></p><p><b>authoredOn</b>: 2024-01-01 11:45:15+0000</p><p><b>requester</b>: Faculty Physician Um_Cln, MD</p><p><b>recorder</b>: Faculty Physician Um_Cln, MD</p><p><b>courseOfTherapyType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy acute}\">Short course (acute) therapy</span></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>AsNeeded[x]</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>Oseltamivir 60 mg PO twice daily x 5 days</td><td>Code , 2 per 5 days</td><td>false</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral use</span></td></tr></table></div>"
  },
  "identifier" : [{
    "use" : "usual",
    "system" : "urn:oid:2.16.840.1.113883.19.5.1.798",
    "value" : "101903002"
  }],
  "status" : "completed",
  "intent" : "order",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
      "code" : "inpatient",
      "display" : "Inpatient"
    }],
    "text" : "Inpatient"
  }],
  "medicationReference" : {
    "reference" : "Medication/medication-example-ach-daily-influenzatherapeutic",
    "display" : "Oseltamivir 60 mg"
  },
  "subject" : {
    "reference" : "Patient/patient-example-ach-daily-influenzatherapeutic",
    "display" : "ACHDaily, InfluenzaTherapeutic"
  },
  "encounter" : {
    "reference" : "Encounter/encounter-example-ach-daily-influenzatherapeutic",
    "display" : "Hospital Encounter"
  },
  "authoredOn" : "2024-01-01T11:45:15Z",
  "requester" : {
    "type" : "Practitioner",
    "display" : "Faculty Physician Um_Cln, MD"
  },
  "recorder" : {
    "type" : "Practitioner",
    "display" : "Faculty Physician Um_Cln, MD"
  },
  "courseOfTherapyType" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
      "code" : "acute",
      "display" : "Short course (acute) therapy"
    }],
    "text" : "Short course (acute) therapy"
  },
  "dosageInstruction" : [{
    "text" : "Oseltamivir 60 mg PO twice daily x 5 days",
    "timing" : {
      "repeat" : {
        "boundsPeriod" : {
          "start" : "2024-01-01T12:30:15Z",
          "end" : "2024-01-06T12:30:15Z"
        },
        "frequency" : 2,
        "period" : 5,
        "periodUnit" : "d"
      },
      "code" : {
        "text" : "Oseltamivir 60 mg PO twice daily x 5 days"
      }
    },
    "asNeededBoolean" : false,
    "route" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "26643006",
        "display" : "Oral use"
      }],
      "text" : "Oral use"
    }
  }]
}