$capabilities
$capabilities() -> objectCompact type signature
<:o>This helper performs FHIR server work asynchronously. Independent calls can start together when they wait on the server. See Parallelism And Async Evaluation and Async And Concurrency.
Documentation
Requires a configured FHIR server base URL.
Returns the FHIR server's CapabilityStatement resource by performing a GET request to its /metadata endpoint.
Examples
Read server capabilities
Expression
$capabilities()
The result below is representative. Actual result depends on the environment.
Result
{
"resourceType": "CapabilityStatement",
"kind": "instance",
"format": [
"application/fhir+json"
]
}