Terms of Service Application access patient selection – g(7)
Elixir APIs enable healthcare organizations to seamlessly connect with their FHIR API’s and All Data Request, ensuring compliance with the Cures Act requirements and beyond.
Parameters
- grant_type: client_credentials
- client_id: Enter the client Id
- client_secret: enter the client secret key
Response
{
“access_token”: “String”,
“signature”: “String”,
“instance_url”: “https://{salesforce_Instance}”,
“id”: “String”,
“token_type”: “String”,
“issued_at”: “String”
}
Use the access_token generated for the successive HTTP requests
Parameters
- grant_type: client_credentials
- client_id: Enter the client Id
- client_secret: enter the client secret key
Response
{
“access_token”: “String”,
“signature”: “String”,
“instance_url”: “https://{salesforce_Instance}”,
“id”: “String”,
“token_type”: “String”,
“issued_at”: “String”
}
Use the access_token generated for the successive HTTP requests