UNPKG

@enteral/fhir-schema

Version:
11 lines (10 loc) 341 B
export interface Options { /** A temporary random value to be used during pagination. */ paginationSecret?: string; /** * The URL for the SMART FHIR API end point; it must not end in a `/`. For example: * * `http://launch.smarthealthit.org/v/r4/sim/SOME_SECRET_HERE/fhir` */ smartFhirApiBase: string; }