getPatient abstract method
Get a Patient
Each patient is uniquely identified by a patient id. The patient id is a UUID. This patientId
is the preferred method to retrieve one specific patient.
Parameters:
- String patientId (required):
Implementation
Future<Patient?> getPatient(String patientId,);