Capability Statement
This page provides a set of capabilities (behaviors) of a FHIR Server or Client for a particular version of FHIR that may be used as a statement of actual server functionality as stated below:
- resources (e.g. Patient) supported
- search parameters supported by each resource
- operations (aka API) supported by system
REST Capabilities Server
Resource Interactions
Resource Type | Profile | Supported Profiles | Read | Create | Update |
---|
CapabilityStatement | | | ✓ | | |
OperationDefinition | | | ✓ | | |
SearchParameter | | | ✓ | | |
StructureDefinition | | | ✓ | | |
ValueSet | | | ✓ | | |
Patient | StructureDefinition/Patient | | ✓ | ✓ | ✓ |
Observation | StructureDefinition/Observation | | ✓ | ✓ | ✓ |
Communication | StructureDefinition/Communication | | ✓ | ✓ | ✓ |
Global Operations
Operation | Reference | Level |
---|
create-patient-careplan | | Supported |
send-communication-alert | | Supported |
Global Search Parameters
Name | Type | Documentation | Level |
---|
_id | token | Logical id of this artifact | Supported |
_lastUpdated | date | When the resource version last changed | Supported |
_tag | token | Tags applied to this resource | Supported |
_sort | token | How to sort the resources when returning | Supported |
_count | number | How many resources to return | Supported |