CapabilityStatement

A capability statement describes the fhir capabilities by the underlying FHIR Server.

Note it does not provide a statement of what an individual user or client is authorised to use.

Read

GET [baseUrl]/metadata

The /metadata path on the root of the FHIR server will return the Capability statement for the FHIR server:

Alternatively, a HTTP OPTIONS request against the root of the FHIR server will also return the capability profile:

OPTIONS [baseUrl]/

All requests SHALL contain an Accept header. The Accept header indicates the format of the response the client is able to understand, this will be one of the following application/json+fhir or application/xml+fhir.