Stream: fhirbase
Topic: encounter everything operation
Linda (Apr 20 2020 at 19:44):
We have a need for an operation similar to an encounter$everything but instead of returning a searchset batch, we would like to return a collection batch. We could not find anything equivalent to that in an operation but wanted to double check before we proceed further. ThanQ for your insight
Josh Mandel (Apr 20 2020 at 22:13):
Is this a question about fhirbase?
Linda (Apr 21 2020 at 00:40):
Not if Fhirbase is different from base FHIR. IF it is, please redirect me
Linda (Apr 21 2020 at 00:47):
I will move to implementers but description for this channel would be good
Josh Mandel (Apr 21 2020 at 18:50):
Fhirbase is an open source toolkit for storing and working with FHIR data, built on top of PostgreSQL.
(See https://www.health-samurai.io/fhirbase)
Fury walker (Jul 16 2020 at 20:01):
Can you please help me. I'm trying to setup fhirbase on my local machine with the latest version that supports 4.0.0 schema version but I'm not able to load it. it's showing error.
Lloyd McKenzie (Jul 16 2020 at 21:50):
Can you share what the error is?
Michele Korell (Oct 07 2020 at 20:59):
Linda said:
We have a need for an operation similar to an encounter$everything but instead of returning a searchset batch, we would like to return a collection batch. We could not find anything equivalent to that in an operation but wanted to double check before we proceed further. ThanQ for your insight
Hello, actually we implemented PL/pgSQL functions alongside those in fhirbase to handle auditEvent, i think that if you are making a generic resource handle on database, it make sense. Another option is to edit your api, a source of inspiration can be the web.go api inside fhirbase.
Edit:
Then you can implement a custom RESTful API Operation
Vinay Patil (Nov 22 2021 at 07:57):
HI
Vinay Patil (Nov 22 2021 at 07:58):
I want to deploy the fhirbase on linux server and after that needs to change the content of the page, Means logo and all
Is this possible in fhirbase?
Last updated: Apr 12 2022 at 19:14 UTC