{
  "resourceType": "MedicationStatement",
  "id": "minimal-med-statement-example-3",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-medicationstatement"
    ]
  },
  "status": "active",
  "medicationReference": {
    "identifier": {
      "system": "http://example.com/mymedcodes",
      "value": "minimal-med-2"
    }
  },
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "effectivePeriod": {
    "start": "2017-08-08"
  }
}