Skip to content

Interface: SubstanceData ​

Defined in: fda/types.ts:517

Substance data record. Endpoint: /other/substance.json

Indexable ​

ts
[key: string]: unknown

Properties ​

codes? ​

ts
optional codes: {
[key: string]: unknown;
  code?: string;
  code_system?: string;
  type?: string;
  url?: string;
}[];

Defined in: fda/types.ts:523

Index Signature ​

ts
[key: string]: unknown

code? ​

ts
optional code: string;

code_system? ​

ts
optional code_system: string;

type? ​

ts
optional type: string;

url? ​

ts
optional url: string;

names? ​

ts
optional names: {
[key: string]: unknown;
  name?: string;
  type?: string;
}[];

Defined in: fda/types.ts:522

Index Signature ​

ts
[key: string]: unknown

name? ​

ts
optional name: string;

type? ​

ts
optional type: string;

relationships? ​

ts
optional relationships: unknown[];

Defined in: fda/types.ts:524


status? ​

ts
optional status: string;

Defined in: fda/types.ts:521


structure? ​

ts
optional structure: {
[key: string]: unknown;
  formula?: string;
  smiles?: string;
};

Defined in: fda/types.ts:525

Index Signature ​

ts
[key: string]: unknown

formula? ​

ts
optional formula: string;

smiles? ​

ts
optional smiles: string;

substance_class? ​

ts
optional substance_class: string;

Defined in: fda/types.ts:520


unii? ​

ts
optional unii: string;

Defined in: fda/types.ts:519


uuid? ​

ts
optional uuid: string;

Defined in: fda/types.ts:518

Released under the MIT License.