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

{
  "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
}