FHIR Chat · ElasticSearch · implementers

Stream: implementers

Topic: ElasticSearch


view this post on Zulip Rémy DIAS (Nov 22 2016 at 09:51):

Hello, I hope i'm on the good stream. Is there anywhere I can find the elasticsearch mappings for FHIR resources storage ? If i implement it, would anyone be interested by that ?

view this post on Zulip Christiaan Knaap (Nov 22 2016 at 09:54):

I would be interested. But I doubt you would have to map the resources as a whole. I'd start with the parts of the resource that is defined by each of the search parameters, since they are very specific in how to match a search parameter argument with a resource. That said, I'm nog very familiar with ElasticSearch, so maybe you have a better idea.

view this post on Zulip Kevin Mayfield (Dec 10 2016 at 07:01):

I've had a little look at this last week. We've been sending AuditEvents containing stripped down resources (DocumentReference) to elastic. We've not done any mapping at present, it's been ridiculously quick to get dashboards up and running.

view this post on Zulip nicola (RIO/SS) (Dec 10 2016 at 09:17):

We use ES as a secondary index in aidbox, also generated mappings for all resources - if you interested - we could open-source it


Last updated: Apr 12 2022 at 19:14 UTC