{
  "tableNumber": "0228",
  "id": "v2-0228",
  "name": "DiagnosisClassification",
  "title": "diagnosisClassification",
  "description": "Code system of concepts used to classify whether a patient visit can be related to a diagnosis.  Used in HL7 Version 2.x messaging in the DG1 segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0228",
  "concepts": [
    {
      "code": "C",
      "display": "Consultation"
    },
    {
      "code": "D",
      "display": "Diagnosis"
    },
    {
      "code": "M",
      "display": "Medication (antibiotic)"
    },
    {
      "code": "O",
      "display": "Other"
    },
    {
      "code": "R",
      "display": "Radiological scheduling (not using ICDA codes)"
    },
    {
      "code": "S",
      "display": "Sign and symptom"
    },
    {
      "code": "T",
      "display": "Tissue diagnosis"
    },
    {
      "code": "I",
      "display": "Invasive procedure not classified elsewhere (I.V., catheter, etc.)"
    }
  ]
}