Jefferson Health Authentication
Jefferson Health runs two independent authorization surfaces that share a brand and nothing else. The Thomas Jefferson University Hospital clinical FHIR endpoint requires a patient- or user-authorized SMART on FHIR token for every resource. The Jefferson Health Plans Da Vinci Plan-Net provider directory is served ANONYMOUSLY, as the implementation guide requires; its SMART authorization server exists for the separate Patient Access API and lives on a third host, appgallery.healthpartnersplans.com.
Jefferson Health secures its APIs with oauth2, openIdConnect, and none across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, clientCredentials, jwtBearer, and tokenExchange flow(s).