{
  "resourceType" : "MedicationStatement",
  "id" : "BSJ-SMPMedStmt9",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement BSJ-SMPMedStmt9</b></p><a name=\"BSJ-SMPMedStmt9\"> </a><a name=\"hcBSJ-SMPMedStmt9\"> </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/smp/STU1/StructureDefinition-smp-medicationstatement.html\">Standardized Medication Profile - MedicationStatement</a></p></div><p><b>basedOn</b>: <a href=\"MedicationRequest-BSJ-SMPMedReq9.html\">MedicationRequest: status = active; intent = order; medication[x] = clopidogrel 75 MG Oral Tablet; authoredOn = 2024-08-11; reasonCode = Hyperlipidemia</a></p><p><b>status</b>: Active</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>dateAsserted</b>: 2024-08-11</p><p><b>informationSource</b>: <a href=\"Practitioner-Example-GeraldPark.html\">Dr. Gerald Park</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 55822004}\">Hyperlipidemia</span></p><h3>Dosages</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>"
  },
  "basedOn" : [{
    "reference" : "MedicationRequest/BSJ-SMPMedReq9"
  }],
  "status" : "active",
  "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"
  },
  "dateAsserted" : "2024-08-11",
  "informationSource" : {
    "reference" : "Practitioner/Example-GeraldPark",
    "display" : "Dr. Gerald Park"
  },
  "reasonCode" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "55822004",
      "display" : "Hyperlipidemia"
    }]
  }],
  "dosage" : [{
    "sequence" : 1,
    "text" : "po nightly"
  }]
}