Analyze text for patient cohort criteria
POST
/cohortConverts natural language text into structured FHIR search queries for patient cohort analysis
RequiresBearerauthentication
Body parameters
textstringrequiredNatural language text describing patient cohort criteria
Returns
Successfully analyzed cohort criteria
Response fields
successbooleanoptionalWhether the cohort analysis was successful
messagestringoptionalHuman-readable message about the analysis result
queriesobject[]optionalArray of search concepts converted to FHIR search queries
resource_typestringoptionalThe FHIR resource type for this search concept
search_paramsstringoptionalFHIR search parameters in standard format
conceptstringoptionalThe original concept description
excludebooleanoptionalWhether this concept should be excluded from the search
POSTRequest
200 OKResponse