Skip to main content
PATCH
/
api
/
2.0
/
visit_note_types
/
{id}
/
Partially Update Visit Note Type
curl --request PATCH \
  --url https://sandbox.elationemr.com/api/2.0/visit_note_types/{id}/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "is_mu_office_visit": true,
  "name": "<string>",
  "practice_created": 123
}
'
{
  "name": "<string>",
  "created_date": "2023-11-07T05:31:56Z",
  "deleted_date": "2023-11-07T05:31:56Z",
  "id": 123,
  "is_mu_office_visit": true,
  "practice_created": 123,
  "rank": 123,
  "snomed_code": {
    "code": "<string>",
    "description": "<string>"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Body

application/json
is_mu_office_visit
boolean
name
string
Maximum string length: 50
practice_created
integer<int64> | null
snomed_code
object

Response

200 - application/json
name
string
required
Maximum string length: 50
created_date
string<date-time> | null
read-only
deleted_date
string<date-time> | null
read-only
id
integer
read-only
is_mu_office_visit
boolean
practice_created
integer<int64> | null
rank
integer
read-only
snomed_code
object