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