live ER g0v mix tool - y12studio/y12io GitHub Wiki

全國重度級急救責任醫院急診即時訊息

Grafana - 全國重度級急救責任醫院急診即時訊息

y12io/projects/g0v-er at master · y12studio/y12io

Hospital - schema.org for JSON-LD

raw data

python version parse tsmh live ER status board

$ curl -s https://gist.githubusercontent.com/lanfon72/9ab25384500b0bb4f02b/raw/tsmh.py \
 | python | python -m json.tool
[
    {
        "Hosptial_SN": "943030019",
        "full_reported": false,
        "pending_ICU": 0,
        "pending_bed": 0,
        "pending_doctor": 0,
        "pending_ward": 13,
        "update_time": "1407385800"
    }
]

php version cornguo / tsuchi.php

$ curl -s https://gist.githubusercontent.com/cornguo/c3b97701f25acabb37fb/raw/vghtc.php \
 | php | python -m json.tool
{
    "full_reported": true,
    "hosptial_sn": "0617060018",
    "pending_bed": 21,
    "pending_doctor": 3,
    "pending_icu": 5,
    "pending_ward": 53,
    "update_time": null
}