MayJuun / fhir

A Dart/Flutter package for working with FHIR resources.
MIT License
41 stars 29 forks source link

Fix '!=' (NotEqualsParser). #27

Closed tiloc closed 2 years ago

tiloc commented 3 years ago

linkId != '1.2.3' would result in different outcome than (linkId = '1.2.3').not()

According to spec they should be identical.