createHealthElement method
Implementation
Future<EncryptedHealthElement> createHealthElement(EncryptedHealthElement entity) async {
	return await CardinalSdkPlatformInterface.instance.apis.healthElementBasic.createHealthElement(
		_sdkId,
		entity,
	);
}