UNPKG

fhir

Version:

Library that assists in handling FHIR resources. Supports serialization between JSON and XML, validation and FhirPath evaluation.

6 lines (5 loc) 120 B
module.exports = { 'clamp': require('./clamp'), 'inRange': require('./inRange'), 'random': require('./random') };