IGUHealth
    Preparing search index...
    interface VerificationResultAttestation {
        _date?: Element;
        _proxyIdentityCertificate?: Element;
        _sourceIdentityCertificate?: Element;
        communicationMethod?: CodeableConcept;
        date?: date;
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        onBehalfOf?: Reference;
        proxyIdentityCertificate?: string;
        proxySignature?: Signature;
        sourceIdentityCertificate?: string;
        sourceSignature?: Signature;
        who?: Reference;
    }
    Index

    Properties

    _date?: Element

    The date the information was attested to

    _proxyIdentityCertificate?: Element

    A digital identity certificate associated with the proxy entity submitting attested information on behalf of the attestation source

    _sourceIdentityCertificate?: Element

    A digital identity certificate associated with the attestation source

    communicationMethod?: CodeableConcept

    The method by which attested information was submitted/retrieved

    date?: date

    The date the information was attested to

    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

    onBehalfOf?: Reference

    When the who is asserting on behalf of another (organization or individual)

    proxyIdentityCertificate?: string

    A digital identity certificate associated with the proxy entity submitting attested information on behalf of the attestation source

    proxySignature?: Signature

    Proxy signature

    sourceIdentityCertificate?: string

    A digital identity certificate associated with the attestation source

    sourceSignature?: Signature

    Attester signature

    who?: Reference

    The individual or organization attesting to information