createHealthElement method
      
Future<GroupScoped<EncryptedHealthElement> > 
createHealthElement(
    
    
- GroupScoped<EncryptedHealthElement> entity
Implementation
Future<GroupScoped<EncryptedHealthElement>> createHealthElement(GroupScoped<EncryptedHealthElement> entity) async {
	return await CardinalSdkPlatformInterface.instance.apis.healthElement.inGroup.encrypted.createHealthElement(
		_sdkId,
		entity,
	);
}