Secondary Use FHIR Server Implementation Guide
0.1.0 - ci-build
Publish Box goes here
| Official URL: https://fhir.cumuluz.org/OperationDefinition/secondary-use-count-preview | Version: 0.1.0 | |||
| Draft as of 2026-07-01 | Computable Name: SecondaryUseCountPreview | |||
Local adapter extension that returns cohort and output resource counts without creating a Bulk job when _summary=count is supplied to /fhir/$export.
Url: [base]/$export
| Gebruik | Naam | Scope | Kardinaliteit | Type | Binding | Documentatie |
| IN | _summary | 1..1 | code | Must be count. | ||
| OUT | cohort-patients | 1..1 | integer | Number of patients in the resolved cohort. | ||
| OUT | resource-count | 0..* | Repeated part with type and count for every requested output resource type. | |||
| OUT | resource-count.type | 1..1 | code | Output resource type. | ||
| OUT | resource-count.count | 1..1 | integer | Number of matching resources of this type. |