From e3f8b1549581b7e5121a9452b3abc8d4c36461d5 Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Tue, 20 Jun 2017 14:52:37 -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 7c02810..38af19c 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.|