
001 002package ca.uhn.fhir.jpa.rp.r4; 003 004import java.util.*; 005 006import org.apache.commons.lang3.StringUtils; 007 008import ca.uhn.fhir.jpa.provider.r4.*; 009import ca.uhn.fhir.jpa.searchparam.SearchParameterMap; 010import ca.uhn.fhir.model.api.Include; 011import ca.uhn.fhir.model.api.annotation.*; 012import org.hl7.fhir.r4.model.*; 013import ca.uhn.fhir.rest.annotation.*; 014import ca.uhn.fhir.rest.param.*; 015import ca.uhn.fhir.rest.api.SortSpec; 016import ca.uhn.fhir.rest.api.SummaryEnum; 017import ca.uhn.fhir.rest.api.SearchTotalModeEnum; 018import ca.uhn.fhir.rest.api.SearchContainedModeEnum; 019 020public class ConditionResourceProvider extends 021 JpaResourceProviderR4<Condition> 022 { 023 024 @Override 025 public Class<Condition> getResourceType() { 026 return Condition.class; 027 } 028 029 @Search(allowUnknownParams=true) 030 public ca.uhn.fhir.rest.api.server.IBundleProvider search( 031 javax.servlet.http.HttpServletRequest theServletRequest, 032 javax.servlet.http.HttpServletResponse theServletResponse, 033 034 ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, 035 036 @Description(shortDefinition="Search the contents of the resource's data using a filter") 037 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_FILTER) 038 StringAndListParam theFtFilter, 039 040 @Description(shortDefinition="Search the contents of the resource's data using a fulltext search") 041 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_CONTENT) 042 StringAndListParam theFtContent, 043 044 @Description(shortDefinition="Search the contents of the resource's narrative using a fulltext search") 045 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_TEXT) 046 StringAndListParam theFtText, 047 048 @Description(shortDefinition="Search for resources which have the given tag") 049 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_TAG) 050 TokenAndListParam theSearchForTag, 051 052 @Description(shortDefinition="Search for resources which have the given security labels") 053 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_SECURITY) 054 TokenAndListParam theSearchForSecurity, 055 056 @Description(shortDefinition="Search for resources which have the given profile") 057 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_PROFILE) 058 UriAndListParam theSearchForProfile, 059 060 @Description(shortDefinition="Search for resources which have the given source value (Resource.meta.source)") 061 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_SOURCE) 062 UriAndListParam theSearchForSource, 063 064 @Description(shortDefinition="Return resources linked to by the given target") 065 @OptionalParam(name="_has") 066 HasAndListParam theHas, 067 068 069 070 @Description(shortDefinition="The ID of the resource") 071 @OptionalParam(name="_id") 072 TokenAndListParam the_id, 073 074 075 @Description(shortDefinition="Abatement as age or age range") 076 @OptionalParam(name="abatement-age") 077 QuantityAndListParam theAbatement_age, 078 079 080 @Description(shortDefinition="Date-related abatements (dateTime and period)") 081 @OptionalParam(name="abatement-date") 082 DateRangeParam theAbatement_date, 083 084 085 @Description(shortDefinition="Abatement as a string") 086 @OptionalParam(name="abatement-string") 087 StringAndListParam theAbatement_string, 088 089 090 @Description(shortDefinition="Person who asserts this condition") 091 @OptionalParam(name="asserter", targetTypes={ } ) 092 ReferenceAndListParam theAsserter, 093 094 095 @Description(shortDefinition="Anatomical location, if relevant") 096 @OptionalParam(name="body-site") 097 TokenAndListParam theBody_site, 098 099 100 @Description(shortDefinition="The category of the condition") 101 @OptionalParam(name="category") 102 TokenAndListParam theCategory, 103 104 105 @Description(shortDefinition="The clinical status of the condition") 106 @OptionalParam(name="clinical-status") 107 TokenAndListParam theClinical_status, 108 109 110 @Description(shortDefinition="Code for the condition") 111 @OptionalParam(name="code") 112 TokenAndListParam theCode, 113 114 115 @Description(shortDefinition="Encounter created as part of") 116 @OptionalParam(name="encounter", targetTypes={ } ) 117 ReferenceAndListParam theEncounter, 118 119 120 @Description(shortDefinition="Manifestation/symptom") 121 @OptionalParam(name="evidence") 122 TokenAndListParam theEvidence, 123 124 125 @Description(shortDefinition="Supporting information found elsewhere") 126 @OptionalParam(name="evidence-detail", targetTypes={ } ) 127 ReferenceAndListParam theEvidence_detail, 128 129 130 @Description(shortDefinition="A unique identifier of the condition record") 131 @OptionalParam(name="identifier") 132 TokenAndListParam theIdentifier, 133 134 135 @Description(shortDefinition="Onsets as age or age range") 136 @OptionalParam(name="onset-age") 137 QuantityAndListParam theOnset_age, 138 139 140 @Description(shortDefinition="Date related onsets (dateTime and Period)") 141 @OptionalParam(name="onset-date") 142 DateRangeParam theOnset_date, 143 144 145 @Description(shortDefinition="Onsets as a string") 146 @OptionalParam(name="onset-info") 147 StringAndListParam theOnset_info, 148 149 150 @Description(shortDefinition="Who has the condition?") 151 @OptionalParam(name="patient", targetTypes={ } ) 152 ReferenceAndListParam thePatient, 153 154 155 @Description(shortDefinition="Date record was first recorded") 156 @OptionalParam(name="recorded-date") 157 DateRangeParam theRecorded_date, 158 159 160 @Description(shortDefinition="The severity of the condition") 161 @OptionalParam(name="severity") 162 TokenAndListParam theSeverity, 163 164 165 @Description(shortDefinition="Simple summary (disease specific)") 166 @OptionalParam(name="stage") 167 TokenAndListParam theStage, 168 169 170 @Description(shortDefinition="Who has the condition?") 171 @OptionalParam(name="subject", targetTypes={ } ) 172 ReferenceAndListParam theSubject, 173 174 175 @Description(shortDefinition="unconfirmed | provisional | differential | confirmed | refuted | entered-in-error") 176 @OptionalParam(name="verification-status") 177 TokenAndListParam theVerification_status, 178 179 @RawParam 180 Map<String, List<String>> theAdditionalRawParams, 181 182 @Description(shortDefinition="Only return resources which were last updated as specified by the given range") 183 @OptionalParam(name="_lastUpdated") 184 DateRangeParam theLastUpdated, 185 186 @IncludeParam 187 Set<Include> theIncludes, 188 189 @IncludeParam(reverse=true) 190 Set<Include> theRevIncludes, 191 192 @Sort 193 SortSpec theSort, 194 195 @ca.uhn.fhir.rest.annotation.Count 196 Integer theCount, 197 198 @ca.uhn.fhir.rest.annotation.Offset 199 Integer theOffset, 200 201 SummaryEnum theSummaryMode, 202 203 SearchTotalModeEnum theSearchTotalMode, 204 205 SearchContainedModeEnum theSearchContainedMode 206 207 ) { 208 startRequest(theServletRequest); 209 try { 210 SearchParameterMap paramMap = new SearchParameterMap(); 211 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_FILTER, theFtFilter); 212 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_CONTENT, theFtContent); 213 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_TEXT, theFtText); 214 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_TAG, theSearchForTag); 215 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_SECURITY, theSearchForSecurity); 216 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_PROFILE, theSearchForProfile); 217 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_SOURCE, theSearchForSource); 218 paramMap.add("_has", theHas); 219 paramMap.add("_id", the_id); 220 paramMap.add("abatement-age", theAbatement_age); 221 paramMap.add("abatement-date", theAbatement_date); 222 paramMap.add("abatement-string", theAbatement_string); 223 paramMap.add("asserter", theAsserter); 224 paramMap.add("body-site", theBody_site); 225 paramMap.add("category", theCategory); 226 paramMap.add("clinical-status", theClinical_status); 227 paramMap.add("code", theCode); 228 paramMap.add("encounter", theEncounter); 229 paramMap.add("evidence", theEvidence); 230 paramMap.add("evidence-detail", theEvidence_detail); 231 paramMap.add("identifier", theIdentifier); 232 paramMap.add("onset-age", theOnset_age); 233 paramMap.add("onset-date", theOnset_date); 234 paramMap.add("onset-info", theOnset_info); 235 paramMap.add("patient", thePatient); 236 paramMap.add("recorded-date", theRecorded_date); 237 paramMap.add("severity", theSeverity); 238 paramMap.add("stage", theStage); 239 paramMap.add("subject", theSubject); 240 paramMap.add("verification-status", theVerification_status); 241 paramMap.setRevIncludes(theRevIncludes); 242 paramMap.setLastUpdated(theLastUpdated); 243 paramMap.setIncludes(theIncludes); 244 paramMap.setSort(theSort); 245 paramMap.setCount(theCount); 246 paramMap.setOffset(theOffset); 247 paramMap.setSummaryMode(theSummaryMode); 248 paramMap.setSearchTotalMode(theSearchTotalMode); 249 paramMap.setSearchContainedMode(theSearchContainedMode); 250 251 getDao().translateRawParameters(theAdditionalRawParams, paramMap); 252 253 ca.uhn.fhir.rest.api.server.IBundleProvider retVal = getDao().search(paramMap, theRequestDetails, theServletResponse); 254 return retVal; 255 } finally { 256 endRequest(theServletRequest); 257 } 258 } 259 260}