blue-button / blue-button-plus-pull

Spec for BlueButton+ Pull
http://blue-button.github.io/blue-button-plus-pull/
20 stars 11 forks source link

Move `bb_api` and `oauth` out of providers.json #5

Closed jmandel closed 11 years ago

jmandel commented 11 years ago

... and document a separate {provider_uri}/.well-known/bb-provider.json discovery endpoint, hosted by each provider, with a value something like:

{
   "authorize_uri": "http://portal.goodhealthclinic.org/authorize",
   "token_uri": "http://portal.goodhealthclinic.org/token"
   "summary": "http://api.goodhealthclinic.org/patient/documents/summary",
   "search": "http://api.goodhealthclinic.org/patient/documents/search"
}