PUT api/v1/{EMRSystem}/Fhir/{Resource}/{Id}

Update FHIR.

Status: Beta

URI Parameters

None.

Header Parameters

None.

Response Information

None.

Response Codes

Http Status Code 204 - Indicates that the request was processed successfully.

Http Status Code 404 - Indicates that the resource to update could not be found.

Http Status Code 400 - Indicates that the request did not contain all the required fields or had an invalid value.

Http Status Code 401 - Indicates that authentication to the underlying EMR server using the provided LoginId and Password failed.

Http Status Code 403 - Indicates that there is an issue with the request UserId.

Http Status Code 408 - Indicates that the request to the underlying EMR server timed out.

Http Status Code 500 - Indicates that an internal server error occurred during processing of the request.

Http Status Code 502 - Indicates that a request made to the underlying EMR server could not be completed.

Response Formats

application/json

null

'

PUT api/v1/{EMRSystem}/Fhir/{Resource}/{Id}

Update FHIR.

Status: Beta

URI Parameters


None.

Header Parameters


Request: {{ method }} {{ url }}

  • Http Request Headers
  • {{header.name}} : {{header.value}} ******
  • Http Request Body
  • {{httpRequestBody}}
  • Http Response Headers
  • {{header.name}} : {{header.value}} ******
  • Http Response Data
  • {{httpResponseData}}


API Runner under construction for POST, PUT, and PATCH requests. Please use Swagger UI