Skip to content

Instantly share code, notes, and snippets.

@jibrel
jibrel / claim.js
Created April 24, 2024 11:46 — forked from polodev/claim.js
jQuery(document).ready(function($) {
// Start ready block
// if ($.fn.datetimepicker) {
// $('#incident_date_time').datetimepicker({
// format: 'Y-m-d H:i',
// step: 5
// });
// }
@jibrel
jibrel / opcs4.9.json
Created December 11, 2023 10:56 — forked from KeironO/opcs4.9.json
{
"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",
@jibrel
jibrel / README.md
Created May 13, 2023 23:50 — forked from cryocaustik/README.md
JSON Dump of ICD 10 Codes & Desc

CMS ICD GEMs JSON Dump

JSON Dump of ICD 10 Codes & Desc

Data Sample (formatted)

[
    {
      "code": "A000",
@jibrel
jibrel / kematzy.hasura.audit_trail.sql
Created November 12, 2022 22:50 — forked from 24601/kematzy.hasura.audit_trail.sql
Hasura AuditTrail by Kematzy
-- ## 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.
@jibrel
jibrel / kematzy.hasura.audit_trail.sql
Created November 12, 2022 22:48 — forked from kematzy/kematzy.hasura.audit_trail.sql
Hasura AuditTrail by Kematzy
-- ## 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.
@jibrel
jibrel / Zero_knowledge_db.md
Created May 16, 2022 06:08 — forked from thiloplanz/Zero_knowledge_db.md
Zero-knowledge databases

Zero knowledge databases

The idea

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.

Advantages

  • A privacy- and/or security-conscious user will have more trust in such a setup.
  • The service provider cannot be coerced to release the data they were trusted with, and he cannot be held responsible for the content he is storing.
@jibrel
jibrel / open-source-sso.md
Created January 13, 2022 20:37 — forked from bmaupin/open-source-sso.md
Comparison of open-source SSO implementations
@jibrel
jibrel / open-source-sso.md
Created October 1, 2021 15:50 — forked from yanivmn/open-source-sso.md
Comparison of open-source SSO implementations
Aerobase Keycloak WSO2 Identity Server Gluu CAS OpenAM Shibboleth IdP
OpenID Connect/OAuth support yes yes yes yes yes yes third-party
Multi-factor authentication yes yes yes yes yes yes yes
Admin UI yes yes yes yes yes yes no
OpenJDK support yes yes yes yes no
Identity brokering yes yes yes
Middleware NGINX, Wildfly Wildfly, JBOSS WSO2 Carbon Jetty, Apache HTTPD any Java app server any Java app server Jetty, Tomc