Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

directfhir

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directfhir - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

server.js

34

package.json
{
"name": "directfhir",
"version": "0.0.1",
"license" : "SEE LICENSE IN LICENSE",
"version": "0.0.2",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/fhirfly/directfhir#readme",
"author": "Richard Braman - FHIR FLY <richard.braman@fhirfly.io> (https://fly.health/)",
"email" : "info@fhirfly.io",
"url" : "https://fly.health",
"email": "info@fhirfly.io",
"url": "https://fly.health",
"repository": {

@@ -14,4 +14,5 @@ "type": "git",

"bin": {
"directfhir": "./server.js"
},
"directfhir": "./server.js"
},
"type": "module",
"dependencies": {

@@ -29,12 +30,13 @@ "express": "^4.18.1",

},
"main" : "./server.js",
"funding": [{
"type" : "patreon",
"url" : "https://www.patreon.com/fhirfly"
},
{
"type" : "ethereum",
"url" : "0x75341449Dd0e8D696Ca09eD4996a637D2cF1EC57"
}
]
"main": "./server.js",
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/fhirfly"
},
{
"type": "ethereum",
"url": "0x75341449Dd0e8D696Ca09eD4996a637D2cF1EC57"
}
]
}
# directfhir
A Simple Express-NodeJS Personal FHIR Server that reads and writes data to a local [gitFHIR](https://github.com/fhirfly/gitfhir) filesystem. This Personal FHIR Server is meant for deployment to a Pesonal Computer or a small server.
A Simple Express-NodeJS Personal [FHIR Server](https://www.hl7.org/fhir/) that reads and writes data to a local [gitFHIR](https://github.com/fhirfly/gitfhir) filesystem. This Personal FHIR Server is meant for deployment to a Pesonal Computer or a small server. The server itself is a mere 12mb, and supports CREAT READ UPDATE and DELETE of FHIR resources. Elastic FHIR Search is being developed in a seprate project.
```npm i```
```node server.ts```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc