From b21a38cc891d6f9e89e8a7d81a029b6b857935d4 Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Tue, 20 Jun 2017 10:31:09 -0400 Subject: [PATCH] Updated NOTE (markdown) --- StandardizedClinicalDataTables/NOTE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandardizedClinicalDataTables/NOTE.md b/StandardizedClinicalDataTables/NOTE.md index 4c61efb..4e25a67 100644 --- a/StandardizedClinicalDataTables/NOTE.md +++ b/StandardizedClinicalDataTables/NOTE.md @@ -8,8 +8,8 @@ Field|Required|Type|Description |note_datetime|No|datetime|The date and time the note was recorded.| |note_type_concept_id|Yes|integer|A foreign key to the predefined Concept in the Standardized Vocabularies reflecting the type, origin or provenance of the Note.| |note_text|Yes|RBDMS dependent text|The content of the Note.| -|note_source_value|No|varchar(50)|The source value associated with the origin of the note, |provider_id|No|integer|A foreign key to the Provider in the PROVIDER table who took the Note.| +|note_source_value|No|varchar(50)|The source value associated with the origin of the note| |visit_occurrence_id|No|integer|Foreign key to the Visit in the VISIT_OCCURRENCE table when the Note was taken.| ### Conventions