Updated NOTE (markdown)

clairblacketer 2017-06-20 10:31:09 -04:00
parent d32eb286a6
commit b21a38cc89
1 changed files with 1 additions and 1 deletions

@ -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