Skip to main content
PATCH
/
api
/
2.0
/
document_tags
/
{id}
Partially Update Document Tag
curl --request PATCH \
  --url https://sandbox.elationemr.com/api/2.0/document_tags/{id}/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>",
  "context": "<string>",
  "description": "<string>",
  "practice_created": 123,
  "value": "<string>"
}
'
{
  "value": "<string>",
  "code": "<string>",
  "context": "<string>",
  "created_date": "2023-11-07T05:31:56Z",
  "deleted_date": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "id": 123,
  "practice_created": 123,
  "snomed_result_code": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt

Use this file to discover all available pages before exploring further.

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
code
string | null

The code of the tag.

Maximum string length: 50
code_type
enum<string> | null

The type of the tag's code.

Available options:
CPT,
CPTII,
CVX,
EL8,
HCPCS,
HL7,
ICD10,
ICD9,
LOINC,
RXNORM,
SNOMED
concept_name
enum<string> | null

The name of the tag's concept.

Available options:
cognitive-assessment,
depression-screening-adolescent-declined,
depression-screening-adult-declined,
diet-counsel,
dietic-service-referral,
dietician-referral,
exercise-counsel,
falls-assessment,
flu-vaccine-contraindicated,
flu-vaccine-declined,
flu-vaccine-elsewhere,
flu-vaccine-referred,
hospice-care,
hpv-test,
nutrition-counsel,
pap-smear,
phys-activity-counsel,
procedure-contraindicated,
tobacco-counsel-long,
tobacco-counsel-short,
unable-to-walk,
wt-mgmt-referral
context
string | null

The context of the tag. Choices = rejected, ordered or reviewed.

Maximum string length: 15
description
string | null
Maximum string length: 500
practice_created
integer<int64> | null

The id of the tag's practice.

value
string
Maximum string length: 100

Response

200 - application/json
value
string
required
Maximum string length: 100
code
string | null

The code of the tag.

Maximum string length: 50
code_type
enum<string> | null

The type of the tag's code.

Available options:
CPT,
CPTII,
CVX,
EL8,
HCPCS,
HL7,
ICD10,
ICD9,
LOINC,
RXNORM,
SNOMED
concept_name
enum<string> | null

The name of the tag's concept.

Available options:
cognitive-assessment,
depression-screening-adolescent-declined,
depression-screening-adult-declined,
diet-counsel,
dietic-service-referral,
dietician-referral,
exercise-counsel,
falls-assessment,
flu-vaccine-contraindicated,
flu-vaccine-declined,
flu-vaccine-elsewhere,
flu-vaccine-referred,
hospice-care,
hpv-test,
nutrition-counsel,
pap-smear,
phys-activity-counsel,
procedure-contraindicated,
tobacco-counsel-long,
tobacco-counsel-short,
unable-to-walk,
wt-mgmt-referral
context
string | null

The context of the tag. Choices = rejected, ordered or reviewed.

Maximum string length: 15
created_date
string<date-time> | null
read-only
deleted_date
string<date-time> | null
read-only
description
string | null
Maximum string length: 500
id
integer
read-only
practice_created
integer<int64> | null

The id of the tag's practice.

snomed_result_code
string | null
read-only