Get ExplanationOfBenefit
Get a single ExplanationOfBenefit by ID.
Query
query GetExplanationOfBenefit($id: ID!) {
explanationofbenefit(id: $id) {
id
# Add other fields as needed
}
}
Parameters
id: ID of the resource to retrieve
Return Type
Returns a ExplanationOfBenefit resource.