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
psycopg2.errors.UndefinedFunction: function fhirbase_create(unknown) does not exist
LINE 1: SELECT fhirbase_create('{"resourceType": "Patient"}')
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
Thanks,
-Sufian
The text was updated successfully, but these errors were encountered:
Hi,
I tried to follow the example in this repository.
` try:
fb = fhirbase.FHIRBase(conn)
This throws the following error:-
Thanks,
-Sufian
The text was updated successfully, but these errors were encountered: