UNPKG

fhir

Version:

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

6 lines (5 loc) 139 B
import type { ParsedConcept } from "./parsed-concept"; export interface ParsedSystem { uri: string; codes: ParsedConcept[]; }