You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inferno is skipping this test with the message - Could not find valueQuantity, valueCodeableConcept, valueString in the 1 provided Observation resource(s)
This is the Observation that is returned in the first search -
And according to the guidance, Observation.value[x] would not be needed if Observation.hasMember is present ( which is present here )
Also attaching the screenshots from the guidance.
and -
and -
Can you please let us know what we are missing here?
The text was updated successfully, but these errors were encountered:
There are two different sets of requirements for each profile:
Validation Requirements: These relate to the validation of each resource.
Must Support Requirements: These relate to the server's capability to support specific elements.
What you mentioned - "Observation.value[x] would not be needed if Observation.hasMember is present" - is correct for validations. Each Screening and Assessment Observation resource SHALL have either hasMember or value[x] to pass the validation test. This is addressed in Inferno Test 10.32.06.
Test 10.32.07, on the other hand, verifies the server’s capability to populate Observation.value[x]. To meet this requirement, the server must return at least one resource where the Must Support element is populated with a reasonable value.
For more details about Inferno’s Must Support testing logic, you can refer to this FAQ.
Yes these need to be returned, at least, in the first search test. Also keep in mind that the value[x] has three must supported date types: Quantity, CodeableConcept, and string. So the server need to returned at least three Observation resources for these three different data types.
Inferno is skipping this test with the message -
Could not find valueQuantity, valueCodeableConcept, valueString in the 1 provided Observation resource(s)
This is the Observation that is returned in the first search -
And according to the guidance, Observation.value[x] would not be needed if Observation.hasMember is present ( which is present here )
Also attaching the screenshots from the guidance.
and -
and -
Can you please let us know what we are missing here?
The text was updated successfully, but these errors were encountered: