FHIR Chat · NVSS FHIR API Updates · Death on FHIR

Stream: Death on FHIR

Topic: NVSS FHIR API Updates


view this post on Zulip Sarah MacAdam (Mar 17 2022 at 20:36):

Two updates have been made to the FHIR API Server:

  1. The lastUpdated parameter has been changed to _since to align with proper FHIR API standards. The GET request now looks like the following
    https://localhost:5001/MA/Bundles?_since=2021-10-21T17:21:41.492893-04:00
    See the updated API documentation here https://github.com/nightingaleproject/Reference-NCHS-API#receiving-messages
    Note: this is a breaking change for those who have been using the API. If you continue to use the "lastUpdated" parameter, the time based filtering will not be applied.

  2. The API server has been updated to resolve the timezone bug. If you use the _since parameter and provide a timestamp, you will receive all response messages created after that timestamp.


Last updated: Apr 12 2022 at 19:14 UTC