FHIR Chat · Parameters resource searching · implementers

Stream: implementers

Topic: Parameters resource searching


view this post on Zulip Madeline Hoskins (Aug 27 2019 at 13:08):

Can you search for Parameters in a Parameters resource?

i.e.
GET
"/Parameters?patient=patientId"

view this post on Zulip Lloyd McKenzie (Aug 27 2019 at 14:33):

There are no standard search parameters defined for Parameters. Parameters isn't intended to be a persisted resource - it's only used as the input or output for an operation. As it says in the first line of the resource description, Parameters doesn't have a RESTful endpoint - so there is no "/Parameters" to execute a query against.


Last updated: Apr 12 2022 at 19:14 UTC