Skip to main content

core.internaltypeschema

Home > @medplum/core > InternalTypeSchema

InternalTypeSchema interface

Internal representation of a non-primitive FHIR type, suitable for use in resource validation

Signature:

export interface InternalTypeSchema 

Properties

Property

Modifiers

Type

Description

constraints?

Constraint[]

(Optional)

description?

string

(Optional)

elements

Record<string, InternalSchemaElement>

innerTypes

InternalTypeSchema[]

kind?

string

(Optional)

mandatoryProperties?

Set<string>

(Optional)

name

string

parentType?

InternalTypeSchema

(Optional)

summaryProperties?

Set<string>

(Optional)

title?

string

(Optional)

type?

string

(Optional)

url?

string

(Optional)