hl7au/au-fhir-core-inferno

Use the conditional "read/search" method to first search for the Patient.

Closed this issue · 1 comments

This feature was added based on the following issue:
#163

Remove the configuration from the form and automatically apply this functionality without requiring user input.

Algorithm:

  1. Attempt to search for the Patient by IDs.
  2. If the search is unsuccessful, attempt to read the Patient by IDs.

The fix is available on production in version 0.0.12. The issue can be closed.