This git repository holds the code for our ICS' first collaborative coding effort to bring our Population Health Outcomes Framework together.
This repository has three folders:
Folder for SQL files. Each indicator will, at minimum, have an insert statement to enter into the database tables, but may also require SQL to prepare the data. Please end these scripts with the inset statement to the indicator table.
Please name files as follows, replacing spaces with underscores, in lower case: IndicatorID_IndicatorName e.g. 0_example_indicator
Folder for R files. Each indicator will, at minimum, have an insert statement to enter into the database tables, but may also require SQL to prepare the data. Please end these scripts with the inset statement to the indicator table.
Please name files as follows, replacing spaces with underscores, in lower case: IndicatorID_IndicatorName e.g. 0_example_indicator
Any associated documentation that is required to be shared can be added here. In general, avoid adding to this unless necessary, as the meta data will take care of definitions.
Proposed database will be held on the MLCSU data warehouse.
Proposed data structure can be viewed here: https://lucid.app/lucidchart/d9cd8fe8-b5c9-4aa4-b5fc-5db5e0098a81/edit?page=0_0&invitationId=inv_cd725744-daea-40f5-99c9-38cbd579e135#
This repository is for SQL, R and other associated code to building the indicators, but it is not intended to publish data or contain any data. By following that workflow, no data will be exposed.
By contributing to this project, you are taking responsibility for not uploading any data to GitHub
To help with this, the project is contains a .gitignore
file. This file contains file/folder/file extensions that Git will ignore by default. If you need to import one of these files, you can do so, but you will need to use the force
command to do so.
**This repository is dual licensed under the Open Government v3 & MIT. All code can outputs are subject to Crown Copyright.