drchrono · Schema

CareTeamMember

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Properties

Name Type Description
patient string
created_at string
appointment string
id integer
user string
View JSON Schema on GitHub

JSON Schema

careteammember.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/drchrono/json-schema/careteammember.json",
  "title": "CareTeamMember",
  "required": [],
  "type": "object",
  "properties": {
    "patient": {
      "readOnly": true,
      "type": "string",
      "description": "",
      "title": "Patient"
    },
    "created_at": {
      "readOnly": true,
      "type": "string",
      "description": "",
      "title": "Created at"
    },
    "appointment": {
      "readOnly": true,
      "type": "string",
      "description": "",
      "title": "Appointment"
    },
    "id": {
      "readOnly": true,
      "type": "integer",
      "description": "",
      "title": "ID"
    },
    "user": {
      "readOnly": true,
      "type": "string",
      "description": "",
      "title": "User"
    }
  },
  "x-verbose-required": []
}