All Projects → HospitalRun → hospitalrun-core

HospitalRun / hospitalrun-core

Licence: other
All elements shared between Frontend and Backend, including CouchDB design-documents and schemas.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hospitalrun-core

QGettingStarted
An open-source library for launching and downloading 'Minecraft'.
Stars: ✭ 15 (-58.33%)
Mutual labels:  core
FusionCMS
A CMS for World of Warcraft private servers
Stars: ✭ 18 (-50%)
Mutual labels:  core
framework
Envuso is a backend framework focusing building apis using Fastify and MongoDB support.
Stars: ✭ 12 (-66.67%)
Mutual labels:  fastify
go-pouchdb
GopherJS bindings for PouchDB ⚠️ NOTICE ⚠️ this package has been superseded by https://github.com/go-kivik/kivik
Stars: ✭ 12 (-66.67%)
Mutual labels:  couchdb
firely-net-common
The official Firely .NET SDK for HL7 FHIR - Contains common code for all FHIR versions
Stars: ✭ 31 (-13.89%)
Mutual labels:  hl7
couchdb dart
A library for Dart developers for work with CouchDB
Stars: ✭ 47 (+30.56%)
Mutual labels:  couchdb
conjur-quickstart
Start securing your secrets and infrastructure by installing Conjur, using Docker and the official Conjur containers on DockerHub.
Stars: ✭ 18 (-50%)
Mutual labels:  core
core-command
Downloads, installs, updates, and manages a WordPress installation.
Stars: ✭ 41 (+13.89%)
Mutual labels:  core
sohva
CouchDB asynchronous client for Scala
Stars: ✭ 21 (-41.67%)
Mutual labels:  couchdb
core
WIP - A personal life helper providing solutions and happiness
Stars: ✭ 17 (-52.78%)
Mutual labels:  core
fastify-webpack-hmr
Webpack hot module reloading for Fastify
Stars: ✭ 29 (-19.44%)
Mutual labels:  fastify
epage-core
epage 核心依赖 低代码可视化配置
Stars: ✭ 22 (-38.89%)
Mutual labels:  core
kaspad
Kaspad is the reference full node Kaspa implementation written in Go (golang).
Stars: ✭ 81 (+125%)
Mutual labels:  core
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (+5.56%)
Mutual labels:  core
mili
Team technology management tool
Stars: ✭ 22 (-38.89%)
Mutual labels:  core
vrm core
Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)
Stars: ✭ 31 (-13.89%)
Mutual labels:  core
session
Session plugin for fastify
Stars: ✭ 52 (+44.44%)
Mutual labels:  fastify
create-fastify-app
An utility that help you to generate or add plugin to your Fastify project
Stars: ✭ 53 (+47.22%)
Mutual labels:  fastify
worker
Worker for Vela (Target's official Pipeline Automation Framework)
Stars: ✭ 27 (-25%)
Mutual labels:  core
titus
Deploy useful features in sprint one
Stars: ✭ 59 (+63.89%)
Mutual labels:  fastify

HospitalRun Core

Status Version GitHub CI Language grade: JavaScript Commitizen friendly Code scanning semantic-release dependabot Slack

This repository will host all elements shared between Frontend and Backend, including CouchDB design-documents and schemas.

CouchDB design and example documents

The repository also hosts design documents and examples from version 1.0.0-beta, to be used as a reference for development purpose.

src/design-documents
└── v1
    ├── appointments_by_date.ts
    ├── appointments_by_patient.ts
    ├── auth.ts
    ├── closed_incidents_by_user.ts
    ├── custom_form_by_type.ts
    ├── imaging_by_status.ts
    ├── incident_by_date.ts
    ├── incident_by_friendly_id.ts
    ├── inventory_by_friendly_id.ts
    ├── inventory_by_name.ts
    ├── inventory_by_type.ts
    ├── inventory_purchase_by_date_received.ts
    ├── inventory_purchase_by_expiration_date.ts
    ├── inventory_request_by_item.ts
    ├── inventory_request_by_status.ts
    ├── invoice_by_patient.ts
    ├── invoice_by_status.ts
    ├── lab_by_status.ts
    ├── medication_by_status.ts
    ├── open_incidents_by_user.ts
    ├── patient_by_admission.ts
    ├── patient_by_display_id.ts
    ├── patient_by_status.ts
    ├── photo_by_patient.ts
    ├── photo_by_procedure.ts
    ├── photo_by_visit.ts
    ├── pricing_by_category.ts
    ├── procedure_by_date.ts
    ├── report_by_visit.ts
    ├── sequence_by_prefix.ts
    ├── surgical_appointments_by_date.ts
    ├── visit_by_date.ts
    ├── visit_by_discharge_date.ts
    └── visit_by_patient.ts
src/examples-documents
└── v1
    ├── appointments_by_date.json
    ├── appointments_by_patient.json
    ├── closed_incidents_by_user.json
    ├── custom_form_by_type.json
    ├── imaging_by_status.json
    ├── incident_by_date.json
    ├── incident_by_friendly_id.json
    ├── inventory_by_friendly_id.json
    ├── inventory_by_name.json
    ├── inventory_by_type.json
    ├── inventory_by_type2.json
    ├── inventory_purchase_by_date_received.json
    ├── inventory_purchase_by_expiration_date.json
    ├── inventory_request_by_item.json
    ├── inventory_request_by_status.json
    ├── invoice_by_patient.json
    ├── invoice_by_status.json
    ├── invoice_by_status2.json
    ├── lab_by_status.json
    ├── medication_by_status.json
    ├── open_incidents_by_user.json
    ├── patient_by_admission.json
    ├── patient_by_display_id.json
    ├── patient_by_status.json
    ├── photo_by_patient.json
    ├── photo_by_procedure.json
    ├── photo_by_visit.json
    ├── pricing_by_category.json
    ├── procedure_by_date.json
    ├── report_by_visit.json
    ├── sequence_by_prefix.json
    ├── surgical_appointments_by_date.json
    ├── visit_by_date.json
    ├── visit_by_discharge_date.json
    └── visit_by_patient.json

License

Released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].