12.10.2025
Today’s release includes the following updates:
api
- Updated the FHIR Observation
categoryfield to comply with new USCDI v3 requirements. Previously, Observations could only have a single category value, but now they can have multiple. This requirement stems from the US Core Observation Screening Assessment Profile. - Added
performerto the FHIR Observation resource. - Read more.
sdk
- The
categoryfield on the Observation model in the SDK data module now contains a comma-separated string which can contain multiple categories. There are currently no application workflows that can create Observations like this, but plugins that access thecategoryfield should account for this to prevent future breakage.