UNPKG

fhir

Version:

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

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