IGUHealth
    Preparing search index...
    interface CitationCitedArtifactContributorshipEntry {
        _collectiveName?: Element;
        _correspondingContact?: Element;
        _initials?: Element;
        _listOrder?: Element;
        address?: Address[];
        affiliationInfo?: CitationCitedArtifactContributorshipEntryAffiliationInfo[];
        collectiveName?: string;
        contributionInstance?: CitationCitedArtifactContributorshipEntryContributionInstance[];
        contributionType?: CodeableConcept[];
        correspondingContact?: boolean;
        extension?: Extension[];
        id?: id;
        identifier?: Identifier[];
        initials?: string;
        listOrder?: undefined;
        modifierExtension?: Extension[];
        name?: HumanName;
        role?: CodeableConcept;
        telecom?: ContactPoint[];
    }
    Index

    Properties

    _collectiveName?: Element

    Used for collective or corporate name as an author

    _correspondingContact?: Element

    Indication of which contributor is the corresponding contributor for the role

    _initials?: Element

    Initials for forename

    _listOrder?: Element

    Used to code order of authors

    address?: Address[]

    Physical mailing address

    Organizational affiliation

    collectiveName?: string

    Used for collective or corporate name as an author

    Contributions with accounting for time or number

    contributionType?: CodeableConcept[]

    The specific contribution

    correspondingContact?: boolean

    Indication of which contributor is the corresponding contributor for the role

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    identifier?: Identifier[]

    Author identifier, eg ORCID

    initials?: string

    Initials for forename

    listOrder?: undefined

    Used to code order of authors

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    name?: HumanName

    A name associated with the person

    The role of the contributor (e.g. author, editor, reviewer)

    telecom?: ContactPoint[]

    Email or telephone contact methods for the author or contributor