Skip to main content

R4 CoverageEligibilityResponse

The CoverageEligibilityResponse resource provides "eligibility and plan details from the processing of an CoverageEligibilityRequest resource." (HL7 FHIR R4 CoverageEligibilityResponse)

Supported Profiles

This API supports the following FHIR profiles:

Operations

info

Support for the different types of Conditions may vary by CareRecord. Please consult your target solution's documentation for more information.

The General Purpose FHIR R4 CoverageEligibilityResponse resource supports the following standard operations. However, support varies by the targeted CareRecord or solution.

CareRecord / SolutionCreateReadUpdateSearch
GEHRIMED----
myAvatarYesYesYesYes
myEvolv----
myUnity----
Referral Manager----

This resource supports a combination of standard and custom search parameters in addition to the common parameters.

Standard Parameters

NameTypeDescription
patientreferenceREQUIRED Unique identifier of the patient.

Custom Parameters

NameTypeDescription
encounterreferenceUnique identifier of the Practitioner.

Search Examples

The POST method is recommended as it keeps health information out of the URL.

Search by Patient
curl -X POST https://fhir.netsmartcloud.com/v4/CoverageEligibilityResponse/_search \
-H "Authorization: {Bearer Token}" \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "patient=Patient/234"