We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
read
I'm getting the following response with this call (but would expect an OperationOutcome in JSON):
OperationOutcome
curl -H "Accept: application/json+fhir" https://fhir-open-api-dstu2.smarthealthit.org/Patient/xxx
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <title>Error 404 Not Found</title> </head> <body><h2>HTTP ERROR 404</h2> <p>Problem accessing /WEB-INF/grails-app/views/api/read.jsp. Reason: <pre> Not Found</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/> </body> </html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting the following response with this call (but would expect an
OperationOutcome
in JSON):curl -H "Accept: application/json+fhir" https://fhir-open-api-dstu2.smarthealthit.org/Patient/xxx
The text was updated successfully, but these errors were encountered: