Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource Count #1

Open
SIMPLichapa opened this issue Sep 27, 2023 · 0 comments
Open

Resource Count #1

SIMPLichapa opened this issue Sep 27, 2023 · 0 comments

Comments

@SIMPLichapa
Copy link

On your Introspect API you have the available resources which is great.

{ "jti": "4e99f5ae-eb40-4161-9506-23b119e7136f",
"iat": 1671116375,
"sub": "Patient/74532b683658335246434e495a53425462476c5741673d3d",
"exp": 1671119975,
"state": "EXCHANGED",
"endpoint": {
"id": "d39433b7-0fbd-4bc2-bdae-fb276799979f",
"label": ["Humana"],
"name": "humana-sandbox",
"refreshable": true,
"resources": [
"Coverage",
"ExplanationOfBenefit",
"Patient"
]
}
}
Is it possible to add the count of records per resource? We like to use it when pulling new records to detect new information within a resource. We can add manually on our side but it would be more efficient for us to get a record count vs pulling and comparing with existing records on demand.

"resources": {
"Coverage": 5,
"ExplanationOfBenefit": 7,
"Patient": 2,
},
"total": 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant