Update
BetaUpdates a Coverage. The path must contain the most recent version to prevent race conditions. Updating historic versions is not supported.
Path parameters
id
The unique identifier for a Coverage in the database
version
Headers
Authorization
OAuth authentication of the form <token>.
Request
This endpoint expects an object.
status
The status indiciating if the coverage is active or not.
Allowed values:
subscriber
The party who has signed-up for or ‘owns’ the contractual relationship to the policy or to whom the benefit of the policy for services rendered to them or their family is due.
relationship
The relationship of beneficiary (patient) to the subscriber. https://hl7.org/fhir/valueset-relationship.html
Allowed values:
patient
The patient who benefits from the insurance coverage
insurance_plan
verified
A boolean indicating if the coverage has been verified by a user.
eligibility_checks
A list of eligibility check metadata that have been initiated on this coverage.
latest_eligibility_check
The latest eligibility check metadata that has been initiated on this coverage.
benefits
The eligibility of the patient for the coverage, manually verified by users.
Response
This endpoint returns an object.
deactivated
True if the object is deactivated. Deactivated objects are not returned in search results but are returned in all other endpoints including scan.
id
The unique identifier for a Coverage in the database
insurance_plan
organization_id
The organization that owns this object.
patient
The patient who benefits from the insurance coverage
relationship
The relationship of beneficiary (patient) to the subscriber. https://hl7.org/fhir/valueset-relationship.html
Allowed values:
status
The status indiciating if the coverage is active or not.
Allowed values:
subscriber
The party who has signed-up for or ‘owns’ the contractual relationship to the policy or to whom the benefit of the policy for services rendered to them or their family is due.
updated_at
updating_user_id
The user ID of the user who last updated the object.
verified
A boolean indicating if the coverage has been verified by a user.
version
The version of the object. Any update to any property of an object object will create a new version.
benefits
The eligibility of the patient for the coverage, manually verified by users.
eligibility_checks
A list of eligibility check metadata that have been initiated on this coverage.
latest_eligibility_check
The latest eligibility check metadata that has been initiated on this coverage.