hapi-fhir/hapi-fhir-server-openapi/src
Michael Lawley ee06f900fe
#3466 fix and improve openapi generation (#4436)
* Update fhir version constants from 4.0.0 to 4.0.1

Yes, this means the test fails.  The root cause of the failure is possibly the incorrect fhir version
in org.hl7.fhir.r4/src/main/java/org/hl7/fhir/r4/model/Constants.java

* fixes hapifhir/hapi-fhir#3466

Includes a POST version for every GET endpoint.
Excludes non-primitive parameters from GET endpoints.
For an idempotent (affectsState=false) endpoint with at least one required non-primitive parameter, only support POST

Also include */_search endpoints for the Search operation.
2023-01-17 13:31:54 -05:00
..
main #3466 fix and improve openapi generation (#4436) 2023-01-17 13:31:54 -05:00
test #3466 fix and improve openapi generation (#4436) 2023-01-17 13:31:54 -05:00