Updated NOTE (markdown)
parent
c44afc6147
commit
0595bbed7e
|
@ -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.
|
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
|
Field|Required|Type|Description
|
||||||
:----|:----|:-----|:-----
|
:--------------------|:--------|:-----|:--------------------------------------------------------
|
||||||
|note_id|Yes|integer|A unique identifier for each note.|
|
|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.|
|
|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.|
|
|note_date |Yes|date|The date the note was recorded.|
|
||||||
|
|
Loading…
Reference in New Issue