Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4

Operation-capabilitystatement-versions

Example OperationDefinition/CapabilityStatement-versions (Narrative)

Maturity Level : N/A
Responsible Owner: FHIR Infrastructure Work Group Standards Status : Informative Compartments : Not linked to any No defined compartments

This is the narrative for the resource. See also the XML , JSON or Turtle format.

Note that this is the formal definition for the versions operation as an OperationDefinition on CapabilityStatement. See the Operation documentation


Discover what versions a server supports

OPERATION: Discover what versions a server supports Generated Narrative: OperationDefinition CapabilityStatement-versions The official URL for this operation definition is:

http://hl7.org/fhir/OperationDefinition/CapabilityStatement-versions 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

URL: [base]/$versions

Parameters

Use Name Scope Cardinality Type Binding Documentation
OUT version 1..* code

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

OUT default 1..1 code FHIRVersion (Required)

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


 

 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.