You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dr.code.coding?.find((temp)=>temp.system?.endsWith(DEFAULT_OYSTEHR_LABS_HL7_SYSTEM))?.display;// Oystehr postfixes any system it doesn't recognize with this HL7 system string, so this ensures we still pull the value
diagnosticReport.code.coding?.find((temp)=>temp.system?.endsWith(DEFAULT_OYSTEHR_LABS_HL7_SYSTEM))?.code;// Oystehr postfixes any system it doesn't recognize with this HL7 system string, so this ensures we still pull the value
0 commit comments