LibreHealthIO / lh-ehr-fhir-api

FHIR API to LibreEHR Package for Laravel
MIT License
12 stars 6 forks source link

Add "deleted" reg_status #75

Open kchapple opened 8 years ago

kchapple commented 8 years ago

When a patient is deleted, through the API, do not delete database row, but set the reg_status to "deleted." Filter deleted patients out of the Patient endpoint requests and Appointment requests.

Leo24 commented 8 years ago

Added "deleted" reg_status and filter deleted patient for Patient and Appointment resources https://github.com/LibreEHR/core/pull/28