range_high

Oxford Lab Measurement

Source column NORMAL_HIGH. Converts text to number.

  • NORMAL_HIGH Lab test normal range (high)
select
	NHS_NUMBER,
	EVENT,
	EVENT_START_DT_TM,
	RESULT_VALUE,
	RESULT_UNITS,
	NORMAL_LOW,
	NORMAL_HIGH
from ##duckdb_source##
	

Comment or raise an issue for this mapping.