Skip to content

release notes for 298#1138

Merged
github-actions[bot] merged 5 commits intomainfrom
release/1.298.0
Apr 14, 2026
Merged

release notes for 298#1138
github-actions[bot] merged 5 commits intomainfrom
release/1.298.0

Conversation

@nmpsilva
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the release notes entry for version 1.298.0 dated 04.14.2026, documenting recent bugfixes and FHIR Organization API updates.

Changes:

  • Introduces a new product updates release note page for 04.14.2026 / 1.298.0.
  • Documents ServiceProvider de-duplication and FHIR Organization search improvements.
  • Notes additional model/field updates (ClinicalQuantity description, QuestionnaireResult.code length).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

---
title: 04.14.2026
layout: productupdates
tags: bugfix
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Frontmatter tags only includes bugfix, but this release note also contains an API section (and possibly other categories). Please update tags: to include all categories present in the body so filtering/indexing matches the content (e.g., see collections/_release-notes/2026-04-10-1-297-0.md:4 which includes bugfix sdk).

Suggested change
tags: bugfix
tags: bugfix sdk

Copilot uses AI. Check for mistakes.
<span class="tag-bugfix">bugfix</span>
Fixed duplicate ServiceProvider records being created every time a Refer, Imaging Order, External Care Team Member, or Inbound Fax was saved. ServiceProviders are now deduplicated by science contact ID (when available) or by name, specialty, and address.
Fixed ServiceProviders selected via Refer, Imaging Order, or inbound fax not appearing in FHIR `/Organization` search results. All ServiceProviders now have an associated OrganizationalEntity.
<span class="tag-sdk">api</span>
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This span uses class="tag-sdk" but the label is api. For consistency with other release notes, this should use the tag-api class when labeling an API section (e.g., collections/_release-notes/2026-01-08-1-266-0.md:20).

Suggested change
<span class="tag-sdk">api</span>
<span class="tag-api">api</span>

Copilot uses AI. Check for mistakes.
Comment on lines +11 to +15
Fixed duplicate ServiceProvider records being created every time a Refer, Imaging Order, External Care Team Member, or Inbound Fax was saved. ServiceProviders are now deduplicated by science contact ID (when available) or by name, specialty, and address.
Fixed ServiceProviders selected via Refer, Imaging Order, or inbound fax not appearing in FHIR `/Organization` search results. All ServiceProviders now have an associated OrganizationalEntity.
<span class="tag-sdk">api</span>
FHIR [Organization](/api/organization/) search now supports the `type` parameter, mapping to the `http://hl7.org/fhir/organization-type` value set: `prov` (Healthcare Provider) for ServiceProviders and Business Entities, `pay` (Payer) for Transactors, and `other` (Other) for Vendors.
Fixed issue where external care team members were not searchable by name in FHIR [Organization](/api/organization/).
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bugfix items are plain paragraphs rather than list items. Other release notes format each item under a tag as a bulleted list (blank line after the tag, then - ...; see collections/_release-notes/2026-04-09-1-296-0.md:10-14). Please convert these lines to bulleted items for consistent rendering.

Suggested change
Fixed duplicate ServiceProvider records being created every time a Refer, Imaging Order, External Care Team Member, or Inbound Fax was saved. ServiceProviders are now deduplicated by science contact ID (when available) or by name, specialty, and address.
Fixed ServiceProviders selected via Refer, Imaging Order, or inbound fax not appearing in FHIR `/Organization` search results. All ServiceProviders now have an associated OrganizationalEntity.
<span class="tag-sdk">api</span>
FHIR [Organization](/api/organization/) search now supports the `type` parameter, mapping to the `http://hl7.org/fhir/organization-type` value set: `prov` (Healthcare Provider) for ServiceProviders and Business Entities, `pay` (Payer) for Transactors, and `other` (Other) for Vendors.
Fixed issue where external care team members were not searchable by name in FHIR [Organization](/api/organization/).
- Fixed duplicate ServiceProvider records being created every time a Refer, Imaging Order, External Care Team Member, or Inbound Fax was saved. ServiceProviders are now deduplicated by science contact ID (when available) or by name, specialty, and address.
- Fixed ServiceProviders selected via Refer, Imaging Order, or inbound fax not appearing in FHIR `/Organization` search results. All ServiceProviders now have an associated OrganizationalEntity.
<span class="tag-sdk">api</span>
- FHIR [Organization](/api/organization/) search now supports the `type` parameter, mapping to the `http://hl7.org/fhir/organization-type` value set: `prov` (Healthcare Provider) for ServiceProviders and Business Entities, `pay` (Payer) for Transactors, and `other` (Other) for Vendors.
- Fixed issue where external care team members were not searchable by name in FHIR [Organization](/api/organization/).

Copilot uses AI. Check for mistakes.
Comment on lines +14 to +15
FHIR [Organization](/api/organization/) search now supports the `type` parameter, mapping to the `http://hl7.org/fhir/organization-type` value set: `prov` (Healthcare Provider) for ServiceProviders and Business Entities, `pay` (Payer) for Transactors, and `other` (Other) for Vendors.
Fixed issue where external care team members were not searchable by name in FHIR [Organization](/api/organization/).
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Within the API section, items are inconsistently formatted (some lines are non-bulleted paragraphs, then bullets start again). For consistent rendering, make the items under this tag uniformly bulleted (and add a blank line after the tag, consistent with other release notes).

Suggested change
FHIR [Organization](/api/organization/) search now supports the `type` parameter, mapping to the `http://hl7.org/fhir/organization-type` value set: `prov` (Healthcare Provider) for ServiceProviders and Business Entities, `pay` (Payer) for Transactors, and `other` (Other) for Vendors.
Fixed issue where external care team members were not searchable by name in FHIR [Organization](/api/organization/).
- FHIR [Organization](/api/organization/) search now supports the `type` parameter, mapping to the `http://hl7.org/fhir/organization-type` value set: `prov` (Healthcare Provider) for ServiceProviders and Business Entities, `pay` (Payer) for Transactors, and `other` (Other) for Vendors.
- Fixed issue where external care team members were not searchable by name in FHIR [Organization](/api/organization/).

Copilot uses AI. Check for mistakes.
@aws-amplify-us-west-2
Copy link
Copy Markdown

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-1138.d298pum72820gn.amplifyapp.com

@rmagier1 rmagier1 requested a review from a team as a code owner April 13, 2026 17:07
@rmagier1 rmagier1 requested review from jrwils and removed request for a team April 13, 2026 17:07
@github-actions github-actions bot merged commit 8558d7a into main Apr 14, 2026
7 checks passed
@github-actions github-actions bot deleted the release/1.298.0 branch April 14, 2026 11:08
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.

5 participants