You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: