- 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
- Payer Plan GroupsV1
- PayersV3
- Service LinesV2
- TasksV3
- Write OffsV1
- Pre EncounterAppointmentsV1
- Pre EncounterCoveragesV1
- Pre EncounterEligibility ChecksV1
- Pre EncounterImagesV1
- Pre EncounterListsV1
- Pre EncounterNotesV1
- Pre EncounterPatientsV1
- Pre EncounterTagsV1
- Diagnoses
- Service Facility
Request
$ curl -X POST https://api.joincandidhealth.com/api/custom-schemas/v1 \ > -H "Authorization: Bearer " \ > -H "Content-Type: application/json" \ > -d '{ > "name": "General Medicine", > "fields": [ > { > "key": "provider_category", > "type": "STRING" > }, > { > "key": "is_urgent_care", > "type": "BOOLEAN" > }, > { > "key": "bmi", > "type": "DOUBLE" > }, > { > "key": "age", > "type": "INTEGER" > } > ], > "description": "Values associated with a generic visit" > }'
Response