Skip to content

skip server error when fetching diagn.serv.items#128

Open
Blue-B-code wants to merge 2 commits intoopenimis:developfrom
Y-Note-SAS:feature-36290
Open

skip server error when fetching diagn.serv.items#128
Blue-B-code wants to merge 2 commits intoopenimis:developfrom
Y-Note-SAS:feature-36290

Conversation

@Blue-B-code
Copy link
Copy Markdown
Contributor

@Blue-B-code Blue-B-code commented Apr 16, 2026

Description

During the download of items, services, and diagnostics, it frequently happens that some resources generate formatting errors (FHIR incompatibilities). These errors interrupt the ongoing data retrieval process and render the application unusable as is currently the case.

While formatting should normally be handled on the Django side, it is necessary, on the mobile side, to ensure that this type of situation does not compromise the overall functionality of the application.

Therefore, we have implemented a mechanism to skip problematic resources, ignoring them when they cannot be processed correctly. This prevents the process from blocking and ensures the continuity of the download and mapping of the remaining data.

Type of Change

  • Feature
  • Bug fix
  • Chore (Refactor, Docs, CI/CD)
  • Other, please specify

Related Issue(s) / Task(s)

  • Requires [link to github PR], [link to github PR] needs to be merged first before this one
  • Relates to [link to github PR], this needs to be merged before [link to github PR]
  • External reference (e.g., Jira):

Demo

500_http_error Capture d’écran du 2026-04-16 11-40-02 fetch_diag item serv_errors image sucess_mapping_claims

Checklist

  • Unit tests added/modified
  • I18n / translation handled

@Blue-B-code Blue-B-code force-pushed the feature-36290 branch 2 times, most recently from 000374a to 2242c96 Compare April 17, 2026 10:47
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.

2 participants