UNPKG

fhir

Version:

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

14 lines 254 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "noImplicitAny": true, "strictNullChecks": true, "noEmit": true }, "files": [ "./index.d.ts", "./xml-js-tests.ts" ], "compileOnSave": false }