FIX: Change id field name in DTOs
This ticket fixes an issue, where ID for Prescription was named "prescriptionId" in DTOs and "id" in entity. This caused issues with mapping, since the field names are not 1:1. I believe it is easier to rename the field in DTOs rather than to introduce custom mapping logic.