NHSDigital / integration-adaptor-lab-results

Integration Adaptor to simplify processing of Pathology and Screening results
Apache License 2.0
0 stars 6 forks source link

Specification Validation Error: The ProcedureRequest status must have a value of 'active' #121

Closed Kusnaditjung closed 3 years ago

Kusnaditjung commented 3 years ago

Bugs ProcedureRequest status must be always 'active'. At the moment this is set to 'unknown'

image

Step to reproduce

  1. check 'multi_pathology_msg1.fhir.json'
  2. Check ProcedureRequest status element value, which is 'unknown'. This should be always 'active';

Expected behavior ProcedureRequest status value must be always 'active' as per specification.

ejudgemeddbase commented 3 years ago

RETEST 1

TEST STEPS TO REPRODUCE ISSUE

I re-ran request multi_pathology_msg and inspected the FHIR payload.

ACTUAL RESULT

multi_pathology_1_payload.txt 121

The ProcedureStatus value is 'active'.

Retest 1 PASSED

Defect 121 Closed