action firebrowse_clinical_names_fh { label: "Retrieve names of CDEs normalized by Firehose and selected for analyses." description: "This service returns the names of patient-level clinical data elements (CDEs) that have been normalized by Firehose for use in analyses, unioned across all disease cohorts. For more information on how these CDEs are processed, see our pipeline documentation." provider: firebrowse method: GET path: "/Metadata/ClinicalNames_FH" encoding: json input: { type: "object" properties: { format: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }