{
  "resourceType" : "MedicationRequest",
  "id" : "BSJ-SMPMedReq9",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest BSJ-SMPMedReq9</b></p><a name=\"BSJ-SMPMedReq9\"> </a><a name=\"hcBSJ-SMPMedReq9\"> </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=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-medicationrequest.html\">US Core MedicationRequest Profile</a></p></div><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 309362}\">clopidogrel 75 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>authoredOn</b>: 2024-08-11</p><p><b>requester</b>: <a href=\"Practitioner-Example-JenCadbury.html\">Dr. Jen Cadbury</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 55822004}\">Hyperlipidemia</span></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>po nightly</td></tr></table></div>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
      "code" : "309362",
      "display" : "clopidogrel 75 MG Oral Tablet"
    }]
  },
  "subject" : {
    "reference" : "Patient/Example-Smith-Johnson-Patient1",
    "display" : "Betsy Smith-Johnson"
  },
  "authoredOn" : "2024-08-11",
  "requester" : {
    "reference" : "Practitioner/Example-JenCadbury",
    "display" : "Dr. Jen Cadbury"
  },
  "reasonCode" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "55822004",
      "display" : "Hyperlipidemia"
    }]
  }],
  "dosageInstruction" : [{
    "sequence" : 1,
    "text" : "po nightly"
  }]
}