Conversation
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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).
| tags: bugfix | |
| tags: bugfix sdk |
| <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> |
There was a problem hiding this comment.
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).
| <span class="tag-sdk">api</span> | |
| <span class="tag-api">api</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> | ||
| 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/). |
There was a problem hiding this comment.
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.
| 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/). |
| 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/). |
There was a problem hiding this comment.
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).
| 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/). |
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
updated clinical quantity docs
No description provided.