FHIR Chat · SMART Bulk Data Server - metadata endpoint · bulk data

Stream: bulk data

Topic: SMART Bulk Data Server - metadata endpoint


view this post on Zulip Richard Ettema (Jul 30 2021 at 17:35):

Just wanted to let the authors, (@Josh Mandel , others) of the SMART Bulk Data Server site, https://bulk-data.smarthealthit.org, know that during the recent CMS Connectathon Bulk Data Track an issue was found with the metadata endpoint to retrieve the CapabilityStatement.

The issue is that the metadata endpoint does not accept the HTTP request Accept Header mime type with the ";charset=UTF-8" parameter. The server sends back a 400 Bad Request with a response payload message of "Only the JSON format is supported".

The metadata request with an HTTP request Accept Header without the ";charset=UTF-8" parameter works fine with either the FHIR JSON "application/fhir+json" or simple JSON "application/json" mime-type.

A related observation is that the HTTP response Content-Type mime type returned is the simple JSON with the charset parameter "application/json; charset=utf-8" when the expected value should be at a minimum the FHIR JSON mime-type.

view this post on Zulip Vladimir Ignatov (Jul 30 2021 at 17:39):

Thanks @Richard Ettema
Can you please post that as an issue at https://github.com/smart-on-fhir/bulk-data-server/issues/new. I'll try to have it fixed before the September connectathon.

view this post on Zulip Richard Ettema (Jul 30 2021 at 17:41):

@Vladimir Ignatov,
Will do. Thanks.

view this post on Zulip Richard Ettema (Jul 30 2021 at 17:48):

Done. https://github.com/smart-on-fhir/bulk-data-server/issues/44


Last updated: Apr 12 2022 at 19:14 UTC