createPatient method
Implementation
Future<GroupScoped<EncryptedPatient>> createPatient(GroupScoped<EncryptedPatient> patient) async {
return await CardinalSdkPlatformInterface.instance.apis.patientBasic.inGroup.createPatient(
_sdkId,
patient,
);
}