Skip to content

Commit bb9a041

Browse files
author
Tom Schenk Jr
committed
Added eligibility criteria. Closes #2
1 parent 7837b7a commit bb9a041

5 files changed

Lines changed: 43 additions & 6 deletions

File tree

File renamed without changes.

docs/eligibility-criteria.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Lead Safe Eligibility Criteria
2+
3+
## Eligibility Criteria
4+
5+
In order to access the Lead Safe API, you must comply with the following criteria:
6+
7+
### 1. Must be a Healthcare Facility or Program as [Defined by the Illinois Department of Public Health](http://www.dph.illinois.gov/topics-services/health-care-regulation/facilities) in the City of Chicago.
8+
9+
### 2. Healthcare Facility Must Have a Clinical Point of Contact
10+
11+
The clinical point of contact should be a physician licensed to practice medicine in all its branches as defined by the [Illinois Medical Practice Act of 1987](http://ilga.gov/legislation/ilcs/ilcs3.asp?ActID=1309&ChapAct=225%C2%A0ILCS%C2%A060/&ChapterID=24&ChapterName=PROFESSIONS+AND+OCCUPATIONS&ActName=Medical+Practice+Act+of+1987). The physician shall be an authority or in a senior management position at their healthcare facility or program (the healthcare facility and program as defined by the Illinois Department of Public Health. The physician is expected to be a champion for the lead safe project, as well as willing to provide support or commit resources on behalf of the healthcare facility and program. This physician is generally in charge of medical matters and often is the superior of other physicians, but may also be in charge of other professional groups and areas of responsibility. In many healthcare facilities and programs, this person may have the title of the most senior physician, (e.g., chief physician, head physician, physician in chief, chief of medicine, chief medical officer, chief resident, chief of staff, etc.,) or they may also have the title of the most senior physician of a particular department (e.g., department chair) but they don't necessarily require any the titles noted in the above examples.
12+
13+
### 3. Healthcare Facility Must Have a Technical Point of Contact
14+
15+
The technical point of contact should be someone authorized to make changes to their Electronic Health Record (EHR) either through internal facility staff or external contractors and have a working understanding of HIPAA privacy and security rules, [Health Information Technology (HIT) Standards](https://www.healthit.gov/policy-researchers-implementers/2015-edition-final-rule) and [Application Programming Interfaces in HIT](https://www.healthit.gov/api-education-module/story_html5.html). The following describes the technical scope of work and expectations involved, but is not necessarily limited to these:
16+
17+
#### Scope of Work
18+
19+
EHR trigger to notify at-risk patients/families against a geographic database of Chicago lead risk. EHR trigger is based on age and pregnancy status patient list of patient at-risk to be notified in at the patient office visit and in real-time with a trigger notification alert. CDPH maintains a geographical listing of at-risk properties.
20+
21+
#### Deliverables
22+
23+
The Chicago Department of Public Health will provide access to an updated database where queries are made to the server based on child patient age and/or a mother’s prenatal visits and patient address. Queries handled to include, triggers, XML file, and Clinical Decision Support. At risk notification to provider or care coordinators to communicate to the patient.
24+
25+
26+
!!! info ""
27+
Lead Safe API is powered by open source software. The underlying model running the predictions [is available on GitHub](https://github.com/Chicago/lead-model).
28+
29+
30+
#### Anticipated Resources
31+
32+
Professional Services, Project Management, IT Development, Licenses, etc. Note that all costs for development, programming and support should be planned for and will be borne by the healthcare facility and not by the City of Chicago.
33+
34+
### 4. Privacy Official
35+
36+
Under HIPAA (Health Insurance Portability and Accountability Act of 1996) the healthcare facility's privacy official (the privacy official may have other titles and duties in addition to his/her privacy official designation in a typical healthcare facility setting) shall oversee all Lead Safe API development, implementation, maintenance and compliance to the healthcare facility's privacy policies in accordance with applicable federal, state, and local laws. HIPAA for purposes of this document includes HIPAA, HITECH and Omnibus requirements.
37+
File renamed without changes.
File renamed without changes.

mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ site_url: http://dev.cityofchicago.org/docs/lead-free
99
pages:
1010

1111
- Home: index.md
12-
- 'Clinical Content':
13-
- 'FAQ':
14-
- English: 'clinical-content/lead-faq-en.md'
15-
- Español: 'clinical-content/lead-faq-es.md'
16-
- 'Map of Elevated BLL': 'clinical-content/elevated-bll-map.md'
17-
- 'Terms of Service': 'tos.md'
1812
- 'Apply for Lead Safe': 'apply.md'
13+
- 'FAQ about Lead Poisoning':
14+
- English: 'faq/lead-faq-en.md'
15+
- Español: 'faq/lead-faq-es.md'
16+
- 'Map of Elevated BLL': 'elevated-bll-map.md'
17+
- 'Eligibility Criteria': 'eligibility-criteria.md'
18+
- 'Terms of Service': 'tos.md'
1919

2020
# Copyright
2121
copyright: Copyright &copy; 2016-2017 <a href="http://www.cityofchicago.org">City of Chicago</a> and licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a>.

0 commit comments

Comments
 (0)