You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any one of the final diagnoses can only be marked as "Principle" diagnosis.
If there are no final diagnosis, any one of the provisional diagnosis can be marked as "Principle" diagnosis instead.
The idea on how it is to be refactored was (before events module) to create a ConsultationDiagnosis model with fields:
icd11_diagnosis (CharField or FK to ICD11 Record
type ("provisional" or "final")
is_principle (boolean)
The text was updated successfully, but these errors were encountered:
With reference to: ohcnetwork/care_fe#6144
Diagnosis can be of two types:
Any one of the final diagnoses can only be marked as "Principle" diagnosis.
If there are no final diagnosis, any one of the provisional diagnosis can be marked as "Principle" diagnosis instead.
The idea on how it is to be refactored was (before events module) to create a
ConsultationDiagnosis
model with fields:icd11_diagnosis
(CharField
orFK
to ICD11 Recordtype
("provisional" or "final")is_principle
(boolean)The text was updated successfully, but these errors were encountered: