beda-software / fhir-py

FHIR Client for python
MIT License
168 stars 31 forks source link

Changed Accept header to application/fhir+json #88

Closed adamrimon closed 1 year ago

adamrimon commented 2 years ago

Per the standard required that the requested MIME type should be application/fhir+json. This is especially critical with Binary resources, as they are returned not as JSON objects but as raw data, unless requested with the correct Accept header