Stream: inferno
Topic: Single Patient API (Inferno 2.0)
Sagar Sarvankar (Mar 23 2022 at 09:27):
Hello @Yunwei Wang
This is regarding DocumentReference in Single patient API in Inferno 2.0
We are getting error as shown in the screenshot SinglePatientAPI.png
We have data for 'value' as highlighted in the screenshot DocumentReferenceData.png
The same works in Inferno 1.9.0 but fails in Inferno 2.0.
Could you please tell us what more should we add in the 'value', so that it passes?
Regards,
Sagar
Michele Mottini (Mar 23 2022 at 13:07):
That should be a full url: http://someserver/. . . . ./DiagnosticReport/. ...
Sagar Sarvankar (Mar 23 2022 at 13:42):
Thank you, @Michele Mottini .
I will try that and update you soon.
Josh Mandel (Mar 23 2022 at 14:01):
Can you clarify what you're trying to communicate by populating this identifier?
Yunwei Wang (Mar 23 2022 at 14:18):
Why does a DocumentReference instance have an identifier pointing to a DiagnosticReport?
Josh Mandel (Mar 23 2022 at 14:28):
FWIW this speaks to the value of sone manual inspection during the evaluation process. Our validation tools are much better at checking data syntax than evaluating that stuff makes sense.
Sagar Sarvankar (Mar 24 2022 at 12:00):
@Yunwei Wang , I extracted this data from DocumentReference.ndjson which is present at https://github.com/inferno-framework/uscore-data-sets . This link is present as "Inferno US Core Data Sets" at https://inferno.healthit.gov/inferno/ .
Yunwei Wang (Mar 24 2022 at 13:45):
That is strange. I am pretty sure we only use uuid as identifier.value.
Yunwei Wang (Mar 24 2022 at 13:52):
Here is corresponding resource with the same uuid in my local reference server
image.png
Sagar Sarvankar (Mar 29 2022 at 06:34):
Ok @Yunwei Wang , I will update the value to this format and will test with Inferno 2.0.
I will update you on what happens after this in Inferno 2.0.
Thank you,
Sagar
Sagar Sarvankar (Apr 12 2022 at 06:53):
Hello @Yunwei Wang , the change that you suggested worked. I did the same in the data and Inferno 1.9 and Inferno 2.0 passed.
Thank you for your help.
Sagar
Last updated: Apr 12 2022 at 19:14 UTC