Stream: Death on FHIR
Topic: NVSS Modernization Office Hours 02/22/2022
Bontu Fitta (Feb 23 2022 at 17:38):
Topics covered during meeting -
-
Position descriptions for FHIR development team at the state level- requested?
Please review October's 2021, NVSS COP Main meeting proceeds where this information provided (NVSS COP SharePoint site) -
Bulk messaging?
-
When will be Steve FHIR API be ready?
The STEVE FHIR will be similar to NVSS API so little rework will be needed from the States perspective. States should proceed in testing with NVSS API. Current discussions underway between NCHS and NAPHSIS the development of the STEVE API. -
Where can the documentation related to NVSS API can be accessed?
It can be accessed at GitHub. https://github.com/nightingaleproject/Reference-NCHS-API -
Review of technical documents that are accessible through the NVSS COP SharePoint: https://cdcpartners.sharepoint.com/sites/NCHS/nvssmodcop/SitePages/Home.aspx and NVSS Modernization Toolkit: https://www.cdc.gov/nchs/nvss/modernization/cop.htm
Pete Krautscheid (Feb 23 2022 at 20:45):
Thanks for providing the recap @Bontu Fitta !
Some notes on the bulk messaging conversation:
Because we want to minimize the confusion between the current IJE approach of "batch processing" and the ability to submit multiple messages at once using FHIR, we're trying to use the term "bulk" to cover the concept of POSTing multiple messages with a single connection. Here's how we're defining the terms:
"Batch" refers to the IJE approach of handling and processing records in batches, so that a batch of records is always processed and moved together and a record is always tied to one particular identifiable "batch".
"Bulk" refers to the capability of moving multiple FHIR messages with a single connection (possibly using the Bulk FHIR standard), where the messages are not tied together for processing, don't need to relate to each other in any way, and are handled individually. For example, a single "bulk" message POST can include a variety of different messages and even message types, and the responses to that POST can appear across multiple GET requests.
Last updated: Apr 12 2022 at 19:14 UTC