hl7au/au-fhir-core-inferno

Encounter tests have no data in reference server for mandatory requirements

Closed this issue · 3 comments

There is no data in reference server to support mandatory test for Encounter search.
image

Narrative suggests the search parameter is optional but it is has a SHALL requirement

@heathfrankel

This issue consists of two parts:

  1. The problem with the incorrect optional status for the test has been fixed and will be available on the server right after deployment.
  2. The problem related to unavailable data for making a request is due to an issue with the information for the date search parameter. After researching, I discovered that we have an incorrect path to this attribute. The current implementation tries to get Encounter.actualPeriod, which is incorrect. It should be Encounter.period. I will raise an issue and fix it.

Pavel's resolution of Issue 1 referenced in #99 (comment) has been confirmed, it is no longer optional.

Issue 2 will be resolved in new issue #106 , but this needs to be confirmed once resolved.

Hi @projkov I think this ticket can now be closed.