<?xml version="1.0" encoding="UTF-8"?>

<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="MS-001"/>
  <meta>
    <profile value="http://fhir.ehdsi.eu/core/StructureDefinition/medicationStatement-myhealtheu-core"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">Medication Statement</div>
  </text>
  <status value="active"/>
  <statusReason>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
      <code value="UNK"/>
      <display value="unknown"/>
    </coding>
  </statusReason>
  <medicationReference>
    <reference value="Medication/1234567890"/>
  </medicationReference>
  <subject>
    <reference value="urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"/>
  </subject>
  <effectivePeriod>
    <start value="2024-05-01"/>
    <end value="2024-05-05"/>
  </effectivePeriod>
</MedicationStatement>