- AuthV2
- Billing NotesV2
- Charge Capture BundlesV1
- Charge CaptureV1
- ContractsV2
- CredentialingV2
- Custom SchemasV1
- EligibilityV2
- Encounter ProvidersV2
- PATCHUpdate Referring Provider
- PATCHUpdate Initial Referring Provider
- PATCHUpdate Supervising Provider
- PATCHUpdate Ordering Provider
- POSTCreate Referring Provider
- POSTCreate Initial Referring Provider
- POSTCreate Supervising Provider
- POSTCreate Ordering Provider
- DELDelete Referring Provider
- DELDelete Initial Referring Provider
- DELDelete Supervising Provider
- DELDelete Ordering Provider
- EncountersV4
- Expected Network StatusV1
- Expected Network StatusV2
- ExportsV3
- External Payment Account ConfigV1
- Fee SchedulesV3
- GuarantorV1
- Import InvoiceV1
- Insurance AdjudicationsV1
- Insurance PaymentsV1
- Insurance RefundsV1
- Medication DispenseV1
- Non Insurance Payer PaymentsV1
- Non Insurance Payer RefundsV1
- Non Insurance PayersV1
- Organization Service FacilitiesV2
- Organization ProvidersV3
- Patient PaymentsV4
- Patient RefundsV1
- PayersV3
- Service LinesV2
- TasksV3
- Write OffsV1
- Pre EncounterAppointmentsV1
- Pre EncounterCoveragesV1
- Pre EncounterEligibility ChecksV1
- Pre EncounterListsV1
- Pre EncounterNotesV1
- Pre EncounterPatientsV1
- Pre EncounterTagsV1
- Diagnoses
- Service Facility
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