hl7-be / lab

Creative Commons Zero v1.0 Universal
6 stars 9 forks source link

END-to-End testing: opmerkingen #316

Open RDEVIDTS opened 2 months ago

RDEVIDTS commented 2 months ago

Hallo, Labo AZ Alma is bezig met CGM (Daktari) de end-to-end testing aan het uitvoeren. We hebben enkele (belangrijke) opmerkingen.

Alvast bedankt mvg Rinaldo De Vidts

bdc-ehealth commented 1 month ago

Hello @RDEVIDTS ,

Nobody determines the report order in a structured context. The report itself is a tree, and the only thing you should care about is that each item has the correct parent. There is no order in the siblings.

The receiving end is responsible for the display of any textual information related to a LOINC-code. There is a preference to show the (short) labels available in the ReTaM table, and possibly add a reference to the long description to avoid ambiguity. For codes that are not part of ReTaM/LOINC, the software will use the display value in the FHIR file, or if it has its own translation table for other code systems, it will use its own table, as it was in the past. The same question was already asked in this issue: https://github.com/hl7-be/lab/issues/276