Returns a list of regions, including the hr_uid, which becomes helpful when seeking data for specific health regions with other endpoints.
Method | URI |
---|---|
GET | /regions |
{
"data": [
{
"hr_uid":471,
"province":"SK",
"engname":"Far North",
"frename":"Far North"
},
...
]
}
Returns a single health region record by Health Region UID (hr_uid)
Method | URI |
---|---|
GET | /regions/:hr_uid |
/regions/3553
Returns all Health Regions assigned to a Province.
Method | URI |
---|---|
GET | /province/:code/regions |
/province/SK/regions