Ok so I'm working with a system that stores glucose measurements and codifies them with LOINC. I am reading from this system and it provides a single LOINC code for glucose measurements. My problem is twofold, I need the units for the value that was stored in the system and I need to know if the value was taken while the person was fasting. The crux of the issue is that the system seems to only store a single LOINC code for this measurement and I can't seem to find any LOINC codes that will tell me both of those pieces of data at once.
These LOINC Codes tell me the test was taken while the person was fasting but do not have a value in the submitted_units column so I don't know the units for the measurement:
6764-5,2353-1,1558-6,1557-8,1556-0,1555-2,1554-5,1550-3,14771-0,14770-2,14769-4,14760-3,14749-6,14743-9,11047-8
This LOINC code tells me the value's unit is mmol/L but does not tell me if the user was fasting or not as well as being very generic from what I can tell:
53553-4
Should they be storing multiple LOINC codes for this measurement? Should I be looking for the data I need elsewhere? Am I totally lost in the woods?
Any help/guidance would be appreciated
