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-implements | Version: 1.0.0 | |||
| Standards status: Trial-use | Maturity Level: 5 | Computable Name: Implements | ||
| Other Identifiers: OID:2.16.840.1.113883.4.642.32.4 | ||||
This operation asks the server to check that it implements all the resources, interactions, search parameters, and operations that the client provides in its capability statement. The client provides its capability statement inline, or by referring the server to the canonical URL of its capability statement
Last updated: 2021-01-05 10:01:24+1100
URL: [base]/CapabilityStatement/$implements
URL: [base]/CapabilityStatement/[id]/$implements
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | server | 0..1 | canonical | A canonical reference to the server capability statement - use this if the implements is not invoked on an instance (or on the /metadata end-point) | ||
| IN | client | 0..1 | canonical | A canonical reference to the client capability statement - use this if the implements is not invoked on an instance (or on the /metadata end-point) | ||
| IN | resource | 0..1 | CapabilityStatement | The client capability statement, provided inline | ||
| OUT | return | 1..1 | OperationOutcome | Outcome of the CapabilityStatement test |
The operation does not perform a full conformance check; in particular it does not check that the profiles align. It merely checks that the behaviors the client wishes to use are provided Technically, this operation is implemented as follows:
If the capability statements match by these rules, then the return value is a 200 OK with an operation outcome that contains no issues with severity >= error. If the capability statement doesn't match, the return value is a 4xx error, with an OperationOutcome with at least one issue with severity >= error