<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="ips-med-statement-no-known-meds-example" />
  <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-known-medications" />
      <display value="No known medications" />
    </coding>
  </medicationCodeableConcept>
  <subject>
    <display value="Marie Lux-Brennard" />
  </subject>
  <effectivePeriod>
    <start value="2014" />
  </effectivePeriod>
</MedicationStatement>