Hint Health · Schema

Provider.Affiliates.PatientsController.create_body

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
patient_id string
View JSON Schema on GitHub

JSON Schema

provider-affiliates-patientscontroller-create_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/provider-affiliates-patientscontroller-create_body",
  "title": "Provider.Affiliates.PatientsController.create_body",
  "type": "object",
  "properties": {
    "patient_id": {
      "type": "string"
    }
  },
  "required": [
    "patient_id"
  ]
}