Stream: smart
Topic: Query re profile claim
David Teirney (Oct 10 2017 at 01:54):
Hello, I've got a query re the description of the "profile" claim. "To learn more about the user, the app should treat the "profile" claim as the URL of a FHIR resource representing the current user."
We're supporting multiple versions of FHIR on our server (based on server root, e.g. /fhir/1.0/ vs /fhir/2.0/). What should we be returning in the profile claim? Should it be relative to the FHIR server root so the client can choose what FHIR version to use. E.g. "profile"="Patient/1234567890". The relative URL is convenient as it can then be used directly to get content from other resources, e.g. /fhir/1.0/Observation?patient=Patient/1234567890.
David Hay (Dec 08 2017 at 01:24):
I would say that it should be relative myself...
Last updated: Apr 12 2022 at 19:14 UTC