interface SubstanceSpecificationStructureRepresentation {
    _representation?: Element;
    attachment?: Attachment;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    representation?: string;
    type?: CodeableConcept;
}

Properties

_representation?: Element

The structural representation as text string in a format e.g. InChI, SMILES, MOLFILE, CDX

attachment?: Attachment

An attached file with the structural representation

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

representation?: string

The structural representation as text string in a format e.g. InChI, SMILES, MOLFILE, CDX

The type of structure (e.g. Full, Partial, Representative)