Skip to main content
U.S. flag

An official website of the United States government

08. Error Codes

Health Check ($healthcheck)

The $healthcheck operation returns the health of the FHIR server and its datastore. In the default JDBC persistence layer, this operation creates a connection to the configured database and return its status. The operations returns 200 OK when healthy. Otherwise, it returns an HTTP error code and an OperationOutcome with one or more issues.

$member-match operation

  • No match returns HTTP status code : 422 (Unprocessable Entity)
  • Multiple matches returns HTTP status code : 422 (Unprocessable Entity)