I want to use Fhirbase api for my project and i refer http://fhirbase.github.io/installation.html (Local) this link to install fhirbase server and follow all the steps which is given in document,
but when i try to execute first api SELECT fhir_create_storage('{"resourceType": "Patient"}'); it's give me error like,
ERROR: function fhir_create_storage(unknown) does not exist
LINE 1: SELECT fhir_create_storage('{"resourceType": "Patient"}');
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
how i can solve it?