Updated formatting in Readme file
This commit is contained in:
parent
7bba78ac08
commit
802a43267a
30
README.md
30
README.md
|
@ -8,39 +8,39 @@ Release Notes
|
||||||
This version is bases on this CDM working group [proposal](http://www.ohdsi.org/web/wiki/doku.php?id=documentation:next_cdm:time). The proposed and accepted changes include adding a datetime field to every table that had a date column. These were the new columns added:
|
This version is bases on this CDM working group [proposal](http://www.ohdsi.org/web/wiki/doku.php?id=documentation:next_cdm:time). The proposed and accepted changes include adding a datetime field to every table that had a date column. These were the new columns added:
|
||||||
|
|
||||||
**PERSON**
|
**PERSON**
|
||||||
birth_datetime, not required
|
* birth_datetime, not required
|
||||||
|
|
||||||
**SPECIMEN**
|
**SPECIMEN**
|
||||||
specimen_datetime, not required
|
* specimen_datetime, not required
|
||||||
|
|
||||||
**DEATH**
|
**DEATH**
|
||||||
death_datetime, not required
|
* death_datetime, not required
|
||||||
|
|
||||||
**VISIT_OCCURRENCE**
|
**VISIT_OCCURRENCE**
|
||||||
visit_start_datetime, not required
|
* visit_start_datetime, not required
|
||||||
visit_end_datetime, not required
|
* visit_end_datetime, not required
|
||||||
|
|
||||||
**PROCEDURE_OCCURRENCE**
|
**PROCEDURE_OCCURRENCE**
|
||||||
procedure_datetime, not required
|
* procedure_datetime, not required
|
||||||
|
|
||||||
**DRUG_EXPOSURE**
|
**DRUG_EXPOSURE**
|
||||||
drug_exposure_start_datetime, not required
|
* drug_exposure_start_datetime, not required
|
||||||
drug_exposure_end_datetime, not required
|
* drug_exposure_end_datetime, not required
|
||||||
|
|
||||||
**DEVICE_EXPOSURE**
|
**DEVICE_EXPOSURE**
|
||||||
device_exposure_start_datetime, not required
|
* device_exposure_start_datetime, not required
|
||||||
device_exposure_end_datetime, not required
|
* device_exposure_end_datetime, not required
|
||||||
|
|
||||||
**CONDITION_OCCURRENCE**
|
**CONDITION_OCCURRENCE**
|
||||||
condition_start_datetime, not required
|
* condition_start_datetime, not required
|
||||||
condition_end_datetime, not required
|
* condition_end_datetime, not required
|
||||||
|
|
||||||
**MEASUREMENT**
|
**MEASUREMENT**
|
||||||
measurement_datetime as time, not required
|
* measurement_datetime as time, not required
|
||||||
|
|
||||||
**OBSERVATION**
|
**OBSERVATION**
|
||||||
observation_datetime, not required
|
* observation_datetime, not required
|
||||||
|
|
||||||
**NOTE**
|
**NOTE**
|
||||||
note_datetime, not required
|
* note_datetime, not required
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue