FHIR Application Feature Framework Implementation Guide, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/capstmt/ and changes regularly. See the Directory of published versions
| Official URL: http://hl7.org/fhir/build/OperationDefinition/CapabilityStatement-subset | Version: 1.0.0 | |||
| Standards status: Trial-use | Maturity Level: 5 | Computable Name: Subset | ||
| Other Identifiers: OID:2.16.840.1.113883.4.642.32.6 | ||||
This operation asks the server to return a subset of the CapabilityStatement resource - just the REST parts that relate to a set of nominated resources - the resources that the client is interested in
Last updated: 2021-01-05 10:01:24+1100
URL: [base]/CapabilityStatement/$subset
URL: [base]/CapabilityStatement/[id]/$subset
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | server | type, system | 0..1 | uri | The canonical URL - use this if the subset is not invoked on an instance (or on the /metadata end-point) | |
| IN | resource | 1..* | code | A resource that the client would like to include in the return | ||
| OUT | return | 1..1 | CapabilityStatement | The subsetted CapabilityStatement resource that is returned. This should be tagged with the SUBSETTED code |