Closed blrom1 closed 1 year ago
I believe the error is here: https://github.com/miracum/fhir-gateway/blob/dd90929809dc85ab9c5350f6f63b4f6ddeee1692/src/main/java/org/miracum/etl/fhirgateway/processors/LoincHarmonizer.java#L85 Instead of replacing the code in the first Coding, the LOINC Coding needs to be identified and the code only be replaced there.
:tada: This issue has been resolved in version 3.10.8 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
After sending an observation to the gateway the resource is saved, but with differences in the codes. This happens when I send an observation with two codings. Example:
After sending the resource via HTTP PUT to the gateway URL, i can find the resource in the database, but with this code:
I think this has something to do with the LOINC converter, but as I already have a LOINC code in this resource LOINC converter should not delete my observation code.