FHIR Chat · FHIR Question · implementers

Stream: implementers

Topic: FHIR Question


view this post on Zulip Bapi Behera (Jun 12 2020 at 16:20):

Is it mandatory to have the query parameters be in the Base resource? Can we use a search parameter that's not in the base FHIR resource (and not in resource meta data)? The search parameter element is in the database, that I want to query. Thanks for your help.

view this post on Zulip Lloyd McKenzie (Jun 12 2020 at 16:30):

I'm not sure what you mean by query parameters being "in the Base resource". FHIR defines a number of standard SearchParameters. Implementers are allowed to define others. A server's CapabilityStatement will identify the specific SearchParameters it supports. If you try to search using search parameters the server doesn't support, the server will either ignore the parameter or will raise an error.

view this post on Zulip Bapi Behera (Jun 12 2020 at 17:39):

Thanks Lloyd. Let me redefine my question. I want to use search parameter as "Formulary_ID" which is not an element in MedicationKnowledge resource. Can I do that?

view this post on Zulip Lloyd McKenzie (Jun 12 2020 at 18:06):

When you define a SearchParameter, you must express how it maps to an element in the resource. That element might be an extension, but it has to be there somewhere. You can't search on something that can't be exposed in the resource at all. I guess it's theoretically possible to allow searching on something that gets redacted in the exposed resource, but that seems like something that would expose a security risk...

view this post on Zulip SintayehuA (Jun 13 2020 at 17:58):

who us using pyro FHIR Server ?

view this post on Zulip Dalvinderpal Soora (Jun 17 2020 at 09:23):

Hello I'm new to FHIR HLN7 and have been reading the documentation with certain points being difficult to understand, I use PHP and would like to ask that IO would like to practice using FHIR standard is it possible to setup a FHIR server to use? how do I go about doing this

view this post on Zulip Lloyd McKenzie (Jun 17 2020 at 15:16):

@Dalvinderpal Soora For PHP, see https://chat.fhir.org/#narrow/stream/179166-implementers/topic/with.20PHP. In terms of setting up a FHIR server, first consider using one of the available public test servers (https://confluence.hl7.org/display/FHIR/Public+Test+Servers) and then, if you wish, stand up one of the FHIR reference implementations (https://confluence.hl7.org/display/FHIR/Open+Source+Implementations)


Last updated: Apr 12 2022 at 19:14 UTC