From c98294c3800847f83e7f164e96f229712cad03fe Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Tue, 20 Jun 2017 15:06:08 -0400 Subject: [PATCH] Updated MEASUREMENT (markdown) --- StandardizedClinicalDataTables/MEASUREMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandardizedClinicalDataTables/MEASUREMENT.md b/StandardizedClinicalDataTables/MEASUREMENT.md index 38af19c..b0e81c3 100644 --- a/StandardizedClinicalDataTables/MEASUREMENT.md +++ b/StandardizedClinicalDataTables/MEASUREMENT.md @@ -1,7 +1,7 @@ The MEASUREMENT table contains records of Measurement, i.e. structured values (numerical or categorical) obtained through systematic and standardized examination or testing of a Person or Person's sample. The MEASUREMENT table contains both orders and results of such Measurements as laboratory tests, vital signs, quantitative findings from pathology reports, etc. Field|Required|Type|Description -:-----------------------------|:--------|:------------|:------------------------------------------------ +:-------------------------------|:--------|:------------|:------------------------------------------------ |measurement_id|Yes|integer|A unique identifier for each Measurement.| |person_id|Yes|integer|A foreign key identifier to the Person about whom the measurement was recorded. The demographic details of that Person are stored in the PERSON table.| |measurement_concept_id|Yes|integer|A foreign key to the standard measurement concept identifier in the Standardized Vocabularies.|