diff --git a/StandardizedClinicalDataTables/NOTE.md b/StandardizedClinicalDataTables/NOTE.md index 4e25a67..038245d 100644 --- a/StandardizedClinicalDataTables/NOTE.md +++ b/StandardizedClinicalDataTables/NOTE.md @@ -1,7 +1,7 @@ The NOTE table captures unstructured information that was recorded by a provider about a patient in free text notes on a given date. Field|Required|Type|Description -:----|:----|:-----|:----- +:--------------------|:--------|:-----|:-------------------------------------------------------- |note_id|Yes|integer|A unique identifier for each note.| |person_id|Yes|integer|A foreign key identifier to the Person about whom the Note was recorded. The demographic details of that Person are stored in the PERSON table.| |note_date |Yes|date|The date the note was recorded.|