canvas-medical / fhirstarter

An ASGI FHIR API framework built on top of FastAPI and FHIR Resources
MIT License
30 stars 15 forks source link

Enhance parse_fhir_operation helper function to recognize FHIR operations #241

Closed csande closed 6 months ago

csande commented 6 months ago

FHIRStarter doesn't support operations yet, but for APIs that support them through FastAPI, it is useful to be able to parse and identify them.

This PR enhances the parse_fhir_request helper function so that it can recognize operations.