From 353709fb7b72f5e21adfaaf4166da28fc6401fbc Mon Sep 17 00:00:00 2001 From: Zach Beck Date: Mon, 8 Jul 2024 11:06:56 -0600 Subject: [PATCH 1/3] new licensed health care facilities page --- .../licensed-health-care-facilities.astro | 82 +++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 src/pages/products/sgid/health/licensed-health-care-facilities.astro diff --git a/src/pages/products/sgid/health/licensed-health-care-facilities.astro b/src/pages/products/sgid/health/licensed-health-care-facilities.astro new file mode 100644 index 000000000..ae0d2917e --- /dev/null +++ b/src/pages/products/sgid/health/licensed-health-care-facilities.astro @@ -0,0 +1,82 @@ +--- +import Layout from '@layouts/DataPage.astro'; + +import type { IMetadata, IPageMetadata } from '@models/types'; +import { ProductType, SgidCategory } from '@models/types'; + +import HubDownloads from '@components/data/HubDownloads.astro'; +import Metadata from '@components/data/Metadata.astro'; +import UpdateHistory from '@components/data/UpdateHistory.astro'; + +import CardWithPopularLink from '@components/page/CardWithPopularLink.astro'; +import CardWithSmallLink from '@components/page/CardWithSmallLink.astro'; +import GridForMoreResources from '@components/page/GridForMoreResources.astro'; +import GridForYouMightLike from '@components/page/GridForYouMightLike.astro'; +import Section from '@components/page/Section.astro'; + +import { dataPages } from '@data/downloadMetadata'; + +export const metadata: IMetadata = { + pageTitle: 'Utah Licensed Health Care Facilities', + pageDescription: `Hospitals, clinics, etc`, + stewards: ['UGRC', 'DHHS'], + type: ProductType.POINT, + category: SgidCategory.HEALTH, +}; + +const page: IPageMetadata = { + ...metadata, + application: + 'https://docs.google.com/spreadsheets/d/e/2PACX-1vT8pLW5yVrV9EY811pE3leFw9u65FtXkMaADaYYdBi0zpjAhrIhaGDQpdQA-jPn8D07DxStjKcWXUcF/pubhtml?gid=1835834361&single=true', + updateHistory: [`June 2024`], + hub: { + ...dataPages[metadata.pageTitle], + }, +}; +--- + + + + + +

+ Health care facilities licensed by the Division of Licensing and Background Checks (DLBC) Office of Licensing (OL) + under the authority of the Utah Department of Health and Human Services (DHHS). These locations are regularly + inspected to ensure programs and facilities are in compliance with state and federal health treatment and safety + standards. Some of the facilities in this dataset include but are not limited to hospitals, assisted living, + hospice care, mammography, and ambulatory surgical facilities. +

+
+ +
+ +
+ + + +
+ + Licensed health care facility rules, documents and other information. + The homepage for the Utah Department of Health and Human Services + +
+ +
+ + Areas used by DHHS for reporting. + Nationwide health information at The Centers for Disease Control and Prevention + +
+
From 9594a3da6b7043394252306f7cdb0d9770ae00dd Mon Sep 17 00:00:00 2001 From: Zach Beck Date: Mon, 8 Jul 2024 11:42:32 -0600 Subject: [PATCH 2/3] licensed health care facilities download metadata fix --- src/data/downloadMetadata.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/downloadMetadata.ts b/src/data/downloadMetadata.ts index c733e476a..0ac4e19c0 100644 --- a/src/data/downloadMetadata.ts +++ b/src/data/downloadMetadata.ts @@ -1380,6 +1380,13 @@ export const dataPages: DownloadMetadata = { openSgid: 'health.health_care_facilities', layerId: 0, }, + 'Utah Licensed Health Care Facilities': { + itemId: '925570c858174b2aa04dbec0896cee91', + name: 'Utah Licensed Health Care Facilities', + featureServiceId: 'UtahLicensedHealthCareFacilities', + openSgid: 'health.licensed_health_care_facilities', + layerId: 0, + }, 'Utah Emergency Medical Services': { itemId: '4d29084d6e434ef397ae5922ba7402b4', name: 'Utah Emergency Medical Services', From c5a45b71bc31cff854093296827d147929c6672c Mon Sep 17 00:00:00 2001 From: Zach Beck Date: Mon, 8 Jul 2024 13:04:31 -0600 Subject: [PATCH 3/3] case fix --- .../products/sgid/health/licensed-health-care-facilities.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/products/sgid/health/licensed-health-care-facilities.astro b/src/pages/products/sgid/health/licensed-health-care-facilities.astro index ae0d2917e..b04330799 100644 --- a/src/pages/products/sgid/health/licensed-health-care-facilities.astro +++ b/src/pages/products/sgid/health/licensed-health-care-facilities.astro @@ -57,7 +57,7 @@ const page: IPageMetadata = {
Licensed health care facility rules, documents and other information.