Vital Sign
The VITAL_SIGN table contains information related to vital sign measurement. Details of the type of vital sign measurement can be found in the measurement concepts table.
| Field Name | Field Description |
|---|---|
| VITAL_SIGN_ID | The unique primary identifier of the vital sign table |
| ENCOUNTER_ID | The foreign key linking the record to the encounter table |
| RESULT_DT_TM | The date and time the vital sign was measured |
| MEASUREMENT_ID | the foreign key linking the vital sign result to the text description of test type in the measurement concepts table |
| MEASUREMENT_VALUE | The result value for the vital sign |