{
  "resourceType" : "MedicationRequest",
  "id" : "37e2337e-81eb-11ed-a1eb-0242ac120002",
  "meta" : {
    "profile" : ["https://fhir.developer.gene.com/StructureDefinition/uapi-medicationrequest"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 37e2337e-81eb-11ed-a1eb-0242ac120002</b></p><a name=\"37e2337e-81eb-11ed-a1eb-0242ac120002\"> </a><a name=\"hc37e2337e-81eb-11ed-a1eb-0242ac120002\"> </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-uapi-medicationrequest.html\">UAPI MedicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{https://fhir.developer.gene.com/CodeSystem/uapi-product-name lunsumio}\">Lunsumio</span></p><p><b>subject</b>: <a href=\"Bundle-13778a5c-73de-46e4-bb5a-3781a5c93b5e.html#urn-uuid-fc2e5a72-c363-4616-ae00-4ad25cbcb45c\">Bundle: identifier = Resource identifier: da5e1572-cc88-4e4d-9899-e3553f680d87; type = message; timestamp = 2020-03-11 08:10:13-0500</a></p><p><b>requester</b>: <a href=\"Bundle-13778a5c-73de-46e4-bb5a-3781a5c93b5e.html#urn-uuid-695d0991-5e03-46df-934a-85a28acd95c1\">Bundle: identifier = Resource identifier: da5e1572-cc88-4e4d-9899-e3553f680d87; type = message; timestamp = 2020-03-11 08:10:13-0500</a></p><p><b>courseOfTherapyType</b>: <span title=\"Codes:\">Cycle</span></p><p><b>insurance</b>: <a href=\"Bundle-04afa000-48a5-4fb2-8707-6a43af045868.html#urn-uuid-42b41bdb-1781-49aa-a091-78cdd92129df\">Bundle: identifier = Resource identifier: 6a7dbbed-6c6f-48b0-b32e-0a5d89dc72b2; type = message; timestamp = 2024-04-02 08:10:13-0500</a></p><p><b>note</b>: </p><blockquote><div><p>Cycle 2</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 60 mg once on Day 1 of Cycle 2</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>60 mg</td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>UAPI MedicationRequest Dispenser Instructions</b>: </p><blockquote><div><p>Dispense Instruction: 2 30mg vials(s)</p>\n</div></blockquote><blockquote><p><b>UAPI MedicationRequest Dispense Quantity Detailed Breakdown</b></p><ul><li>dispenseQuantity: 2</li><li>dispenseUnit: 30 mg vial(s)</li></ul></blockquote></blockquote></div>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "https://fhir.developer.gene.com/CodeSystem/uapi-product-name",
      "code" : "lunsumio",
      "display" : "Lunsumio"
    }]
  },
  "subject" : {
    "reference" : "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c",
    "type" : "Patient"
  },
  "requester" : {
    "reference" : "urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1",
    "type" : "Practitioner"
  },
  "courseOfTherapyType" : {
    "text" : "Cycle"
  },
  "insurance" : [{
    "reference" : "urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df",
    "type" : "Coverage"
  }],
  "note" : [{
    "text" : "Cycle 2"
  }],
  "dosageInstruction" : [{
    "text" : "60 mg once on Day 1 of Cycle 2",
    "doseAndRate" : [{
      "doseQuantity" : {
        "value" : 60,
        "unit" : "mg"
      }
    }]
  }],
  "dispenseRequest" : {
    "extension" : [{
      "url" : "https://fhir.developer.gene.com/StructureDefinition/dispenser-instruction",
      "valueAnnotation" : {
        "text" : "Dispense Instruction: 2 30mg vials(s)"
      }
    },
    {
      "extension" : [{
        "url" : "dispenseQuantity",
        "valueQuantity" : {
          "value" : 2
        }
      },
      {
        "url" : "dispenseUnit",
        "valueString" : "30 mg vial(s)"
      }],
      "url" : "https://fhir.developer.gene.com/StructureDefinition/dispense-quantity-detail"
    }]
  }
}