ClientMedicalDiagnosis
Contains data regarding a medical diagnose of a client
type ClientMedicalDiagnosis {
icd10code: String
id: ClientMedicalDiagnosisID!
notes: String
preferredTerm: String
prescriptions: [Prescription!]!
}
Fields
ClientMedicalDiagnosis.icd10code ● String scalar
Contains information about the icd10 code
ClientMedicalDiagnosis.id ● ClientMedicalDiagnosisID! non-null scalar
Unique identifier for the medical diagnosis
ClientMedicalDiagnosis.notes ● String scalar
Contains information about additional notes for the diagnosis
ClientMedicalDiagnosis.preferredTerm ● String scalar
The title of the diagnosis
ClientMedicalDiagnosis.prescriptions ● [Prescription!]! non-null object
A list of prescriptions containing this diagnosis
Member Of
Client object