{ "@context": { "@vocab": "https://schema.org/", "fhir": "http://hl7.org/fhir/", "cms": "https://www.cms.gov/vocabulary/", "1uphealth": "https://1up.health/vocabulary/", "name": "schema:name", "description": "schema:description", "url": "schema:url", "provider": "schema:provider", "Patient": "fhir:Patient", "Encounter": "fhir:Encounter", "ExplanationOfBenefit": "fhir:ExplanationOfBenefit", "Observation": "fhir:Observation", "Medication": "fhir:Medication", "Practitioner": "fhir:Practitioner", "Organization": "fhir:Organization", "Location": "fhir:Location", "Coverage": "fhir:Coverage", "Claim": "fhir:Claim", "ClaimResponse": "fhir:ClaimResponse", "ServiceRequest": "fhir:ServiceRequest", "Task": "fhir:Task", "Provenance": "fhir:Provenance", "AuditEvent": "fhir:AuditEvent", "patientAccessAPI": "1uphealth:PatientAccessAPI", "providerAccessAPI": "1uphealth:ProviderAccessAPI", "payerToPayer": "1uphealth:PayerToPayerExchange", "providerDirectory": "1uphealth:ProviderDirectoryAPI", "priorAuthorization": "1uphealth:ElectronicPriorAuthorization", "systemSearch": "1uphealth:SystemSearchAPI", "bulkExport": "1uphealth:BulkDataExport", "smartOnFHIR": "1uphealth:SMARTonFHIR", "cmsInteroperability": "cms:InteroperabilityRule", "uscdi": "cms:USCDI", "baseURL": "1uphealth:baseURL", "authEndpoint": "1uphealth:authEndpoint", "oauthFlow": "1uphealth:oauthFlow" }, "@type": "WebAPI", "name": "1upHealth APIs", "description": "FHIR-based health data interoperability platform providing REST APIs for connecting patient records across payers and providers.", "url": "https://1up.health/", "provider": { "@type": "Organization", "name": "1upHealth", "url": "https://1up.health/", "sameAs": [ "https://github.com/1uphealth", "https://www.linkedin.com/company/1uphealth/", "https://x.com/1up_health" ] }, "baseURL": "https://gateway.1up.health", "authEndpoint": "https://gateway.1up.health/auth/realms/dev-portal/protocol/openid-connect/token", "oauthFlow": "client_credentials", "documentation": "https://docs.1up.health/docs" }