> ## 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.

# The Document Tag Object

Document Tags are tags that can be attached to any Document object. There are global document tags (practice\_created is null) and per-practice tags that can be created, deleted and updated.

## Object Definition

```json theme={null}
{
  "id": 127362,
  "value": "My Tag",
  "description": "Test document tag",
  "code_type": "CPT", // CPT, SNOMED, HL7, ICD9, LOINC, CVX, RXNORM, ICD10, CPTII, HCPCS or EL8
  "code": "1",
  "practice_created": 131074,
  "concept_name": "diet-counsel",
  "context": "ordered" // rejected, ordered or reviewed
}
```
