IGUHealth
    Preparing search index...
    interface Contributor {
        _name?: Element;
        _type?: Element;
        contact?: ContactDetail[];
        extension?: Extension[];
        id?: id;
        name: string;
        type: code;
    }
    Index

    Properties

    _name?: Element

    Who contributed the content

    _type?: Element

    author | editor | reviewer | endorser

    contact?: ContactDetail[]

    Contact details of the contributor

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    name: string

    Who contributed the content

    type: code

    author | editor | reviewer | endorser