Closed Kusnaditjung closed 3 years ago
@Kusnaditjung I don't see Bundle.meta.lastUpdated anywhere without seconds part. Can you add a direct link to the place where it's missing?
here is the link, https://github.com/nhsconnect/integration-adaptor-lab-results/blob/main/src/intTest/resources/success_uat_data/NHS002/full_acceptance_without_nhsack.1.fhir.json
Check Bundle => meta => lastUpdated
@Kusnaditjung I see in the latest version of this file it's correct: but previous had it without seconds as you noticed
I think the issue was that the file has been manually altered and automatic test ignored timestamp precision. The value is correct now but I'll update our test cases
RETEST 1
TEST STEPS TO REPRODUCE ISSUE Pathology2.txt
I re-ran request pathology_2 and reviewed the FHIR output.
ACTUAL RESULT
I can see that the lastUpdated element now has a valid timestamp in the meta element.
Retest 1 PASSED
Defect 129 Closed
Bugs The INT sample NHS002 full_acceptance_withouth_nhsack.1.fhir.json output invalid timestamp format '2010-02-26T15:41'. It missing second part
Step to reproduce
Expected behavior It contains second part.