Discover what versions a server supports

$versionsoperation

Using the [FHIR Version Mime Type Parameter](http.html#version-parameter), a server can support [multiple versions on the same end-point](versioning.html#mt-version). The only way for client to find out what versions a server supports in this fashion is the $versions operation. The client invokes the operation with no parameters. and the server returns the list of supported versions, along with the default version it will use if no fhirVersion parameter is present

System

Metadata

ID
CapabilityStatement-versions
Applies to Resources
CapabilityStatement

Output Parameters (2)

version1..*coderequired

A version supported by the server. Use the major.minor version like 3.0

default1..1coderequired

The default version for the server. Use the major.minor version like 3.0

Binding: requiredhttp://hl7.org/fhir/ValueSet/FHIR-version|5.0.0