createOrModifyPatient abstract method

Future<Patient?> createOrModifyPatient(
  1. Patient patient
)

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,);