Skip to content

Commit 5088a81

Browse files
author
doruk.ozturk
committed
Add urgent care facilities layer
1 parent 3349d39 commit 5088a81

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

ansible/roles/dataqs/templates/dataq_settings.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,13 @@
264264
'table': 'public_schools',
265265
'sld': 'point',
266266
'description': 'This Public Schools feature dataset is composed of all Public elementary and secondary education facilities in the United States as defined by the Common Core of Data(CCD, https://nces.ed.gov/ccd/ ), National Center for Education Statistics (NCES, https://nces.ed.gov ), US Department of Education for the 2012-2013 school year. This includes all Kindergarten through 12th grade schools as tracked by the Common Core of Data. Included in this dataset are military schools in US territories and referenced in the city field with an APO or FPO address. DOD schools represented in the NCES data that are outside of the United States or US territories have been omitted. This shapefile contains all MEDS/MEDS+ as approved by NGA. Complete field and attribute information is available in the ”Entities and Attributes” metadata section. Geographical coverage is depicted in the thumbnail above and detailed in the Place Keyword section of the metadata. This shapefile does not have a relationship class.'
267+
},
268+
{
269+
'name': 'Urgent Care Facilities',
270+
'url': 'https://hifld-dhs-gii.opendata.arcgis.com/datasets/0d748999f5eb4e76a7e0389442381af6_0.geojson',
271+
'table': 'urgent_care_facilities',
272+
'sld': 'point',
273+
'description': "Urgent Care Facilities Urgent care is defined as the delivery of ambulatory medical care outside of a hospital emergency department on a walk-in basis without a scheduled appointment. (Source: Urgent Care Association of America) The Urgent Care dataset consists of any location that is capable of providing emergency medical care and must provide emergency medical treatment beyond what can normally be provided by an EMS unit, must be able to perform surgery, or must be able to provide recuperative care beyond what is normally provided by a doctor's office. In times of emergency, the facility must be able to accept patients from the general population or patients from a significant subset of the general population (e.g., children). Florida and Arizona license Urgent Care facilities within their state. However, the criteria for licensing and the criteria for inclusion in this dataset do not appear to be the same. For these two states, this dataset contains entities that fit TGS' criteria for an Urgent Care facility but may not be licensed as Urgent Care by the state. During processing, TGS found that this is a rapidly changing industry. Although TGS intended for all Urgent Care facilities to be included in this dataset, the newest facilities may not be included. Entities that are excluded from this dataset are administrative offices, physician offices, workman compensation facilities, free standing emergency rooms, and hospitals. Urgent Care facilities that are operated by and co-located with a hospital are also excluded because the locations are included in the hospital dataset. ID# 10194253 is a 'mobile' urgent care center that provides urgent care to private residences. This entity is plotted at its administrative building. Records with '-DOD' appended to the end of the [NAME] value are located on a military base, as defined by the Defense Installation Spatial Data Infrastructure (DISDI) military installations and military range boundaries. At the request of NGA, text fields in this dataset have been set to all upper case to facilitate consistent database engine search results. At the request of NGA, all diacritics (e.g., the German umlaut or the Spanish tilde) have been replaced with their closest equivalent English character to facilitate use with database systems that may not support diacritics. This dataset does not contain any Urgent Care facilities in American Samoa, Guam, the Virgin Islands, or the Commonwealth of the Northern Mariana Islands. The currentness of this dataset is indicated by the [CONTDATE] field. Based upon this field, the oldest record is dated 11/22/2004 and the newest record is dated 07/17/2009."
267274
}
268275
]
269276

dataqs/hifld/hifld.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ class HIFLDProcessor(GeoDataProcessor):
5757
'major_sport_venues': 'category:Public Venues',
5858
'day_care_centers': 'category:Education',
5959
'private_schools': 'category:Education',
60-
'public_schools': 'category:Education'
60+
'public_schools': 'category:Education',
61+
'urgent_care_facilities': 'category:Public Health'
6162
}
6263

6364
def __init__(self, layers=None):

0 commit comments

Comments
 (0)