POST/api/encounters/v4
Body Parameters
View in API Reference
Request
$curl -X POST https://api.joincandidhealth.com/api/encounters/v4 \
> -H "Authorization: Bearer " \
> -H "Content-Type: application/json" \
> -d '{
> "benefits_assigned_to_provider": true,
> "billable_status": "BILLABLE",
> "billing_provider": {
> "address": {
> "address1": "string",
> "city": "string",
> "state": "AA",
> "zip_code": "string",
> "zip_plus_four_code": "string"
> },
> "npi": "string",
> "tax_id": "string"
> },
> "diagnoses": [
> {
> "code_type": "ABF",
> "code": "string"
> }
> ],
> "external_id": "string",
> "patient": {
> "address": {
> "address1": "string",
> "city": "string",
> "state": "AA",
> "zip_code": "string"
> },
> "date_of_birth": "2023-01-01",
> "external_id": "string",
> "first_name": "string",
> "gender": "male",
> "last_name": "string"
> },
> "patient_authorized_release": true,
> "place_of_service_code": "01",
> "provider_accepts_assignment": true,
> "rendering_provider": {
> "npi": "string"
> },
> "responsible_party": "INSURANCE_PAY"
>}'
Response