createOrModifyPatient abstract method
Create or update a Patient
When modifying a patient, you must ensure that the rev obtained when getting or creating the patient is present as the rev is used to guarantee that the patient has not been modified by a third party.
Parameters:
- Patient patient (required):
Implementation
Future<Patient?> createOrModifyPatient(Patient patient,);