UNPKG

fhir

Version:

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

6 lines (5 loc) 154 B
export * from './parseConformance'; export * from "./model/bundle"; export * from './validator'; export * from './fhir'; export * from './fhirPath';