POCONC-189: Modify lung cancer treatment report columns #192
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR:
Adds the following columns to the
generate_flat_lung_cancer_treatment
stored procedure:referring_health_facility
- Name of the referring facility or location.referring_health_provider_freetext
- Captures the name of the health provider who referred the patient for today's visit/service.main_occupation_freetext
- Captures any non-coded occupation.other_chemical_exposure_freetext
- Captures any non-coded chemical exposure type.specific_family_member_chronic_illness_freetext
- Captures any non-coded chronic illnesses suffered by a family member.other_complaints_freetext
- Captures any non-coded medical complaints.no_of_hospitalizations_last_12_months
- Captures the number of hospitalizations the client had in the last year.other_procedure_ordered_freetext
- Captures any non-coded procedures ordered for the client.other_chemo_stop_reason_freetext
- Captures any non-coded reasons for stopping chemotherapy.other_chemo_drug_started_freetext
- Captures any non-coded chemotherapy drugs started following a particular encounter.other_post_chemo_or_non_chemo_drug
- Captures any non-coded drugs ordered for a patient after chemotherapy administration.other_referrals_freetext
- Captures any non-coded referrals ordered for the client.other_toxicity_assessment
- Captures any non-coded assessment of response to drug toxicity.therapeutic_plan_notes
- Written notes to capture the progress of therapy or clinical experience.