After some investigations by @vlad-ignatov and myself, it appears this is due to fhirclient losing support for parsing patientId from urlParameters in smart.authorize. This merited updates and the release of a new fhirclient version which would address this broken link. To that end, this PR updates the version for fhirclient used.
Recently someone observed that a link on the smarthealthit.org example for the PGC – http://examples.smarthealthit.org/growth-chart-app/launch.html?fhirServiceUrl=https://r2.smarthealthit.org&patientId=smart-1482713 – did not work anymore.
After some investigations by @vlad-ignatov and myself, it appears this is due to fhirclient losing support for parsing
patientId
from urlParameters insmart.authorize
. This merited updates and the release of a new fhirclient version which would address this broken link. To that end, this PR updates the version for fhirclient used.