IGUHealth
    Preparing search index...
    type Output = {
        match?: {
            code: Coding;
            comment?: string;
            unmatched?: {
                code: code;
                property?: { code: code; value: Element }[];
                value: Element;
            }[];
        }[];
    }
    Index

    Properties

    Properties

    match?: {
        code: Coding;
        comment?: string;
        unmatched?: {
            code: code;
            property?: { code: code; value: Element }[];
            value: Element;
        }[];
    }[]