Update Patient Identifier

Update a specific identifier on the patient's profile.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

To update a patient's identifier, use this PUT request. Authenticate by providing the user's JWT in the Authorization header and specify the unique identifier uidin the path.

In the request body, you must provide the identifier number.

Path Params
string
required

Unique identifier of the patient.

Body Params

A schema for a patient's health card or insurance information. It contains details such as the card number, version code, and validity dates.

string

The expiration date of the health card in YYYY-MM-DD format.

string

The effective date of the health card in YYYY-MM-DD format.

string

The health card number.

string

The health card version code.

string

The type of health card.

string

A unique identifier for the health card record.

string

The unique health card number. This is the primary identifier for the card.

string

The version code of the health card, often a two or three-character alphanumeric string.

effectiveDate
object

An object containing the effective date of the health card.

expiryDate
object

An object containing the expiration date of the health card.

string
enum

The type of health card.

Allowed:
string

The group number associated with the insurance plan, if applicable.

Headers
string
required

A Valid JWT Authentication token.

string

Your unique Organization ID. This header is only required when using a custom portal domain, otherwise it is optional.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json