FHIR Chat · REST API Server semantics · versioned API

Stream: versioned API

Topic: REST API Server semantics


view this post on Zulip Kevin Olbrich (May 12 2018 at 08:22):

An assertion. The REST API for a requested version should behave according to the behavior that is specified in the appropriate version of FHIR. (Search parameters, response codes, headers, etc.)

view this post on Zulip Grahame Grieve (May 12 2018 at 08:23):

that's starting to get hard

view this post on Zulip Kevin Olbrich (May 12 2018 at 08:23):

Do you have some specific areas that you are concerned about?

view this post on Zulip Grahame Grieve (May 12 2018 at 08:23):

there's no translation arrangemnets around search parameters

view this post on Zulip Christiaan Knaap (May 12 2018 at 08:24):

So if your request is r2, you can only use search parameters from r2?

view this post on Zulip Grahame Grieve (May 12 2018 at 08:24):

well, that would be the idea. but I don't personally have any idea how to do that on demand.

view this post on Zulip Christiaan Knaap (May 12 2018 at 08:25):

For Vonk it would mean maintaining a search index for the superset of search parameters (including different values if the expression has changed between versions). Hard indeed.

view this post on Zulip Grahame Grieve (May 12 2018 at 08:28):

yes especially when the same search parameter has different underlying meanings in different versions


Last updated: Apr 12 2022 at 19:14 UTC