FHIR Chat · CapabilityStatement Resource · conformance

Stream: conformance

Topic: CapabilityStatement Resource


view this post on Zulip Peter Jordan (Oct 18 2016 at 21:26):

Has there been any active discussion around this change... https://fhirblog.com/2016/10/19/renaming-the-fhir-conformance-resource/

view this post on Zulip Grahame Grieve (Oct 18 2016 at 21:54):

there was quite a lot of discussion, why?

view this post on Zulip Peter Jordan (Oct 18 2016 at 22:51):

I should have added, "on this media"...it would be interesting to read the Capability v Conformance debate. I can understand the movement away from conformance (which needs to be tested), but I'm not sure about 'capability' - I would have voted for 'implementation', but accept that I've probably missed my chance to vote.

view this post on Zulip Grahame Grieve (Oct 18 2016 at 22:52):

can't find anything here

view this post on Zulip Lloyd McKenzie (Oct 19 2016 at 01:53):

@Peter Jordan Note that CapabilityStatement represents both the capabilities of specific implementations as well as statements of desired capabilities (e.g. in a spec or RFP) and general capabilities of a shrink-wrapped application that isn't implemented in a specific endpoint. That's one of the reasons we went with Capability.

view this post on Zulip Peter Jordan (Oct 19 2016 at 02:03):

...but if a client wants to know what parts of the FHIR specification the Server implements at the point in time of the request?

view this post on Zulip Grahame Grieve (Oct 19 2016 at 12:09):

we haven't changed what the resource does

view this post on Zulip Richard Kavanagh (Oct 19 2016 at 12:38):

Is there a way to state the operations can only be invoked via a POST as opposed to a GET.

view this post on Zulip Grahame Grieve (Oct 19 2016 at 12:39):

idempotent = false

view this post on Zulip Michael Lawley (Nov 21 2016 at 21:19):

That seems strange - isn't idempotent a statement about behaviour? For example I would expect $expand to be idempotent regardless of whether it's invoked with GET or POST

view this post on Zulip Peter Jordan (Nov 21 2016 at 22:46):

http://www.restapitutorial.com/lessons/idempotency.html

view this post on Zulip Grahame Grieve (Nov 22 2016 at 04:08):

well, you're thinking about it backwrads, or alternatively, my answer was backward

view this post on Zulip Grahame Grieve (Nov 22 2016 at 04:09):

in FHIR, servers are expected to offer the GET approach as an option unless the operation is not idempotent


Last updated: Apr 12 2022 at 19:14 UTC