Skip to content

Commit 0f508ea

Browse files
authored
Updates in Readme file
1 parent dfc0170 commit 0f508ea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
#Proposed Data Specification for Flu Shot Locations
1+
# Proposed Data Specification for Flu Shot Locations
22

3-
##Formatting
3+
## Formatting
44

55
* Data on locations for a specific municipality must be saved as a single comma-delimited text file using RFC 4180 format.
66
* Each line in the file must end with a CRLF or LF line break character.
77
* Files should be encoded in UTF-8 to support all Unicode characters. Files that include the Unicode byte-order mark (BOM) character are acceptable.
88
* Whitespace is not permitted; remove any extra spaces between fields or field names.
99

10-
##Field Names
10+
## Field Names
1111

1212
* The first line of the file must contain field names.
1313
* All field names are case-sensitive.
1414
* Field values may not contain tabs, carriage returns or new lines.
1515

16-
##Values
16+
## Values
1717

1818
* 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.
1919
* All field names are case-sensitive.
2020
* Field values may not contain tabs, carriage returns or new lines.
2121
* Field values must not contain XML elements, HTML tags, comments, escape sequences, or other unexpected values.
2222

23-
##Records
23+
## Records
2424

2525
* 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.
2626
* 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.
2727
* 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.
2828

29-
##Cities that are using this spec
29+
## Cities that are using this spec
3030

3131
* [Philadelphia](https://github.com/CityOfPhiladelphia/flu-shot-spec)
3232
* [Chicago](https://data.cityofchicago.org/developers/docs/flu-shot-clinic-locations-2013)
3333
* [San Francisco](https://data.sfgov.org/Public-Health/San-Francisco-Department-of-Public-Health-Flu-Shot/yg87-cd6v)
3434

35-
##Using / Contributing
35+
## Using / Contributing
3636

3737
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).
3838

0 commit comments

Comments
 (0)