
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@fhirwall/core
Advanced tools
FHIRWall Core is a module designed to provide essential functionality and data types for handling FHIR (Fast Healthcare Interoperability Resources) data in FHIRWall Server. This module includes various classes and utilities for managing FHIR resources, data fields, and primitives.
You can install the FHIRWall Core module via npm. Make sure you have Node.js and npm installed on your system before proceeding.
npm install @fhirwall/core
You can import individual components or the entire module as needed in your project.
import { FHIR_string, FHIR_date } from '@fhirwall/core';
For detailed documentation on each component and data type, refer to the source code. The source files in the src
directory contain inline comments and explanations to guide you through the usage of each component.
Contributions to FHIRWall Core are welcome! If you encounter any issues, have suggestions for improvements, or want to add new features, feel free to open an issue or submit a pull request on the GitHub repository.
FHIRWall Core is licensed under the AGPL-3.0 License. See the LICENSE file for details.
FAQs
Core for FHIRWall Server
We found that @fhirwall/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.