UNPKG

fhir

Version:

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

6 lines (4 loc) 195 B
var convert = require('./convert'), func = convert('flattenDeep', require('../flattenDeep'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;