I have an HAPI FHIR
database where I've stored my FHIR resources (as Patient
, ServiceRequest
and so on).
Now I want to querying my database but, for example, if I want to write a query involved an extension I can't do it.
So I've googled about using of FHIR Base to query a FHIR database.
I don't know if I can integrate my HAPI FHIR database (I've used Postgresql
DBMS) with FHIR base