Skip to main content
POST
/
api
/
2.0
/
document_tags
/
Create Document Tag
curl --request POST \
  --url https://sandbox.elationemr.com/api/2.0/document_tags/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<string>",
  "code": "<string>",
  "context": "<string>",
  "description": "<string>",
  "practice_created": 123
}
'
{
  "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>"
}

Authorizations

Authorization
string
header
required

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

Body

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
description
string | null
Maximum string length: 500
practice_created
integer<int64> | null

The id of the tag's practice.

Response

201 - 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