core.extensible
Home > @medplum/core > Extensible
Extensible interface
Anything that can carry FHIR extensions: resources such as Patient, data types such as CodeableConcept, and extensions themselves. Structural, so any of those is accepted, while a type that cannot hold extensions, Binary being the notable example, is rejected.
Signature:
export interface Extensible
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Extension[] | (Optional) |