Interface: TypeSchema
An indexed TypeSchema.
Example: The IndexedStructureDefinition for "Patient" would include the following TypeSchemas: 1) Patient 2) Patient_Contact 3) Patient_Communication 4) Patient_Link
Properties
description
• Optional
description: string
Defined in
packages/core/src/types.ts:113
display
• display: string
Defined in
packages/core/src/types.ts:110
parentType
• Optional
parentType: string
Defined in
packages/core/src/types.ts:114
properties
• properties: Object
Index signature
▪ [name: string
]: ElementDefinition
Defined in
packages/core/src/types.ts:111
searchParams
• Optional
searchParams: Object
Index signature
▪ [code: string
]: SearchParameter