Stream: social
Topic: postman
Andrea del Pozo Ferreira (May 26 2018 at 01:32):
hi, I wanna know if The postman has the extension of the application / fhir + xml or should I integrate it the value header?because I've been trying to upload resources to an FHIR server using postman, but this sends the error "this resource is not supported"
Kevin Olbrich (May 26 2018 at 18:47):
you can set a custom Accept or Content-Type header containing the correct fhir+xml mime type and it will work, I think you can even save it as a preset for future use.
walid (May 27 2018 at 05:22):
hi, I wanna know if The postman has the extension of the application / fhir + xml or should I integrate it the value header?because I've been trying to upload resources to an FHIR server using postman, but this sends the error "this resource is not supported"
yes you need to define for every FHIR transaction which format you are using, it's mandatory and can be easily added to the header
Last updated: Apr 12 2022 at 19:14 UTC