eHealthExchange Healthcare Directory Implementation Guide
1.8.1 - Release 1
| Official URL: https://sequoiaproject.org/fhir/ehx/OperationDefinition/status-changes | Version: 1.8.1 | |||
| Active as of 2025-10-27 | Computable Name: StatusChanges | |||
Returns the most recent change to logical deletion status for all organizations, optionally filtered to a specified date range and current deletion status.
URL: [base]/Organization/$status-changes
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | start | 0..1 | dateTime | Time after which changes will be reported. | ||
| IN | end | 0..1 | dateTime | Time before which changes will be reported. | ||
| IN | deleted | 0..1 | boolean | Filter on current deletion status. | ||
| OUT | return | 1..1 | List | List of changes to deletion status that occurred in the specified time range. |