Stream: Death on FHIR
Topic: Place of Death
Kellie Broxton (Jan 20 2022 at 00:10):
For the test cases place of death address do we use our jurisdiction or what is in the spreadsheet?
Pete Krautscheid (Jan 20 2022 at 16:24):
Hi @Kellie Broxton , it makes sense to use a place of death address that's in your jurisdiction. If you're testing records and messages with Canary first you'll then see some address mismatches that you can safely ignore.
Aihua Tong (Jan 20 2022 at 19:25):
what value should be entered in "cert_no" when submit a vrdr_submission message ? Should I use "cert_no" to match all the response messages to the same certificate?
will the ACK message include "state_auxiliary_id"
Aihua Tong (Jan 20 2022 at 20:18):
I figured out what is "state_auxiliary_id". It is the state FIPS code. It was in a old response sample.
cert_no is our jurisdiction certificate number .
Aihua Tong (Jan 20 2022 at 20:19):
Please ignore my previous questions. I will use "cert_no" to match the response messages
Pete Krautscheid (Jan 21 2022 at 14:58):
Hi @Aihua Tong , ACK messages should be matched by the message ID being acknowledged (since they're acknowledging a message rather than a record) but the coding responses can be matched by certificate number combined with year, which both appear in the message header
Aihua Tong (Jan 23 2022 at 05:26):
The API only accept UTC time string ended with "z" or time zone offset"-05", which is DC time zone.
works: https://apigw.cdc.gov/OSELS/NCHS/NVSSFHIRAPI/UT/Bundles?lastUpdated=2022-01-01T00:00:01.000z
works: https://apigw.cdc.gov/OSELS/NCHS/NVSSFHIRAPI/UT/Bundles?lastUpdated=2022-01-01T00:00:01.000-05:00
does not work: https://apigw.cdc.gov/OSELS/NCHS/NVSSFHIRAPI/UT/Bundles?lastUpdated=2022-01-01T00:00:01.000+00:00
or any other time zone offsets
Pete Krautscheid (Jan 24 2022 at 13:39):
We've bee discussing the lastUpdate field and how older messages are handled, and our current thinking is that we'll remove the lastUpdated field and simply delete messages once they've been accessed, simplifying the interface as well as overall state management
Last updated: Apr 12 2022 at 19:14 UTC