FHIR Chat · Organization query · implementers

Stream: implementers

Topic: Organization query


view this post on Zulip Lital Inghel (Jan 11 2022 at 17:36):

Hey
I have a Q
In FHIR we must support query by address
image.png

The issue is that we do not have this data element at all in our system. Our database does not hold address but only name for organizations.
It means that query by address cannot be currently supported since no source for that information in our system.

I see field has cardinality of min 0, so in our case it will never be populated.
image.png

How is that inline with g10 if we intend to go thru certification? If we do not have this data will we fail the test?

view this post on Zulip David Pyke (Jan 11 2022 at 17:40):

You must support the query, even if it can't succeed due to data limitations. That being said, it should be populated

view this post on Zulip Stephen MacVicar (Jan 11 2022 at 18:10):

Organization searches are not required for g10 certification. However, being able to populate all of the must support fields in Organization is required.

view this post on Zulip René Spronk (Jan 12 2022 at 08:19):

..which means you'll have to extend your database with an address field, or use some third party source to get hold of addresses given an organizational name.


Last updated: Apr 12 2022 at 19:14 UTC