{
  "resourceType" : "MedicationStatement",
  "id" : "smp-medstmt-5",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-12-08T06:38:52Z",
    "profile" : ["http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement smp-medstmt-5</b></p><a name=\"smp-medstmt-5\"> </a><a name=\"hcsmp-medstmt-5\"> </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\">version: 1; Last updated: 2023-12-08 06:38:52+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smp-medicationstatement.html\">Standardized Medication Profile - MedicationStatement</a></p></div><blockquote><p><b>R5: Indicates whether the medication is or is not being consumed or administered (new)</b></p><ul><li>code: <span title=\"Codes:{http://snomed.info/sct 275927006}\">not-taking</span></li><li>reason: <span title=\"Codes:\">Patient reports not taking medication because of side effects.</span></li></ul></blockquote><p><b>status</b>: Not Taken</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 597983}\">atorvastatin 40 MG</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/Patient-example.html\">Amy V. Baxter  (no stated gender), DoB: 1987-02-20 ( Medical Record Number:\u00a01032702\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2024-06-01</p><p><b>dateAsserted</b>: 2024-07-05</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 daily</td></tr></table></div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "code",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://snomed.info/sct",
          "code" : "275927006",
          "display" : "Drugs - total non-compliance"
        }],
        "text" : "not-taking"
      }
    },
    {
      "url" : "reason",
      "valueCodeableConcept" : {
        "text" : "Patient reports not taking medication because of side effects."
      }
    }],
    "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationStatement.adherence"
  }],
  "status" : "not-taken",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
      "code" : "597983",
      "display" : "atorvastatin 40 MG"
    }]
  },
  "subject" : {
    "reference" : "Patient/example"
  },
  "effectiveDateTime" : "2024-06-01",
  "dateAsserted" : "2024-07-05",
  "reasonCode" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "55822004",
      "display" : "Hyperlipidemia"
    }]
  }],
  "dosage" : [{
    "sequence" : 1,
    "text" : "po daily"
  }]
}