Hint Health · Schema

Common.EmergencyContactBlueprint_shared

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
first_name string
last_name string
email string
name string
relationship string
phone object
View JSON Schema on GitHub

JSON Schema

common-emergencycontactblueprint_shared.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/common-emergencycontactblueprint_shared",
  "title": "Common.EmergencyContactBlueprint_shared",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "relationship": {
      "type": "string"
    },
    "phone": {
      "$ref": "#/components/schemas/Common.PhoneBlueprint_shared"
    }
  }
}