Skip to content

Commit

Permalink
updates covid notes
Browse files Browse the repository at this point in the history
  • Loading branch information
abramm01 committed Dec 2, 2024
1 parent 481fb92 commit d691aae
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
4 changes: 2 additions & 2 deletions management-report/markdown/management-report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ This report has been produced by Public Health Scotland (PHS) and contains analy

<span style="color:red"> **The information contained in this report is for management information only and should not be distributed widely.** </span>

**Please note that both the Dementia Post Diagnostic Support service provision and data submission to PHS have been affected by the COVID-19 pandemic.**

These reports reflect the [Dementia PDS dataset](https://publichealthscotland.scot/media/20921/2023-12-14-dementia-pds-definitions-and-recording-guidance-v14.pdf) effective 01 April 2019 and contain data for individuals diagnosed with dementia between **`r format(dmy(01042016), "%d %B %Y")`** and **`r format(end_date, "%d %B %Y")`** who were referred for post diagnostic support.

Data are submitted to PHS by health boards on a quarterly basis. Each health board provides updated information for all individuals referred for post diagnostic support with a diagnosis date from `r format(start_date, "%d %B %Y")` onwards. Therefore, data for diagnoses from this date onwards are refreshed in each management report and are based on the most recently submitted data.
Expand Down Expand Up @@ -103,6 +101,8 @@ Row

*Please note the following:*

**Please note that both the Dementia Post Diagnostic Support service provision and data submission to PHS were affected by the COVID-19 pandemic.**

**NHS Orkney** – NHS Orkney had no referrals in *2022/23* (*Q3* and *Q4*) and *2023/24* (*Q1* and *Q2*) as they were unable to access a consultant psychiatrist.

**NHS Shetland** - NHS Shetland did not have a PDS worker in post from *2022/23 Q1* through *2023/24 Q3*. As a result not all people referred to PDS could be allocated or contacted by a PDS worker within 12 months of diagnosis, hence they have been recorded as not having met the standard. A PDS worker was assigned in *2023/24 Q4* and the PDS service in Shetland has resumed.
Expand Down
9 changes: 8 additions & 1 deletion management-report/markdown/subpage-hb.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ qt_text <-
}
}
# text to state impact of Covid 19
covid_text <-
case_when(
str_sub(sel_fy, 1, 4) == "2020" ~
"**Please note that both the Dementia Post Diagnostic Support service provision and data submission to PHS have been affected by the COVID-19 pandemic.**",
TRUE ~ ""
)
# Text to explain incomplete years / referrals still ongoing
latest_final_year <- dmy(paste0("0104",substr(finalised_years[length(finalised_years)],1,4)))
Expand Down Expand Up @@ -209,7 +216,7 @@ Row

### **Note**

**Please note that both the Dementia Post Diagnostic Support service provision and data submission to PHS have been affected by the COVID-19 pandemic.**
`r covid_text`

`r completeness_text`

Expand Down
10 changes: 9 additions & 1 deletion management-report/markdown/subpage-scotland.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ qt_text <-
}
}
# text to state impact of Covid 19
covid_text <-
case_when(
str_sub(sel_fy, 1, 4) == "2020" ~
"**Please note that both the Dementia Post Diagnostic Support service provision and data submission to PHS have been affected by the COVID-19 pandemic.**",
TRUE ~ ""
)
# Text to explain incomplete years / referrals still ongoing
latest_final_year <- dmy(paste0("0104",substr(finalised_years[length(finalised_years)],1,4)))
Expand Down Expand Up @@ -205,7 +213,7 @@ Row

### **Note**

**Please note that both the Dementia Post Diagnostic Support service provision and data submission to PHS have been affected by the COVID-19 pandemic.**
`r covid_text`

`r completeness_text`

Expand Down

0 comments on commit d691aae

Please sign in to comment.