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
After successful installation of fhirbase in my local machine. I couldn't find/run the function "fhir_create_resource" within the database.
I have followed the installation steps from the below mentioned link.
http://fhirbase.github.io/installation.html#
And tried the functions from the below link.
http://fhirbase.github.io/api.html
I have got an error as "ERROR: function fhir_create_resource(unknown) does not exist Hint: No function matches the given name and argument types."
Advice on this would be greatly appreciable. Thanks in Advance!
The text was updated successfully, but these errors were encountered:
Can you list of functions in your database?
Sorry, something went wrong.
Thank you niquola for your kind response on this.
I have got the functions which i felt missing (such as fhir_create_resource, fhir_create_storage) when I tried the installation from the below link.
https://github.com/fhirbase/fhirbase-plv8
But I am unable to complete the installation of "Development Installation" as I am unable to execute the command mentioned below.
cat utils/patch_3.sql | psql fhirbase
I feel that the file patch_3.sql is not present in the utils folder. Kindly help to resolve this issue.
No branches or pull requests
After successful installation of fhirbase in my local machine. I couldn't find/run the function "fhir_create_resource" within the database.
I have followed the installation steps from the below mentioned link.
http://fhirbase.github.io/installation.html#
And tried the functions from the below link.
http://fhirbase.github.io/api.html
I have got an error as "ERROR: function fhir_create_resource(unknown) does not
exist Hint: No function matches the given name and argument
types."
Advice on this would be greatly appreciable. Thanks in Advance!
The text was updated successfully, but these errors were encountered: