diff --git a/r4/fhirpath/tests-fhir-r4.xml b/r4/fhirpath/tests-fhir-r4.xml index a43ef4f2..a8c581be 100644 --- a/r4/fhirpath/tests-fhir-r4.xml +++ b/r4/fhirpath/tests-fhir-r4.xml @@ -474,7 +474,7 @@ Any text enclosed within is ignored 4.0000 'g' = 4000.0 'mg'true 4 'g' ~ 4000 'mg'true 4 'g' != 4040 'mg'true - 4 'g' ~ 4040 'mg'true + 4 'g' !~ 4040 'mg'true 7 days = 1 weektrue 7 days = 1 'wk'true 6 days < 1 weektrue diff --git a/r4b/fhirpath/tests-fhir-r4b.xml b/r4b/fhirpath/tests-fhir-r4b.xml index 761e7d2e..3541d20f 100644 --- a/r4b/fhirpath/tests-fhir-r4b.xml +++ b/r4b/fhirpath/tests-fhir-r4b.xml @@ -474,7 +474,7 @@ Any text enclosed within is ignored 4.0000 'g' = 4000.0 'mg'true 4 'g' ~ 4000 'mg'true 4 'g' != 4040 'mg'true - 4 'g' ~ 4040 'mg'true + 4 'g' !~ 4040 'mg'true 7 days = 1 weektrue 7 days = 1 'wk'true 6 days < 1 weektrue diff --git a/r5/fhirpath/tests-fhir-r5.xml b/r5/fhirpath/tests-fhir-r5.xml index f79f51df..799b9d08 100644 --- a/r5/fhirpath/tests-fhir-r5.xml +++ b/r5/fhirpath/tests-fhir-r5.xml @@ -607,7 +607,7 @@ Any text enclosed within is ignored 4.0000 'g' = 4000.0 'mg'true 4 'g' ~ 4000 'mg'true 4 'g' != 4040 'mg'true - 4 'g' ~ 4040 'mg'true + 4 'g' !~ 4040 'mg'true 7 days = 1 weektrue 7 days = 1 'wk'true 6 days < 1 weektrue