hl7au / au-fhir-core-inferno

This is an Inferno test kit for the AU Core Implementation Guide
https://inferno.hl7.org.au
Apache License 2.0
9 stars 3 forks source link

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

Closed projkov closed 3 months ago

projkov commented 4 months ago

This feature was added based on the following issue: https://github.com/hl7au/au-fhir-core-inferno/issues/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.
projkov commented 3 months ago

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