Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include AdmittingDiagnosisSequence in sm_index #36

Closed
fedorov opened this issue Oct 1, 2024 · 1 comment · Fixed by #38
Closed

Include AdmittingDiagnosisSequence in sm_index #36

fedorov opened this issue Oct 1, 2024 · 1 comment · Fixed by #38
Assignees
Labels
enhancement New feature or request

Comments

@fedorov
Copy link
Member

fedorov commented Oct 1, 2024

This sequence is populated for CCDI, CMB and RMS collections, and not populated for radiology collections.

SELECT
  PatientID,
  AdmittingDiagnosesCodeSequence
FROM
  `bigquery-public-data.idc_current.dicom_all`
WHERE
  collection_id = "ccdi_mci"  
@fedorov fedorov added the enhancement New feature or request label Oct 1, 2024
@fedorov fedorov self-assigned this Oct 1, 2024
@fedorov
Copy link
Member Author

fedorov commented Oct 11, 2024

A related topic was also brought up by a user in this post: https://discourse.canceridc.dev/t/how-to-access-accompanying-clinical-data-for-the-ccdi-mci-collection/636.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant