Skip to Main Content
Interweave Exchange Ideas Portal

This portal provides an open platform for user feedback and product change requests. Anyone can add an idea and remain as a Guest, but please consider signing up so that others can see who has created the ideas!

Note: this is a public facing web portal, any text here can be viewed by anyone over the internet, so please consider carefully the content you wish to share and please do not post anything of a sensitive nature.

Status Needs review
Created by David Tolman
Created on Feb 8, 2024

Consolidated package for the operation outcome generation

Currently we have many repositories that replicate similar logic for the shaping of OperationOutcome resources. Many of these are built using invalid or dynamic values that are causing validation failures on containted entries when resources are subsequently read.


It would be beneficial for us to create a single package for all services to consume.

  • We can robustly test this package

  • Guards can be added against the generation of invalid content so we can be more proactive about corrections (i.e. we see the error at generation rather than a provider telling us that a request fails)

  • We can prevent the future addition of invalid OperationOutcome by removing the temptation to copy and paste from existing services


  • Attach files