$versions

Discover what versions a server supports

draftFHIR Core package4.3.0operation2 outputs

Using the FHIR Version Mime Type Parameter, a server can support multiple versions on the same end-point. 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

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/OperationDefinition/CapabilityStatement-versions
Code
$versions
Kind
operation
Affects State
No
Publisher
HL7 (FHIR Project)

Invocation Context

Can be invoked at:
System Level
Target Resources:
CapabilityStatement
Affects State:No

Output Parameters (2)

NameTypeCard.Description
versioncode1..*A version supported by the server. Use the major.minor version like 3.0
defaultcode1..1The default version for the server. Use the major.minor version like 3.0

Additional Information

Version
4.3.0
Date
2022-05-28T12:47:40+10:00