Taiga
API ReferencePre EncounterPatientsV1

Reactivate patient

Removes the deactivated flag for a patient. The path must contain the most recent version plus 1 to prevent race conditions. Reactivating historic versions is not supported.

PATCH
/patients/v1/{id}/{version}

Authorization

BearerAuth
AuthorizationBearer <token>

Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.

In: header

Path Parameters

id*pre-encounterPatientId

The unique identifier for a Patient

version*string

Response Body

application/json

application/json

curl -X PATCH "https://example.com/patients/v1/string/string"
Empty