Alleva Prospects API

The Prospects API from Alleva — 12 operation(s) for prospects.

Business capability
Patient Access Management BC-2800

Operations 16

POST /prospects
GET /prospects
POST /v{version}/prospects
GET /v{version}/prospects
PATCH /prospects/{id}
GET /prospects/{id}
PATCH /v{version}/prospects/{id}
GET /v{version}/prospects/{id}
POST /prospects/{id}/contacts
POST /v{version}/prospects/{id}/contacts
POST /prospects/{id}/insurances
POST /v{version}/prospects/{id}/insurances
PATCH /prospects/insurances/{id}
PATCH /v{version}/prospects/insurances/{id}
POST /prospects/import
POST /v{version}/prospects/import

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/alleva-prospects-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

alleva-prospects-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Alleva Prospects API
  version: '1.0'
  description: 'Operations tagged Prospects across 2 of this provider''s published API definitions: alleva-prospects-api-openapi.yml, alleva-rest-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.helloalleva.com
  description: Base URL reconciled from apis.yml
security:
- Bearer: []
tags:
- name: Prospects
paths:
  /prospects:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - Prospects
      parameters:
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/Prospect'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/Prospect'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/Prospect'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/Prospect'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
    get:
      tags:
      - Prospects
      parameters:
      - name: Limit
        in: query
        schema:
          type: integer
          format: int64
      - name: Cursor
        in: query
        schema:
          type: integer
          format: int32
      - name: StartDate
        in: query
        schema:
          type: string
          format: date-time
      - name: EndDate
        in: query
        schema:
          type: string
          format: date-time
      - name: fields
        in: query
        schema:
          type: array
          items:
            type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Prospect'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Prospect'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Prospect'
  /v{version}/prospects:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - Prospects
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/Prospect'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/Prospect'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/Prospect'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/Prospect'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
    get:
      tags:
      - Prospects
      parameters:
      - name: Limit
        in: query
        schema:
          type: integer
          format: int64
      - name: Cursor
        in: query
        schema:
          type: integer
          format: int32
      - name: StartDate
        in: query
        schema:
          type: string
          format: date-time
      - name: EndDate
        in: query
        schema:
          type: string
          format: date-time
      - name: fields
        in: query
        schema:
          type: array
          items:
            type: string
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Prospect'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Prospect'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Prospect'
  /prospects/{id}:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    patch:
      tags:
      - Prospects
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
          application/json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
          text/json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
          application/*+json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
    get:
      tags:
      - Prospects
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
  /v{version}/prospects/{id}:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    patch:
      tags:
      - Prospects
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
          application/json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
          text/json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
          application/*+json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
    get:
      tags:
      - Prospects
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Prospect'
  /prospects/{id}/contacts:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - Prospects
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientContact'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientContact'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientContact'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientContact'
      responses:
        '200':
          description: Success
  /v{version}/prospects/{id}/contacts:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - Prospects
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientContact'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientContact'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientContact'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientContact'
      responses:
        '200':
          description: Success
  /prospects/{id}/insurances:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - Prospects
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/InsuranceReturn'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/InsuranceReturn'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/InsuranceReturn'
  /v{version}/prospects/{id}/insurances:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - Prospects
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/InsuranceReturn'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/InsuranceReturn'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/InsuranceReturn'
  /prospects/insurances/{id}:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    patch:
      tags:
      - Prospects
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/ClientInsurances'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/ClientInsurances'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/ClientInsurances'
  /v{version}/prospects/insurances/{id}:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    patch:
      tags:
      - Prospects
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/ClientInsurances'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/ClientInsurances'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/ClientInsurances'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/ClientInsurances'
  /prospects/import:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - Prospects
      parameters:
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/BulkProspect'
          application/json; ver=1.0:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/BulkProspect'
          text/json; ver=1.0:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/BulkProspect'
          application/*+json; ver=1.0:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/BulkProspect'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/BulkProspectReturn'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/BulkProspectReturn'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/BulkProspectReturn'
  /v{version}/prospects/import:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - Prospects
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/BulkProspect'
          application/json; ver=1.0:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/BulkProspect'
          text/json; ver=1.0:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/BulkProspect'
          application/*+json; ver=1.0:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/BulkProspect'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/BulkProspectReturn'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/BulkProspectReturn'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/BulkProspectReturn'
components:
  schemas:
    Document:
      type: object
      properties:
        id:
          type: integer
          format: int32
        href:
          type:
          - string
          - 'null'
          readOnly: true
        clientDocumentId:
          type: integer
          format: int64
        name:
          type:
          - string
          - 'null'
        description:
          type:
          - string
          - 'null'
        fileName:
          type:
          - string
          - 'null'
        client:
          $ref: '#/components/schemas/ResourceLink'
        status:
          type:
          - string
          - 'null'
        type:
          type:
          - string
          - 'null'
        typeId:
          type:
          - integer
          - 'null'
          format: int64
        uploadDate:
          type:
          - string
          - 'null'
          format: date-time
        url:
          $ref: '#/components/schemas/DocumentUrl'
        tableId:
          type:
          - integer
          - 'null'
          format: int64
        tableName:
          type:
          - string
          - 'null'
        path:
          type:
          - string
          - 'null'
        documentTypeId:
          type: integer
          format: int32
        uploadedDocuments:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/DocumentData'
      additionalProperties: false
    JToken:
      type: array
      items:
        $ref: '#/components/schemas/JToken'
    Prospect:
      type: object
      properties:
        id:
          type: integer
          format: int32
        href:
          type:
          - string
          - 'null'
          readOnly: true
        name:
          $ref: '#/components/schemas/ClientName'
        gender:
          type:
          - string
          - 'null'
        primaryLanguage:
          type:
          - string
          - 'null'
        ssn:
          type:
          - string
          - 'null'
        dateOfBirth:
          type:
          - string
          - 'null'
          format: date-time
        address:
          $ref: '#/components/schemas/Address'
        phone:
          $ref: '#/components/schemas/Phone'
        email:
          type:
          - string
          - 'null'
        contact:
          $ref: '#/components/schemas/ClientContact'
        facilityName:
          type:
          - string
          - 'null'
        status:
          type:
          - string
          - 'null'
        selfStatus:
          type:
          - string
          - 'null'
        mrn:
          type:
          - string
          - 'null'
        admissionDate:
          type:
          - string
          - 'null'
          writeOnly: true
        firstContactDate:
          type:
          - string
          - 'null'
          format: date-time
        profileImage:
          $ref: '#/components/schemas/ClientImageUrl'
        referralCompanyId:
          type:
          - integer
          - 'null'
          format: int32
        referralContactId:
          type:
          - integer
          - 'null'
          format: int32
        referralCompanyName:
          type:
          - string
          - 'null'
        referralContactName:
          type:
          - string
          - 'null'
        luin:
          type:
          - string
          - 'null'
          format: uuid
        externalId:
          $ref: '#/components/schemas/ExternalData'
      additionalProperties: false
    DocumentData:
      type: object
      properties:
        id:
          type: integer
          format: int64
        name:
          type:
          - string
          - 'null'
        base64String:
          type:
          - string
          - 'null'
        externalId:
          $ref: '#/components/schemas/ExternalData'
      additionalProperties: false
    BulkProspect:
      type: object
      properties:
        prospect:
          $ref: '#/components/schemas/Prospect'
        insurance:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/ClientInsurances'
        documents:
          $ref: '#/components/schemas/Document'
        admissionScreening:
          $ref: '#/components/schemas/AdmissionScreening'
        faceToFace:
          $ref: '#/components/schemas/FaceToFace'
        billingIntake:
          $ref: '#/components/schemas/BillingIntake'
      additionalProperties: false
    ClientImageUrl:
      type: object
      properties:
        fileName:
          type:
          - string
          - 'null'
        host:
          type:
          - string
          - 'null'
          readOnly: true
        path:
          type:
          - string
          - 'null'
          readOnly: true
      additionalProperties: false
    Phone:
      type: object
      properties:
        home:
          type:
          - string
          - 'null'
        office:
          type:
          - string
          - 'null'
        other:
          type:
          - string
          - 'null'
        number:
          type:
          - string
          - 'null'
        fax:
          type:
          - string
          - 'null'
      additionalProperties: false
    Address:
      type: object
      properties:
        line1:
          type:
          - string
          - 'null'
        line2:
          type:
          - string
          - 'null'
        city:
          type:
          - string
          - 'null'
        state:
          type:
          - string
          - 'null'
        stateAbbr:
          type:
          - string
          - 'null'
        country:
          type:
          - string
          - 'null'
        zipCode:
          type:
          - string
          - 'null'
      additionalProperties: false
    BulkProspectReturn:
      type: object
      properties:
        prospectId:
          type: integer
          format: int32
        bulkProspect:
          $ref: '#/components/schemas/BulkProspectReturnObject'
        errors:
          type:
          - array
          - 'null'
          items:
            type: string
      additionalProperties: false
    ResourceLink:
      type: object
      properties:
        id:
          type: integer
          format: int32
        route:
          type:
          - string
          - 'null'
      additionalProperties: false
    DocumentUrl:
      type: object
      properties:
        fileName:
          type:
          - string
          - 'null'
        host:
          type:
          - string
          - 'null'
          readOnly: true
        path:
          type:
          - string
          - 'null'
          readOnly: true
      additionalProperties: false
    AdmissionScreening:
      type: object
      properties:
        isCurrentlyEmployed:
          type:
          - boolean
          - 'null'
        isJobAtRisk:
          type:
          - boolean
          - 'null'
        seekingTreatmentReason:
          type:
          - string
          - 'null'
        willingTreatment:
          type:
          - string
          - 'null'
        isPreviouslyDiagnosed:
          type:
          - boolean
          - 'null'
        hasHistoryOfChronicPain:
          type:
          - boolean
          - 'null'
        painLevel:
          type: integer
          format: int32
        assesmentByNursingStaff:
          type:
          - string
          - 'null'
        isHistoryofAddictions:
          type:
          - boolean
          - 'null'
        medicalHistory:
          type:
          - string
          - 'null'
        outstandingIssues:
          type:
          - string
          - 'null'
        isPregnant:
          type:
          - boolean
          - 'null'
        hasPossibilityOfPregnancy:
          type:
          - boolean
          - 'null'
        allergies:
          type:
          - string
          - 'null'
        hasWorkSchoolProblem:
          type:
          - boolean
          - 'null'
        hasFamilyFunctioning:
          type:
          - boolean
          - 'null'
        hasPersonalityChanges:
          type:
          - boolean
          - 'null'
        doStaysAllNight:
          type:
          - boolean
          - 'null'
        impulseControl:
          type:
          - boolean
          - 'null'
        personalityChanges:
          type:
          - boolean
          - 'null'
        isolating:
          type:
          - boolean
          - 'null'
        previousTreatment:
          type:
          - boolean
          - 'null'
        sadOrAngryOften:
          type:
          - boolean
          - 'null'
        lackOfHygiene:
          type:
          - boolean
          - 'null'
        violentOutbursts:
          type:
          - boolean
          - 'null'
        explosiveOutbursts:
          type:
          - boolean
          - 'null'
        inabilityToThinkClearly:
          type:
          - boolean
          - 'null'
        severeMoodSwings:
          type:
          - boolean
          - 'null'
        moneyManaging:
          type:
          - boolean
          - 'null'
        sexualOffense:
          type:
          - boolean
          - 'null'
        historyOfViolence:
          type:
          - boolean
          - 'null'
        voilenceHistory:
          type:
          - string
          - 'null'
        historyOfSeizures:
          type:
          - boolean
          - 'null'
        historyOfChronicPain:
          type:
          - boolean
          - 'null'
        isCurrentSuicidalIdeations:
          type:
          - boolean
          - 'null'
        currentSuicidalIdeations:
          type:
          - string
          - 'null'
        isCurrentHomicidalIdeations:
          type:
          - boolean
          - 'null'
        currentHomicidalIdeations:
          type:
          - string
          - 'null'
        patientHaveMeans:
          type:
          - boolean
          - 'null'
        suicidalAttempts:
          type:
          - boolean
          - 'null'
        noOfSuicidalAttempts:
          type:
          - string
          - 'null'
        historyOfSuicidal:
          type:
          - string
          - 'null'
        historyOfTrauma:
          type:
          - string
          - 'null'
        haveLegalHistory:
          type:
          - boolean
          - 'null'
        beenArrested:
      

# --- truncated at 32 KB (39 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/alleva/refs/heads/main/openapi/alleva-prospects-api-openapi.yml