Jefferson Health · Example Payload

Tjuh Fhir R4 Smart Configuration Example

Academic Medical CenterCARIN Blue ButtonCMS InteroperabilityCures ActDa Vinci Plan-NetEpicFHIRHL7HealthcareHospital SystemMyChartOAuth 2.0Patient AccessProvider DirectorySMART on FHIRUS CoreUSCDI

Tjuh Fhir R4 Smart Configuration Example is an example object payload from Jefferson Health, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://fhir.jefferson.edu/FHIRProxy/api/FHIR/R4/.well-known/smart-configuration",
    "headers": { "Accept": "application/json" }
  },
  "response": {
    "status": 200,
    "body": {
      "authorization_endpoint": "https://fhir.jefferson.edu/FHIRProxy/oauth2/authorize",
      "token_endpoint": "https://fhir.jefferson.edu/FHIRProxy/oauth2/token",
      "scopes_supported": [
        "epic.scanning.dmsusername",
        "fhirUser",
        "launch",
        "openid",
        "profile"
      ],
      "capabilities": [
        "launch-ehr",
        "launch-standalone",
        "client-public",
        "client-confidential-symmetric",
        "client-confidential-asymmetric",
        "context-banner",
        "context-style",
        "context-ehr-patient",
        "context-ehr-encounter",
        "context-standalone-patient",
        "permission-offline",
        "permission-patient",
        "permission-user",
        "permission-v1",
        "permission-v2",
        "sso-openid-connect",
        "authorize-post"
      ]
    }
  }
}