Closed gravicle closed 7 years ago
Disclaimer: I am very early in learning the FHIR stack, so please consider this issue with a noob in mind.
When trying to authenticate with the Sandbox server, I am getting error:
CapabilityStatement.readFrom() did not return a CapabilityStatement instance but <Resource> https://fhir-api-dstu2.smarthealthit.org/
The SoF-Demo app (master and develop) is also running in to the same issue.
master
develop
What am I doing incorrectly? Is the issue that the SMART server is dstu2 while the Swift SDK is targeting stu3?
dstu2
stu3
You're connecting to a DSTU-2 server with the STU-3 version of the framework.
Disclaimer: I am very early in learning the FHIR stack, so please consider this issue with a noob in mind.
When trying to authenticate with the Sandbox server, I am getting error:
The SoF-Demo app (
master
anddevelop
) is also running in to the same issue.What am I doing incorrectly? Is the issue that the SMART server is
dstu2
while the Swift SDK is targetingstu3
?