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

Add chapter information to ICD serialization #1696

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

rithviknishad
Copy link
Member

@rithviknishad rithviknishad commented Nov 3, 2023

Branched from b5d3de0 of consultation_diagnoses_m2m branch

Proposed Changes

Associated Issue

Merge Checklist

  • Tests added/fixed
  • Update docs in /docs
  • Linting Complete
  • Any other necessary step

Only PR's with test cases included and passing lint and test pipelines will be reviewed

@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (b5d3de0) 60.48% compared to head (0609215) 60.48%.

Additional details and impacted files
@@                     Coverage Diff                     @@
##           consultation_diagnoses_m2m    #1696   +/-   ##
===========================================================
  Coverage                       60.48%   60.48%           
===========================================================
  Files                             210      210           
  Lines                           11459    11459           
  Branches                         1626     1626           
===========================================================
  Hits                             6931     6931           
  Misses                           4299     4299           
  Partials                          229      229           
Files Coverage Δ
care/facility/static_data/icd11.py 91.66% <ø> (ø)
care/facility/api/viewsets/icd.py 40.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rithviknishad rithviknishad merged commit 3843cd3 into consultation_diagnoses_m2m Nov 3, 2023
3 of 4 checks passed
@rithviknishad rithviknishad deleted the icd11-serialize-chapter branch November 3, 2023 16:46
vigneshhari pushed a commit that referenced this pull request Nov 8, 2023
* Add ConsultationDiagnosis M2M model and migrations

* ABDM: Update FHIR utils with ConsultationDiagnoses M2M relation

* Update HCX: Update diagnoses in make_claim with M2M relation

* API: Adds serializers, viewsets and api route

* Unlock `unconfirmed` and `differential` verification status

* uncomplicate things....

* minor fixes

* more bug fixes.... :/

* gracefully handle invalid icd11 objects

* fix `load_icd11_diagnoses_data` re-run issue

* Update Discharge Summary

* Annotate CSV export by diagoses

* fix create_disgnoses not working

* minor fix

* fix existing tests

* add tests

* squash migrations

* improve coverage by a tiny factor

* Add authz, optimizations to model, proper validation message

* fix validation

* fix authz

* fix typo

* fix patient notes

* Add chapter information to ICD serialization (#1696)

* HCX: update diagnoses in make claim

* avoid redundant permission checks

* fix errors

* make code pretty

* Apply suggestions from code review

Co-authored-by: Aakash Singh <mail@singhaakash.dev>

---------

Co-authored-by: Aakash Singh <mail@singhaakash.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant