Skip to content

yohlime/ph-covid19-data-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOH COVID-19 Case Information Data for the Philippines

Contains scripts for processing COVID-19 data from the DOH data drop.

Data updated daily since June 9, 2020.

React App:

Example API:

Fields:

Field Name Description Type
caseCode Random code assigned for labelling cases String
age Age Integer
sex Sex Enum
healthStatus Known current health status of patient Enum
[asymptomatic, mild, severe, critical, died, recovered]
removalType Type of removal: Enum
[recovered, died]
dateSpecimen Date when specimen was collected Date
dateResultRelease Date when result is released Date
dateRepConf Date publicly announced as confirmed case Date
dateDied Date died Date
dateRecover Date recovered Date
dateOnset Date of onset of symptoms Date
isAdmitted True if patient has been admitted to hospital Boolean
isQuarantined True if home quarantined Boolean
isPregnant True if patient is pregnant at any point during COVID-19 condition Boolean
regionRes Region of residence String
provRes Province of residence String
cityMunRes City of residence String
cityMuniPSGC Philippine Standard Geographic Code of Municipality or City of Residence String
barangayRes Barangay of residence String
barangayPSGC Philippine Standard Geographic Code of Barangay of Residence String

Additional Fields:

Field Name Description Type
createdAt Date added to database Date
updatedAt Date updated in database Date