{"openapi": "3.0.3", "info": {"title": "Secure US Drug Formulary Server Capability Statement", "description": "This Capability Statement describes the capabilities of the US Drug Formulary Server which is responsible for providing responses to the US Drug Formulary queries submitted by registered Consumer Applications. This version of the Formulary Server requires a Plan Member to grant access to the drug formulary information that is applicable to their current prescription drug plan coverage. The complete list of FHIR profiles, RESTful operations, and search parameters supported by US Drug Formulary Server are defined.", "license": {"name": "Creative Commons Zero v1.0 Universal", "url": "http://spdx.org/licenses/CC0-1.0.html"}, "version": "2.0.0", "contact": {"url": "http://www.hl7.org/Special/committees/usrealm/index.cfm"}}, "externalDocs": {"url": "http://hl7.org/fhir/us/davinci-drug-formulary/ImplementationGuide/hl7.fhir.us.davinci-drug-formulary", "description": "External Docs Description"}, "paths": {"/secure-formulary/metadata": {"summary": "Access to the Server's Capability Statement", "description": "All FHIR Servers return a CapabilityStatement that describes what services they perform", "get": {"tags": ["Metadata"], "summary": "Return the server's capability statement", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "the capbility statement", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/CapabilityStatement"}}}}}}}}, "/secure-formulary/InsurancePlan": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a bundle of the InsurancePlan resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A InsurancePlan with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "identifier", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "period", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "coverage-type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "formulary-coverage", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "coverage-area", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/InsurancePlan.read", "user/InsurancePlan.read"]}]}}, "/secure-formulary/InsurancePlan/{rid}": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a specified InsurancePlan resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A InsurancePlan with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/InsurancePlan.read", "user/InsurancePlan.read"]}]}}, "/secure-formulary/InsurancePlan/{rid}/_history/{hid}": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a specified InsurancePlan resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A InsurancePlan with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/InsurancePlan.read", "user/InsurancePlan.read"]}]}}, "/secure-formulary/InsurancePlan/{rid}/_history": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a bundle of all versions for the InsurancePlan resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A InsurancePlan with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/InsurancePlan.read", "user/InsurancePlan.read"]}]}}, "/secure-formulary/InsurancePlan/_history": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a bundle of all versions for the InsurancePlan resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A InsurancePlan with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "identifier", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "period", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "coverage-type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "formulary-coverage", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "coverage-area", "in": "query", "required": false, "schema": {"type": "reference"}}], "security": [{"smart_on_fhir_oauth2": ["patient/InsurancePlan.read", "user/InsurancePlan.read"]}]}}, "/secure-formulary/Basic": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a bundle of the Basic resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Basic with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "subject", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "period", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "formulary", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "pharmacy-benefit-type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "drug-tier", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Basic.read", "user/Basic.read"]}]}}, "/secure-formulary/Basic/{rid}": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a specified Basic resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Basic with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Basic.read", "user/Basic.read"]}]}}, "/secure-formulary/Basic/{rid}/_history/{hid}": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a specified Basic resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Basic with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Basic.read", "user/Basic.read"]}]}}, "/secure-formulary/Basic/{rid}/_history": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a bundle of all versions for the Basic resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Basic with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Basic.read", "user/Basic.read"]}]}}, "/secure-formulary/Basic/_history": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a bundle of all versions for the Basic resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Basic with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "subject", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "period", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "formulary", "in": "query", "required": false, "schema": {"type": "reference"}}, {"name": "pharmacy-benefit-type", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "drug-tier", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Basic.read", "user/Basic.read"]}]}}, "/secure-formulary/MedicationKnowledge": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a bundle of the MedicationKnowledge resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationKnowledge with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "drug-name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "doseform", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationKnowledge.read", "user/MedicationKnowledge.read"]}]}}, "/secure-formulary/MedicationKnowledge/{rid}": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a specified MedicationKnowledge resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationKnowledge with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationKnowledge.read", "user/MedicationKnowledge.read"]}]}}, "/secure-formulary/MedicationKnowledge/{rid}/_history/{hid}": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a specified MedicationKnowledge resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationKnowledge with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationKnowledge.read", "user/MedicationKnowledge.read"]}]}}, "/secure-formulary/MedicationKnowledge/{rid}/_history": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a bundle of all versions for the MedicationKnowledge resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationKnowledge with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationKnowledge.read", "user/MedicationKnowledge.read"]}]}}, "/secure-formulary/MedicationKnowledge/_history": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a bundle of all versions for the MedicationKnowledge resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A MedicationKnowledge with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "status", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "code", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "drug-name", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "doseform", "in": "query", "required": false, "schema": {"type": "token"}}], "security": [{"smart_on_fhir_oauth2": ["patient/MedicationKnowledge.read", "user/MedicationKnowledge.read"]}]}}, "/secure-formulary/Location": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a bundle of the Location resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Location with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "address", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address-city", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address-state", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address-postalcode", "in": "query", "required": false, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Location.read", "user/Location.read"]}]}}, "/secure-formulary/Location/{rid}": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a specified Location resource with a given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Location with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Location.read", "user/Location.read"]}]}}, "/secure-formulary/Location/{rid}/_history/{hid}": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a specified Location resource with a given resource id and a specific historical version", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Location with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}, {"name": "hid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Location.read", "user/Location.read"]}]}}, "/secure-formulary/Location/{rid}/_history": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a bundle of all versions for the Location resource with given resource id", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Location with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "rid", "in": "path", "required": true, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Location.read", "user/Location.read"]}]}}, "/secure-formulary/Location/_history": {"get": {"tags": ["Secure US Drug Formulary Server Endpoints"], "description": "Returns a bundle of all versions for the Location resource that match provided search parameters", "responses": {"default": {"description": "Error, with details", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}, "200": {"description": "A Location with specified resource id.", "content": {"application/fhir+json": {"schema": {"type": "object", "externalDocs": {"url": "https://hl7.org/fhir/R4/fhir.schema.json#/definitions/OperationOutcome"}}}}}}, "parameters": [{"name": "_id", "in": "query", "required": false, "schema": {"type": "token"}}, {"name": "_lastUpdated", "in": "query", "required": false, "schema": {"type": "date"}}, {"name": "address", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address-city", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address-state", "in": "query", "required": false, "schema": {"type": "string"}}, {"name": "address-postalcode", "in": "query", "required": false, "schema": {"type": "string"}}], "security": [{"smart_on_fhir_oauth2": ["patient/Location.read", "user/Location.read"]}]}}}, "components": {"securitySchemes": {"smart_on_fhir_oauth2": {"type": "oauth2", "description": "Smart on FHIR implementation of OAuth2", "flows": {"authorizationCode": {"authorizationUrl": "http://onyx-slap-onyx-slap-v3.onyx-slap-stg.svc.cluster.local.:8000//authorize?aud=http://fite.stg.bcbsm.abacusinsights.ai/v1/api", "tokenUrl": "http://onyx-slap-onyx-slap-v3.onyx-slap-stg.svc.cluster.local.:8000//token", "refreshUrl": "http://onyx-slap-onyx-slap-v3.onyx-slap-stg.svc.cluster.local.:8000//refresh", "scopes": {"openid": "Permission to retrieve information about the current logged-in user", "fhirUser": "FHIR id of the logged in user", "launch/patient": "When launching outside the EHR, ask for a patient to be selected at launch time", "offline_access": "Request a refresh_token that can be used to obtain a new access token to replace an expired one, even after the end-user no long is online after the access token rexpire", "patient/InsurancePlan.read": "read a single patient's resources of type InsurancePlan", "user/InsurancePlan.read": "read multiple patient's resources of type InsurancePlan", "patient/Basic.read": "read a single patient's resources of type Basic", "user/Basic.read": "read multiple patient's resources of type Basic", "patient/MedicationKnowledge.read": "read a single patient's resources of type MedicationKnowledge", "user/MedicationKnowledge.read": "read multiple patient's resources of type MedicationKnowledge", "patient/Location.read": "read a single patient's resources of type Location", "user/Location.read": "read multiple patient's resources of type Location"}}}}}}}