FHIR Server Capability Statement
A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR®.
To review the 1up FHIR Server capability statement, you can use an open URL and go to a URL similar to https://api.1updemohealthplan.com/r4/metadata.
To review the Capability Statement for a particular 1up FHIR Server, go to [baseUrl]/[fhirVersion]/metadata.
The 1up Capability Statement include the following details:
-
FHIR version supported
-
The
authorize
andtoken
endpoints -
All FHIR resources supported (such as Account, Patient, and Condition)
For each supported FHIR resource, we also specify:
-
The available interactions (create, read, update, delete, etc.)
-
Search parameters including name and type (such as attribute name or type string)
-
Attributes used in
include
andrevinclude
searches -
Operations supported (such as
$export
)