<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="minimal-med-statement-example-4" />
  <meta>
    <profile value="http://fhir.smart4health.eu/StructureDefinition/s4h-medicationstatement" />
  </meta>
  <status value="active" />
  <medicationCodeableConcept>
    <coding>
      <system value="http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips" />
      <code value="no-medication-info" />
    </coding>
  </medicationCodeableConcept>
  <subject>
    <display value="Marie Lux-Brennard" />
  </subject>
  <effectivePeriod>
    <start value="2017-08-08" />
  </effectivePeriod>
  <dosage>
    <text value="1-2 pills whenever needed" />
  </dosage>
</MedicationStatement>