Skip to main content

Fire Arrow 1.3.0

· One min read

Fire Arrow 1.3.0 has been released.

  • (new) New validator GeneralPractitioner to validate general practitioner relationships. Only supports patients for now.
  • (bugfix) Fix potential crash in authentication

A new validator called GeneralPractitioner will validate entities linked via Patient.generalPractitioner. This scenario is particularly helpful when patient clients need to manage updates to Practitioner entities (for example if a patient is asked to enter this information in a patient app). The validator only supports patient client roles for now but it is planned to expand it to also validate requests for practitioner clients.

A bug was fixed in the Azure Identity authentication code. If Fire Arrow is run locally, authentication happens via Azure CLI. If Azure CLI is not installed, Fire Arrow could crash. With the change, Fire Arrow will print an error to the log but will continue to run.