b.well Backend Updates (9/2/26)
Subscription Resources Scoped to Person
What's changing:
Subscription, SubscriptionStatus, and SubscriptionTopic are being scoped to Person. They will no longer be returned in Patient/$everything responses.
Why:
When a data connection is deleted, the patient/person unlink leaves no reliable way to query connection status. Scoping these resources to Person resolves that and keeps the FHIR server aligned to the recommended Person/$everything pattern.
Who is impacted:
Only clients pulling Subscription resources out of Patient/$everything. Log review confirms no clients are doing this today. Existing GraphQL queries for subscriptionStatuses and getMemberConnections are not affected.
What to do:
Retrieve Subscription, SubscriptionStatus, and SubscriptionTopic from Person/$everything, or query SubscriptionStatus directly via GraphQL. Person/$everything remains the recommended endpoint for full data retrieval.
Updated 5 days ago
