drchrono · Schema

Insurance

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Properties

Name Type Description
payer_name string
state string
payer_id string
View JSON Schema on GitHub

JSON Schema

insurance.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/drchrono/json-schema/insurance.json",
  "title": "Insurance",
  "required": [],
  "type": "object",
  "properties": {
    "payer_name": {
      "type": "string",
      "description": "",
      "title": "payer_name"
    },
    "state": {
      "type": "string",
      "description": "",
      "title": "state"
    },
    "payer_id": {
      "type": "string",
      "description": "",
      "title": "payer_id"
    }
  }
}