GithubHelp home page GithubHelp logo

Comments (7)

vlad-ignatov avatar vlad-ignatov commented on July 19, 2024

We don't support XML but it should be possible to avoid this one. Can you please provide more details:

  • What is the request
    • Does it have an accept header
    • What is the full URL requested
  • What response are getting back
  • What error are you getting

from client-js.

ssmillard avatar ssmillard commented on July 19, 2024

The error is in the when it is retrieving the conformance statement. I think adding an accept header will fix the problem.

Error: Uncaught (in promise): Error: Failed to fetch the conformance statement from "/metadata". SyntaxError: Unexpected token < in JSON at position 0
Error: Failed to fetch the conformance statement from "/metadata". SyntaxError: Unexpected token < in JSON at position 0
at fhir-client.js:10588

from client-js.

vlad-ignatov avatar vlad-ignatov commented on July 19, 2024

Thanks @ssmillard! Can you send me the full URL of the conformance statement?
I am asking because I want to try different requests against it.

The client should be sending an accept header of application/json, but maybe that is not good enough for that server.

from client-js.

ssmillard avatar ssmillard commented on July 19, 2024

https://open-ic.epic.com/Argonaut/api/FHIR/Argonaut/metadata. I also had tested this in postman. no header returns xml. accept header of application/json returns json.

from client-js.

vlad-ignatov avatar vlad-ignatov commented on July 19, 2024

Same here. The metadata endpoint returns JSON if accept header of application/json is sent.

However, the client should also be sending that header (assigned here). It seems to work for me. Are you using the latest version 2.0.7?

from client-js.

ssmillard avatar ssmillard commented on July 19, 2024

That was the issue. I was pinned to an earlier version. Sorry about that.

from client-js.

msohaib308 avatar msohaib308 commented on July 19, 2024

I am having same issue.

fhirClient is expecting JSON format but fhir server is returning XML
here is the fhir server URLs

https://staging-fhir.ecwcloud.com/fhir/r4/FFBJCD/metadata
https://staging-fhir.ecwcloud.com/fhir/r4/FFBJCD/.well-known/smart-configuration

Fhir server provide extra query parameter "_format=json" to get JSON response, this option is only for metadata
but they did not provide this option for "smart-configuration" end point

I don't know how to set this ("_format=json" ) configuration in fhirCLient Library.

https://staging-fhir.ecwcloud.com/fhir/r4/FFBJCD/metadata?_format=json

Screenshot 2023-03-31 124304

Is there any option to accept XML responses

from client-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.