v1

Update

Updates a patient. The path must contain the next version number to prevent race conditions. For example, if the current version of the patient is n, you will need to send a request to this endpoint with /{id}/n+1 to update the patient. Updating historic versions is not supported.

put/patients/v1/{id}/{version}

Path parameters

idCommonPatientId required— unresolved $ref
versionstring required

Headers

Authorizationstring required

OAuth authentication

Request body

V1MutablePatient required— unresolved $ref

Response

Response with status 200

V1Patient required— unresolved $ref