The conceptreferencerange subfolder contains CSV configuration files that help modify and create concept reference ranges. It should be possible in most cases to configure them via a single CSV configuration file, however there can be as many CSV files as desired.
This is a possible example of how the configuration subfolder may look like:
conceptreferencerange/
└── conceptreferencerange.csv
The CSV configuration allows to either modify existing concept reference ranges or to create new concept reference ranges. Here is a sample CSV:
Uuid | Concept Numeric Uuid | Absolute Low | Critical Low | Normal Low | Normal High | Critical High | Absolute High | Criteria |
---|---|---|---|---|---|---|---|---|
bc059100-4ace-4af5-afbf-2da7f3a34acf | a09ab2c5-878e-4905-b25d-5784167d0216 | -100.5 | -85.7 | -50.3 | 45.1 | 78 | 98.8 | $patient.getAge() > 3 |
There is only one mandatory header specific to this domain:
The Concept Numeric UUID for the concept reference range is mandatory and must correspond to an existing concept numeric.
Please look at the test configuration folder for sample import files for concept reference ranges, see here.