{
  "resourceType": "MedicationStatement",
  "id": "ips-med-statement-no-known-meds-example",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-medicationstatement"
    ]
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "code": "no-known-medications",
        "display": "No known medications",
        "system": "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips"
      }
    ]
  },
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "effectivePeriod": {
    "start": "2014"
  }
}