{"id":28515209,"url":"https://github.com/pair-code/clinical-vis","last_synced_at":"2025-07-30T18:02:31.850Z","repository":{"id":66137873,"uuid":"151415064","full_name":"PAIR-code/clinical-vis","owner":"PAIR-code","description":"A javascript medical record visualization (https://arxiv.org/abs/1810.05798)","archived":false,"fork":false,"pushed_at":"2022-10-29T10:10:15.000Z","size":27698,"stargazers_count":25,"open_issues_count":0,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-05T09:40:28.007Z","etag":null,"topics":["data-visualization","electronic-medical-records"],"latest_commit_sha":null,"homepage":"https://pair-code.github.io/clinical-vis","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PAIR-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-03T13:14:24.000Z","updated_at":"2024-12-20T05:03:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"cddc630a-94db-4b3e-a650-5870fe761aba","html_url":"https://github.com/PAIR-code/clinical-vis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PAIR-code/clinical-vis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PAIR-code%2Fclinical-vis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PAIR-code%2Fclinical-vis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PAIR-code%2Fclinical-vis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PAIR-code%2Fclinical-vis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PAIR-code","download_url":"https://codeload.github.com/PAIR-code/clinical-vis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PAIR-code%2Fclinical-vis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267913391,"owners_count":24164524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-visualization","electronic-medical-records"],"created_at":"2025-06-09T03:05:02.410Z","updated_at":"2025-07-30T18:02:31.842Z","avatar_url":"https://github.com/PAIR-code.png","language":"HTML","readme":"# ClinicalVis\n\nClinicalVis is a medical record visualization that attempts to improve upon the\nbaseline table-based medical record visualizations.\n\nSee the paper that describes and evaluates the visualization on\n[arxiv](https://arxiv.org/abs/1810.05798).\n\nThis project contains two Polymer elements:\n* clinical-vis: The updated medical record visualization\n* clinical-table: A baseline table-based medical record visualization\n\n## Install the Polymer-CLI\n\nFirst, make sure you have the\n[Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run\n`polymer serve` to serve your element locally.\n\n## Viewing demos of the elements\n\nFrom this top-level clinical-vis directory:\n```\n$ polymer install\n$ polymer serve\n```\nThen navigate to:\n* `http://localhost:8081/components/clinical-vis/demo/index.html` for a demo of\n  the clinical-vis visualization\n* `http://localhost:8081/components/clinical-vis/demo/table-index.html` for a\n  demo of the baseline clinical-table visualization\n\n## Using the elements\n\nEach of the elements exposes a single bound parameter, 'json', which should be\nset to a JSON object containing the patient record to visualize. This is the\nexpected format of the JSON object:\n\nTop level key-value pairs:\n* 'diagnosis': (string) Admitting diagnosis\n* 'dob': (string) Date of birth (YYYY-MM-DD)\n* 'ethnicity': (string) Ethnicity\n* 'gender': (string) Gender\n* 'icu_type': (string) ICU type\n* 'notes': (array) List of notes in the medical record, see below.\n* 'events': (array) List of events in the medical record, see below.\n\nEach note in the 'notes' field is an object with the following key-value pairs:\n* 'timestamp': (string) Number of seconds since UNIX epoch when the note was\n  taken\n* 'category': (string) Category of the note, such as \"Nursing\" or \"Radiology\"\n* 'note': (string) Text of the note.\n\nEach event in the 'events' field is an object describing a measured or observed\nvalue with the following key-value pairs:\n* 'timestamp': (string) Number of seconds since UNIX epoch when the event was\n  recorded\n* 'key': (string) Name of the event, such as 'Temperature' or 'Heart Rate'\n* 'category': (string) The category of the event, such as 'Vitals' or 'Labs'\n* 'value_string': (string) If the event data is a string, such as the the value\n  'Clear' for the category 'Lung Sounds', then this field holds the value.\n* 'value_num': (number) If the event data is a number, such as the the value\n  165 for the category 'Platelets', then this field holds the value.\n\n## This is not an official Google product\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpair-code%2Fclinical-vis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpair-code%2Fclinical-vis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpair-code%2Fclinical-vis/lists"}