abs method

Implementation

FhirPathQuantity abs() {
  amount = amount.abs();
  return this;
}