chart_tags
Data license: CC-BY
11 rows where tagId = 1794
This data as json, CSV (advanced)
Suggested facets: createdAt, createdAt (date), updatedAt (date)
Link | chartId | tagId | keyChartLevel | createdAt | updatedAt | isApproved |
---|---|---|---|---|---|---|
3998,1794 | Hospital beds per 1,000 people 3998 | Healthcare 1794 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
4081,1794 | Number of hospital beds 4081 | Healthcare 1794 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
4082,1794 | Acute care beds per 1,000 people 4082 | Healthcare 1794 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
4083,1794 | Number of acute care beds 4083 | Healthcare 1794 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
4084,1794 | Critical care beds per 1,000 people 4084 | Healthcare 1794 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
4085,1794 | Number of critical care beds 4085 | Healthcare 1794 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
4086,1794 | Intensive care beds per 100,000 people 4086 | Healthcare 1794 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
4087,1794 | Number of intensive care beds 4087 | Healthcare 1794 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
4088,1794 | Number of medical ventilators 4088 | Healthcare 1794 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
4543,1794 | Coverage of essential health services 4543 | Healthcare 1794 | 2 | 2023-05-10 08:21:50 | 2023-09-15 15:36:12 | 1 |
5194,1794 | Share of health facilities with essential medicines 5194 | Healthcare 1794 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "chart_tags" ( "chartId" INTEGER NOT NULL , "tagId" INTEGER NOT NULL , "keyChartLevel" TINYINT NOT NULL DEFAULT '0' , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "isApproved" TINYINT NOT NULL DEFAULT '0' , PRIMARY KEY ("chartId", "tagId"), FOREIGN KEY("chartId") REFERENCES "charts" ("id") ON UPDATE RESTRICT ON DELETE CASCADE, FOREIGN KEY("tagId") REFERENCES "tags" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "FK_chart_tags_tagId" ON "chart_tags" ("tagId");