Stream: versioned API
Topic: REST API Server semantics
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.)
Grahame Grieve (May 12 2018 at 08:23):
that's starting to get hard
Kevin Olbrich (May 12 2018 at 08:23):
Do you have some specific areas that you are concerned about?
Grahame Grieve (May 12 2018 at 08:23):
there's no translation arrangemnets around search parameters
Christiaan Knaap (May 12 2018 at 08:24):
So if your request is r2, you can only use search parameters from r2?
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.
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.
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