FHIR Chat · Bundle.entry.response.etag format · implementers

Stream: implementers

Topic: Bundle.entry.response.etag format


view this post on Zulip Michael Calderero (Jun 28 2017 at 15:19):

The http://hl7.org/fhir/STU3/bundle-definitions.html#Bundle.entry.response.etag refers to http://hl7.org/fhir/STU3/http.html#versioning, which says that the etag value should be formatted like W/"theversion".

The example at http://hl7.org/fhir/STU3/bundle-response.xml.html gives an <etag> value that follows this format.

However, http://test.fhir.org/r3/Patient/80079/_history just gives out the version number and not the expected 'W/"theversion"'.

...
    <entry>
        <fullUrl value="http://test.fhir.org/r3/Patient/80079"/>
        <request>
            <method value="DELETE"/>
            <url value="http://test.fhir.org/r3/Patient/80079"/>
        </request>
        <response>
            <etag value="2"/>
            <lastModified value="2017-06-28T15:00:05Z"/>
        </response>
    </entry>
...

I assume we should follow the specification and http://test.fhir.org/r3 needs to be updated?

view this post on Zulip Lloyd McKenzie (Jun 28 2017 at 20:21):

Correct. Please submit a change proposal. This will be treated as a typo that we'll auto-correct.

view this post on Zulip Michael Calderero (Jun 28 2017 at 23:27):

Thanks. I filed GF#13591

view this post on Zulip Lloyd McKenzie (Jun 29 2017 at 00:55):

tx


Last updated: Apr 12 2022 at 19:14 UTC