{
  "resourceType": "MedicationStatement",
  "id": "ips-med-statement-example-1",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-medicationstatement"
    ]
  },
  "status": "active",
  "medicationReference": {
    "identifier": {
      "system": "http://example.com/mymedcodes",
      "value": "ips-med-1"
    },
    "display": "simvastatin"
  },
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "effectivePeriod": {
    "start": "2014"
  },
  "dosage": [
    {
      "text": "40 mg/day",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 40,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}