Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikix committed Dec 4, 2024
1 parent 0c01575 commit 1f03765
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 31 deletions.
63 changes: 33 additions & 30 deletions docs/core-study-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,36 +355,39 @@ vital signs) instead.

### core__diagnosticreport

| Column | Type |Description|
|---------------------------|-------|-----------|
|id |varchar| |
|status |varchar| |
|category_code |varchar| |
|category_system |varchar| |
|category_display |varchar| |
|code_code |varchar| |
|code_system |varchar| |
|code_display |varchar| |
|effectivedatetime_day |date | |
|effectivedatetime_week |date | |
|effectivedatetime_month |date | |
|effectivedatetime_year |date | |
|effectiveperiod_start_day |date | |
|effectiveperiod_start_week |date | |
|effectiveperiod_start_month|date | |
|effectiveperiod_start_year |date | |
|effectiveperiod_end_day |date | |
|effectiveperiod_end_week |date | |
|effectiveperiod_end_month |date | |
|effectiveperiod_end_year |date | |
|issued_day |date | |
|issued_week |date | |
|issued_month |date | |
|issued_year |date | |
|diagnosticreport_ref |varchar| |
|subject_ref |varchar| |
|encounter_ref |varchar| |
|result_ref |varchar| |
| Column | Type |Description|
|-----------------------------|-------|-----------|
| id |varchar| |
| status |varchar| |
| category_code |varchar| |
| category_system |varchar| |
| category_display |varchar| |
| code_code |varchar| |
| code_system |varchar| |
| code_display |varchar| |
| effectivedatetime_day |date | |
| effectivedatetime_week |date | |
| effectivedatetime_month |date | |
| effectivedatetime_year |date | |
| effectiveperiod_start_day |date | |
| effectiveperiod_start_week |date | |
| effectiveperiod_start_month |date | |
| effectiveperiod_start_year |date | |
| effectiveperiod_end_day |date | |
| effectiveperiod_end_week |date | |
| effectiveperiod_end_month |date | |
| effectiveperiod_end_year |date | |
| issued_day |date | |
| issued_week |date | |
| issued_month |date | |
| issued_year |date | |
| conclusionCode_code |varchar| |
| conclusionCode_system |varchar| |
| conclusionCode_display |varchar| |
| diagnosticreport_ref |varchar| |
| subject_ref |varchar| |
| encounter_ref |varchar| |
| result_ref |varchar| |


### core__diagnosticreport_dn_category
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def test_clean(tmp_path, args, expected, raises):
(
["build", "-t", "core"],
["export", "-t", "core"],
68,
69,
does_not_raise(),
),
(
Expand Down

0 comments on commit 1f03765

Please sign in to comment.