this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add discharge summary advice to reports (#3557)

added a dischrge summary advice to reports

authored by

Prafful Sharma and committed by
GitHub
d2a2c2f6 82591d7e

+6
+6
care/emr/reports/context_builder/data_points/encounter.py
··· 150 150 preview_value="", 151 151 description="Organizations associated with the encounter", 152 152 ) 153 + discharge_summary_advice = Field( 154 + display="Discharge Summary Advice", 155 + mapping="discharge_summary_advice", 156 + preview_value="Patient is advised to follow up in 2 weeks.", 157 + description="Discharge summary advice for the encounter", 158 + ) 153 159 154 160 155 161 class MinimumEncounterReportContext(BaseEncounterReportContext):