Skip to content

[NDR-416] No snomed code required in FHIR GET requests#1119

Open
jameslinnell wants to merge 10 commits intomainfrom
NDR-416
Open

[NDR-416] No snomed code required in FHIR GET requests#1119
jameslinnell wants to merge 10 commits intomainfrom
NDR-416

Conversation

@jameslinnell
Copy link
Contributor

@jameslinnell jameslinnell commented Feb 19, 2026

Overview

Jira ticket: NDR-416

Description

GET requests required an ID format of <snomed_code>~<doc_ref_id> However this was only setup to allow routing within NDR from the FHIR end point. This is no longer required because we can determine this by the incoming common name on Mtls certificates.

This now set the path parameters on GET to /DocumentReference/{doc_id}
Fhir response will now have id set to {doc_id}
url will match the GET endpoint, /DocumentReference/{doc_id}

Context

FHIR compliancy and standardisation.

Checklist

Tasks for all changes:

  • 1. I have linked this PR to its Jira ticket.
  • 2. I have run git pre-commits.
  • 3. I have added and/or updated relevant tests.
  • 4. I have updated relevant documentation.
  • 5. I have considered the cross-team impact (and have PR approval from both Core & Demographics if necessary).
  • 6. I have successfully deployed this change to a sandbox and witnessed unit and e2e tests passing:

@jameslinnell jameslinnell requested review from a team as code owners February 19, 2026 15:24
@jameslinnell jameslinnell changed the title Ndr 416 [NDR-416] No snomed code required in FHIR GET requests Feb 19, 2026
@github-actions
Copy link

Code security issues found

View full details here.

@sonarqubecloud
Copy link

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