arkhn / fhir-river

Live ETL pipeline to standardize Health Data into FHIR.
Apache License 2.0
42 stars 4 forks source link

Condition POST request with empty `relation` creates one with value `EQ` #642

Closed BPierrick closed 3 years ago

BPierrick commented 3 years ago

Description

When creating a condition object with a POST request with an empty relation value, we retrieve a condition with a relation set to value EQ.

Expectation

I guess we expect to retrieve a condition object with an empty relation value.