Stream: inferno
Topic: USCLRO-02
James Bradley (Aug 13 2021 at 15:35):
Hey all,
My team believes we are running into a potential issue with the Inferno tool (both versions). USCLRO-01 will return two resources (due to our test data), one without the code.coding.code attribute and one with it. USCLRO-01 skips the resource without the attribute (successfully) but the USCLRO-02 test does not skip the resource without the attribute and instead fails. We would like to confirm that this isn't the expected behavior of Inferno tests.
Yunwei Wang (Aug 13 2021 at 17:47):
Hi @James Bradley
I need some clarification.
USCLRO-01 will return two resources (due to our test data), one without the code.coding.code attribute and one with it.
USCLRO-01 tests search by patient+category. I assume that one returned Observation resource has Observation.code.coding.code
and the other one has Observation.code.text
. Is that correct?
USCLRO-01 skips the resource without the attribute (successfully)
I don't understand this. What do you mean "skip" the resource?
USCLRO-02 test does not skip the resource without the attribute and instead fails
USCLRO-02 tests patient+code. What is the search request? and What is the failed message?
(do you mean USCLRO-03?)
Last updated: Apr 12 2022 at 19:14 UTC