FHIR Chat · URL Path Variables · hapi

Stream: hapi

Topic: URL Path Variables


view this post on Zulip Chirag Patel (Jul 28 2017 at 13:55):

I have a hopefully quick question. I am implementing a FHIR API using the HAPI library and I was wondering how can i handle path variables, for example: I would have baseUrl/{key1}/fhir/Patient? I would the key1 value as part of the authorization flow and during the implementation of the method for example the @Read()


Last updated: Apr 12 2022 at 19:14 UTC