IGUHealth
    Preparing search index...
    type 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;
    }
    Index

    Properties

    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