...
Column Name | Data Type | Description |
---|---|---|
|
| Primary key. Unique identifier for each concept reference range. |
|
| Foreign key linking to |
|
| An expression that specifies conditions for when the reference range is applicable. |
|
| The high critical for the concept. |
|
| The high normal for the concept. |
|
| The upper high absolute for the concept. |
|
| The lower low critical for the concept. |
|
| The lower low normal for the concept. |
|
| The lower low absolute for the concept. |
RelationshipsRelationship:
1:N relationship with concept_numeric
: A single concept can have multiple reference ranges based on different criteria.
...
Column Name | Data Type | Description |
---|---|---|
|
| Primary key. Unique identifier for each observation reference range. |
|
| Foreign key linking to the |
|
| The high critical limit for the observation. |
|
| The high normal limit for the observation. |
|
| The high absolute limit for the observation. |
|
| The low critical limit for the observation. |
|
| The low normal limit for the observation. |
|
| The low absolute limit for the observation. |
RelationshipsRelationship:
Has 1:1 relationship with obs
: Each observation has one associated reference range.