IGUHealth
    Preparing search index...
    interface SubstanceDefinitionName {
        _name?: Element;
        _preferred?: Element;
        domain?: CodeableConcept[];
        extension?: Extension[];
        id?: id;
        jurisdiction?: CodeableConcept[];
        language?: CodeableConcept[];
        modifierExtension?: Extension[];
        name: string;
        official?: SubstanceDefinitionNameOfficial[];
        preferred?: boolean;
        source?: Reference[];
        status?: CodeableConcept;
        synonym?: SubstanceDefinitionName[];
        translation?: SubstanceDefinitionName[];
        type?: CodeableConcept;
    }
    Index

    Properties

    _name?: Element

    The actual name

    _preferred?: Element

    If this is the preferred name for this substance

    domain?: CodeableConcept[]

    The use context of this name e.g. as an active ingredient or as a food colour additive

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    jurisdiction?: CodeableConcept[]

    The jurisdiction where this name applies

    language?: CodeableConcept[]

    Human language that the name is written in

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    name: string

    The actual name

    Details of the official nature of this name

    preferred?: boolean

    If this is the preferred name for this substance

    source?: Reference[]

    Supporting literature

    The status of the name e.g. 'current', 'proposed'

    A synonym of this particular name, by which the substance is also known

    translation?: SubstanceDefinitionName[]

    A translation for this name into another human language

    Name type e.g. 'systematic', 'scientific, 'brand'