JSON Dump of ICD 10 Codes & Desc
[
{
"code": "A000",| jQuery(document).ready(function($) { | |
| // Start ready block | |
| // if ($.fn.datetimepicker) { | |
| // $('#incident_date_time').datetimepicker({ | |
| // format: 'Y-m-d H:i', | |
| // step: 5 | |
| // }); | |
| // } |
| { | |
| "A": { | |
| "subheadings": { | |
| "A01": { | |
| "codes": { | |
| "A01.1": "Hemispherectomy", | |
| "A01.2": "Total lobectomy of brain", | |
| "A01.3": "Partial lobectomy of brain", | |
| "A01.8": "Other specified", | |
| "A01.9": "Unspecified" |
| { | |
| "A": { | |
| "subheadings": { | |
| "A01": { | |
| "codes": { | |
| "A01.1": "Hemispherectomy", | |
| "A01.2": "Total lobectomy of brain", | |
| "A01.3": "Partial lobectomy of brain", | |
| "A01.8": "Other specified", | |
| "A01.9": "Unspecified" |
| { | |
| "resourceType": "Bundle", | |
| "id": "DischargeSummary", | |
| "type": "document", | |
| "entry": [ | |
| { | |
| "fullUrl": "Composition/1", | |
| "resource": { | |
| "resourceType": "Composition", | |
| "id": "1", |
| -- ## Kematzy Hasura AuditTrail | |
| -- This is based on the [Hasura/audit-trigger](https://github.com/hasura/audit-trigger). | |
| -- | |
| -- Changes from the Hasura version: | |
| -- 1. Simplified audit table schema with these changes: | |
| -- a. Renamed columns to lowerFirst format. | |
| -- b. Changed order of columns. | |
| -- c. Combined schema & table name into one column. | |
| -- d. Stores the record `id` UUID value in the `rowId` column. |
| -- ## Kematzy Hasura AuditTrail | |
| -- This is based on the [Hasura/audit-trigger](https://github.com/hasura/audit-trigger). | |
| -- | |
| -- Changes from the Hasura version: | |
| -- 1. Simplified audit table schema with these changes: | |
| -- a. Renamed columns to lowerFirst format. | |
| -- b. Changed order of columns. | |
| -- c. Combined schema & table name into one column. | |
| -- d. Stores the record `id` UUID value in the `rowId` column. |
The idea is to provide a database as a service to end users in such a way that no one except the user herself can access the data, not even the hosting provider or the database administrator.
(Items in bold indicate possible concerns)
| Keycloak | WSO2 Identity Server | Gluu | CAS | OpenAM | Shibboleth IdP | LemonLDAP::NG | |
|---|---|---|---|---|---|---|---|
| OpenID Connect/OAuth support | yes | yes | yes | yes | yes | third-party | yes |
| Multi-factor authentication | yes | yes | yes | yes | yes | yes | yes |
| Admin UI | yes | yes | yes | yes | yes | no | yes |
| OpenJDK support | yes | yes | no³ | yes | yes | **[partial](https://wiki.shibboleth.net/confluence/display/IDP30/SystemRequ |
| import React from 'react'; | |
| import { Subscription } from 'react-apollo'; | |
| import gql from 'graphql-tag'; | |
| const ConvertScreen = () => { | |
| const urlParams = new URLSearchParams(window.location.search); | |
| const id = urlParams.get('id'); | |
| return ( | |
| <Subscription |