Transfer Encounter
curl --location 'https://encounters.play.medeintegra.dev/encounters/events/transfer/encounterId' \
--header 'Authorization: Bearer <<JWT_TOKEN>>' \
--header 'Content-Type: application/json' \
--data-raw '{
"providerInfo": {
"fullName": "hemchand_gp",
"providerId": "auth0|651406932c34c4a28be99f07"
"selectedSlot": {}
}
}'
API Fields Description
Provider Info
| Field | Description | Type | Required |
|---|---|---|---|
| fullName | Full name of provider | String | Yes |
| providerId | provider id | String | Yes |
| selectedSlot | Selected slot of provider | Number | No |
| encounterId | encounterId of patient | String | Yes |