action firebrowse_clinical_fh { label: "Retrieve CDEs normalized by Firehose and selected for analyses." description: "This service returns patient-level clinical data elements (CDEs) that have been normalized by Firehose for use in analyses. Results may be selected by disease cohort, patient barcode or CDE name, but at least one cohort, barcode or CDE must be provided. When filtering by CDE note that only when a patient record contains one or more of the selected CDEs will it be returned. Visit this table of CDEs to see what's available for every disase cohort; for more information on how these CDEs are processed see our pipeline documentation." provider: firebrowse method: GET path: "/Samples/Clinical_FH" encoding: json input: { type: "object" properties: { cohort: { type: "string" } fh_cde_name: { type: "string" } format: { type: "string" } page: { type: "string" } page_size: { type: "string" } sort_by: { type: "string" } tcga_participant_barcode: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }