Use DateType instead of Java Date for Patient.birthDate
While the Java Date does not support partial dates, the HAPI DateType provides Methods like setYear(int year) and should be used instead.
While the Java Date does not support partial dates, the HAPI DateType provides Methods like setYear(int year) and should be used instead.