UNPKG

fhir

Version:

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

11 lines 278 B
export interface ParsedProperty { _name: string; _type: string; _targetProfiles?: string[]; _multiple?: boolean _required?: boolean; _choice?: string; _properties?: ParsedProperty[]; _valueSetStrength?: string; _valueSet?: string; }