Skip to content

PrescriptionDiagnosis

Prescription Diagnosis created in Dosespot

Fields

diagnosis_code · String · ICD10 Code in Dosespot for the diagnosis
diagnosis_description · String · Dosespot description of the diagnosis
diagnosis_id · ID · Dosespot ID of the diagnosis
primary · Boolean · Primary diagnosis

Used By

Definition

"""
Prescription Diagnosis created in Dosespot
"""
type PrescriptionDiagnosis {
"""
ICD10 Code in Dosespot for the diagnosis
"""
diagnosis_code: String
"""
Dosespot description of the diagnosis
"""
diagnosis_description: String
"""
Dosespot ID of the diagnosis
"""
diagnosis_id: ID
"""
Primary diagnosis
"""
primary: Boolean
}