care
care copied to clipboard
Care is a Digital Public Good enabling TeleICU & Decentralised Administration of Healthcare Capacity across States.
medibase and icd 11 are static data which could be loaded to directly to cache without fetching them from the db - update the medibase model to use atc_classification key...
Sentry Issue: [CARE-KD](https://coronasafe-network.sentry.io/issues/4000487637/?referrer=github_integration) | | | | ------------- | --------------- | | **Transaction Name** | /api/v1/consultationbed/ | | **Parent Span** | django.view - consultationbed-list | | **Repeating Spans (0)** |...
Sentry Issue: [CARE-M3](https://coronasafe-network.sentry.io/issues/4134694272/?referrer=github_integration) Sentry Issue: [CARE-KX](https://coronasafe-network.sentry.io/issues/4132710527/?referrer=github_integration) | | | | ------------- | --------------- | | **Transaction Name** | /api/v1/getallfacilities/ | | **Parent Span** | django.view - facility-list | | **Repeating...
### Required Changes - [ ] Schema Change: Add foreign key field: `last_consultation` (null if no previous consultation present) - [ ] Custom Migration to populate the `last_consultation` field and...
**Describe the bug** Currently there are lots of validations in daily rounds FE that are not there in BE. Such as, validation to prevent empty log updates from being created....
We're having N+1 queries at multiple API calls, which is hurting performance. We should update the serializers or prefetch objects, whatever is best for that endpoint. - [ ] #1334...
- [x] #1578 - [ ] handle https://github.com/coronasafe/care/pull/1457#issuecomment-1646546445 - [ ] refactor the folder structure within abdm - [ ] add serializers for all the existing endpoints - [ ]...
refer: https://github.com/coronasafe/care/pull/1814
Ref: https://github.com/coronasafe/care_fe/issues/6612
## Proposed Changes - Removes unused field `temperature_measured_at` from Daily Rounds ### Associated Issue - Fixes https://github.com/coronasafe/care_fe/issues/7827 - FE: https://github.com/coronasafe/care_fe/pull/7829 ## Merge Checklist - [x] Tests added/fixed - [x] Update...