You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the fhir.utils file (any fhir utils should just go in fhir.js)
The adaptor should use state.configuration.instanceUrl as the base url for all fhir requests, and should handle auth consistently. I am not totally sure how that will work against the wrapped fhir functions yet.
Include a fhir.request function to make an arbitrary request against the fhir root of the isntanceurl. Do not add get/put/etc helpers.
I think the fhir builders should use the root namespace, so builders.patient, and not the fhir namespace, fhir.builders.patient. Just because it's really annoying
The text was updated successfully, but these errors were encountered:
See parent issue #887 for details.
The adaptor should use
state.configuration.instanceUrl
as the base url for all fhir requests, and should handle auth consistently. I am not totally sure how that will work against the wrapped fhir functions yet.Include a
fhir.request
function to make an arbitrary request against the fhir root of the isntanceurl. Do not add get/put/etc helpers.I think the fhir builders should use the root namespace, so
builders.patient
, and not the fhir namespace,fhir.builders.patient
. Just because it's really annoyingThe text was updated successfully, but these errors were encountered: