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