<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="medicationstatement-001" />
  <status value="active" />
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm" />
      <code value="1049630" />
      <display value="Atorvastatin 20 MG Oral Tablet" />
    </coding>
    <text value="Atorvastatin 20mg" />
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/patient-001" />
    <display value="Lena Nguyen" />
  </subject>
  <effectiveDateTime value="2025-08-04" />
  <dateAsserted value="2025-08-04" />
  <informationSource>
    <reference value="Patient/patient-001" />
    <display value="Lena Nguyen" />
  </informationSource>
  <dosage>
    <text value="One tablet daily" />
    <timing>
      <repeat>
        <frequency value="1" />
        <period value="1" />
        <periodUnit value="d" />
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct" />
        <code value="26643006" />
        <display value="Oral route" />
      </coding>
    </route>
    <doseQuantity>
      <value value="20" />
      <unit value="mg" />
      <system value="http://unitsofmeasure.org" />
      <code value="mg" />
    </doseQuantity>
  </dosage>
</MedicationStatement>