|
1 |
| -#Proposed Data Specification for Flu Shot Locations |
| 1 | +# Proposed Data Specification for Flu Shot Locations |
2 | 2 |
|
3 |
| -##Formatting |
| 3 | +## Formatting |
4 | 4 |
|
5 | 5 | * Data on locations for a specific municipality must be saved as a single comma-delimited text file using RFC 4180 format.
|
6 | 6 | * Each line in the file must end with a CRLF or LF line break character.
|
7 | 7 | * Files should be encoded in UTF-8 to support all Unicode characters. Files that include the Unicode byte-order mark (BOM) character are acceptable.
|
8 | 8 | * Whitespace is not permitted; remove any extra spaces between fields or field names.
|
9 | 9 |
|
10 |
| -##Field Names |
| 10 | +## Field Names |
11 | 11 |
|
12 | 12 | * The first line of the file must contain field names.
|
13 | 13 | * All field names are case-sensitive.
|
14 | 14 | * Field values may not contain tabs, carriage returns or new lines.
|
15 | 15 |
|
16 |
| -##Values |
| 16 | +## Values |
17 | 17 |
|
18 | 18 | * Field values that contain quotation marks or commas must be enclosed within quotation marks. In addition, each quotation mark in the field value must be preceded with a quotation mark.
|
19 | 19 | * All field names are case-sensitive.
|
20 | 20 | * Field values may not contain tabs, carriage returns or new lines.
|
21 | 21 | * Field values must not contain XML elements, HTML tags, comments, escape sequences, or other unexpected values.
|
22 | 22 |
|
23 |
| -##Records |
| 23 | +## Records |
24 | 24 |
|
25 | 25 | * Facilities that are open for only a single day on a specified date should use a record with the same begin_date and end_date.
|
26 | 26 | * Facilities that are open for periods that include non-contiguous date ranges should use multiple records for the same facility, with the appropriate date ranges reflected in begin_date and end_date for each time period.
|
27 | 27 | * Facilities that are open for periods that include non-contiguous time ranges on the same day should use multiple records for the same facility, with the appropriate time ranges reflected in begin_time and end_time for each time period.
|
28 | 28 |
|
29 |
| -##Cities that are using this spec |
| 29 | +## Cities that are using this spec |
30 | 30 |
|
31 | 31 | * [Philadelphia](https://github.com/CityOfPhiladelphia/flu-shot-spec)
|
32 | 32 | * [Chicago](https://data.cityofchicago.org/developers/docs/flu-shot-clinic-locations-2013)
|
33 | 33 | * [San Francisco](https://data.sfgov.org/Public-Health/San-Francisco-Department-of-Public-Health-Flu-Shot/yg87-cd6v)
|
34 | 34 |
|
35 |
| -##Using / Contributing |
| 35 | +## Using / Contributing |
36 | 36 |
|
37 | 37 | This proposed specification is intended for use by governments, non-profits and other health care providers. Comments, questions, etc may be registered by subitting a new [issue](../../issues).
|
38 | 38 |
|
|
0 commit comments