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

PropertyModifiersTypeDescription
constraints?Constraint[](Optional)
description?string(Optional)
elementsRecord<string, InternalSchemaElement>
innerTypesInternalTypeSchema[]
kind?string(Optional)
mandatoryProperties?Set<string>(Optional)
namestring
parentType?InternalTypeSchema(Optional)
summaryProperties?Set<string>(Optional)
title?string(Optional)
type?string(Optional)
url?string(Optional)