FHIR - 404 Not Found Error
Hi,
I am having an issue when I am publishing data to FHIR which is hosting in AWS. I am sending the data to the Cloud FHIR url but getting the below error.
Any idea how to resolve this issue? Any example to cretae FHIR repository using Object script?
:<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p> </body></html>
Comments
Objectscript for both Install and post configuration is here:
https://docs.intersystems.com/healthconnectlatest/csp/docbook/DocBook.U…
Some of the examples in open exchange, like the iris-oauth-fhir one have very straight forward examples:
https://github.com/grongierisc/iris-oauth-fhir/blob/main/iris.script
You can find the details in the below link
https://github.com/grongierisc/iris-healthtoolkit-service/blob/main/src…