<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="minimal-med-statement-example-3" />
  <meta>
    <profile value="http://fhir.smart4health.eu/StructureDefinition/s4h-medicationstatement" />
  </meta>
  <status value="active" />
  <medicationReference>
    <identifier>
      <system value="http://example.com/mymedcodes" />
      <value value="minimal-med-2" />
    </identifier>
  </medicationReference>
  <subject>
    <display value="Marie Lux-Brennard" />
  </subject>
  <effectivePeriod>
    <start value="2017-08-08" />
  </effectivePeriod>
</MedicationStatement>