Commit Graph

57 Commits

Author SHA1 Message Date
Clair Blacketer cc5e8f7f28 Added v6.0 pdf 2018-10-10 15:04:27 -04:00
Clair Blacketer fe581d8d5e fixed images 2018-10-10 11:03:39 -04:00
clairblacketer b1455c5e0d fixed entity diagram 2018-10-10 10:32:38 -04:00
clairblacketer ebed941ac0
Moved one bullet 2018-10-04 14:46:51 -04:00
clairblacketer ee658b15a1
fixed conventions 2018-10-04 14:45:30 -04:00
clairblacketer 93ac075237
Fixed table issue 2018-10-04 14:43:36 -04:00
clairblacketer 351ea98b77 Added THEMIS references to conventions in wiki files 2018-10-04 13:27:33 -04:00
clairblacketer 0ef09f6db1
Added THEMIS issue #13 to VISIT_OCCURRENCE 2018-10-02 14:51:27 -04:00
clairblacketer 1847013c10
Added THEMIS convention around blank PROVIDER_ID 2018-09-27 11:52:27 -04:00
clairblacketer 4a03f4f9cd Addition of death_datetime to all Person tables. Commit of documentation changes for the clinical data tables. 2018-09-27 11:46:34 -04:00
Clair Blacketer 4d53d7d75b Added list to convention #6 2018-09-19 12:59:48 -04:00
Clair Blacketer 6dd6626630 Fixed prior merge commit 2018-09-19 12:52:17 -04:00
Clair Blacketer 93c48f7a85 Merge branch 'cdm_v6' of https://github.com/OHDSI/CommonDataModel into cdm_v6 2018-09-19 12:50:49 -04:00
Clair Blacketer 0a4c76b4e2 Fixed convention numbering 2018-09-19 12:49:38 -04:00
clairblacketer 403c763ad0
Fixed convention #10 list 2018-09-19 12:48:52 -04:00
clairblacketer eaa2768f59
Added lists to tables 2018-09-06 16:02:47 -04:00
Clair Blacketer 7afa9583ba condition occurrence wiki file convention table 2018-09-06 15:57:27 -04:00
Clair Blacketer 72042be538 condition wiki update 2018-09-06 15:55:48 -04:00
Clair Blacketer a078310b73 death, device, drug, condition wiki files 2018-09-06 15:53:06 -04:00
Clair Blacketer 1c776a01b4 Initial wiki files to begin editing for v6.0 2018-09-04 12:43:36 -04:00
Clair Blacketer 7e4b64bb25 CDM v6 initial commit 2018-08-30 21:00:34 -04:00
Clair Blacketer ca1b2376c4 cdm v5.3.1 visit_detail documentation fix 2018-06-14 16:22:39 -04:00
Clair Blacketer c063eb6b15 cdm v5.3.1 updates 2018-06-14 16:17:35 -04:00
Clair Blacketer 589855fdeb CDM v5.3.1 updates 2018-06-14 16:15:03 -04:00
clairblacketer 6ea92f1112
Merge branch 'master' into master 2018-06-13 10:22:56 -04:00
clairblacketer 2a2e9b0b2c
Fixed flipped columns
Required and type were flipped
2018-06-05 12:33:19 -04:00
clairblacketer 89617414fc
Update VISIT_DETAIL.md 2018-06-05 12:16:35 -04:00
clairblacketer efcee2a2a8
Fixed switched columns 2018-06-05 12:16:02 -04:00
Keith Thompson eb8774baa6 Fix VISIT_DETAIL documentation to reflect correct 'required' and 'type' values for multiple columns 2018-05-23 20:01:22 -04:00
Clair Blacketer 2c952dca98 Addresses #150, adding time back in to the measurement table for backwards compatibility 2018-02-07 14:18:39 -05:00
clairblacketer 8be1708769 Small changes to align documentation and DDL 2017-11-16 12:19:22 -05:00
clairblacketer f298b0c446 Added SqlRender functionality to the DDLGeneratr package and incorporated the pdf creation. 2017-11-09 14:44:52 -05:00
clairblacketer afd9a520d9 Addresses #64, #70, #79, #92, #120, #132, #131 in code, documentation is still being updated to reflect these changes. 2017-11-09 09:30:50 -05:00
clairblacketer df2d439ac0 Merge pull request #116 from gowthamrao/master
visit_detail - some minor corrections - condition_occurrence and visit_type_concept_id
2017-10-02 14:36:20 -04:00
Sigfried Gold c579fe6ba1 Update VISIT_DETAIL.md 2017-09-26 06:55:42 -04:00
Gowtham Rao 3b6bcd01f6 Update VISIT_DETAIL.md
Correction - visit_detail_concept_id should be just visit_concept_id; because in the same domain. Otherwise we will have to systematically rename all _concept_id fields in visit_detail into _detail_concept_id; e.g. 

visit_type_concept_id to visit_detail_type_concept_id
admitting_source_concept_id to admitting_detail_source_concept_id

makes it long and difficult in join statements etc
2017-09-18 06:41:58 -04:00
gowthamrao 2a6bcd0c5e correction to condition_occurrence - missing visit_detail_id 2017-09-15 12:05:41 -04:00
Christian Reich e79f62d827 Merge pull request #102 from gowthamrao/master
Committing visit_detail description
2017-09-09 14:23:57 -04:00
Gowtham Rao 23d2d6398e Update VISIT_DETAIL.md 2017-09-09 12:53:49 -04:00
Gowtham Rao dea7811c48 Update OBSERVATION_PERIOD.md 2017-08-14 12:34:24 -04:00
Gowtham Rao 319561e06e Update VISIT_DETAIL.md 2017-08-11 16:23:01 -04:00
Gowtham Rao 4b1b256e6f Update VISIT_DETAIL.md
visit_detail tables

https://github.com/OHDSI/CommonDataModel/issues/70
2017-08-11 15:12:35 -04:00
Gowtham Rao d072999031 Update OBSERVATION.md
added visit_detail_id
https://github.com/OHDSI/CommonDataModel/issues/70
2017-08-11 15:11:26 -04:00
Gowtham Rao 56a8b4a95e Update MEASUREMENT.md
added visit_detail_id
https://github.com/OHDSI/CommonDataModel/issues/70
2017-08-11 15:10:23 -04:00
Gowtham Rao fbee7bcfb1 Update MEASUREMENT.md 2017-08-11 15:09:46 -04:00
Gowtham Rao 62ca39f36c Update DRUG_EXPOSURE.md
added visit_detail_id
https://github.com/OHDSI/CommonDataModel/issues/70
2017-08-11 15:08:41 -04:00
Gowtham Rao f3434fc614 Update DEVICE_EXPOSURE.md
added visit_detail_id

https://github.com/OHDSI/CommonDataModel/issues/70
2017-08-11 15:05:29 -04:00
Gowtham Rao 62c4ef6f02 Update PROCEDURE_OCCURRENCE.md
added visit_detail_id
https://github.com/OHDSI/CommonDataModel/issues/70
2017-08-11 15:04:32 -04:00
Gowtham Rao 6cd6b7029a Update CONDITION_OCCURRENCE.md
added visit_detail_id
2017-08-11 15:01:54 -04:00
Gowtham Rao 4fc67257ca Committing visit_detail description
https://github.com/OHDSI/CommonDataModel/issues/70
2017-08-11 12:12:42 -04:00