Output: {
    designation?: {
        language?: code;
        use?: Coding;
        value: string;
    }[];
    display: string;
    name: string;
    property?: {
        code: code;
        description?: string;
        subproperty?: {
            code: code;
            description?: string;
            value: Element;
        }[];
        value?: Element;
    }[];
    version?: string;
}