DexCare Omni Data API

The OmniData API from DexCare — 1 operation(s) for omnidata.

Operations 1

GET /api/OmniData/{version} Omni Data #

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/dexcare-omnidata-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

dexcare-omnidata-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Omni Data API
  description: API specification for Omni's endpoints. Fast Pages Entities Schema Version - (4.2.2)
  version: 2.21.0
  license:
    name: None
    url: None
servers:
- url: https://dev${brand}omni.azurewebsites.net
  description: Dev Server
- url: https://qa${brand}omni.azurewebsites.net
  description: QA Server
- url: https://uat${brand}omni.azurewebsites.net
  description: Test Server
- url: https://${brand}omni.azurewebsites.net
  description: Prod Server
security:
- {}
tags:
- name: OmniData
paths:
  /api/OmniData/{version}:
    get:
      operationId: Get_Data
      summary: Omni Data
      description: Retrieve clinician or department data using their identifiers.
      parameters:
      - name: version
        in: path
        required: false
        schema:
          description: '(Optional) The version of the API '
          type: string
          const: 2.21.0
      - name: allLocations
        in: query
        schema:
          $ref: '#/components/schemas/allLocations'
      - $ref: '#/components/parameters/BrandParam'
      - name: departmentIds
        in: query
        schema:
          $ref: '#/components/schemas/departmentIds'
      - name: departmentUrls
        in: query
        schema:
          $ref: '#/components/schemas/departmentUrls'
      - name: ids
        in: query
        schema:
          $ref: '#/components/schemas/ids'
      - name: npis
        in: query
        schema:
          $ref: '#/components/schemas/npis'
      - name: select
        in: query
        schema:
          $ref: '#/components/schemas/select'
      - name: urls
        in: query
        schema:
          $ref: '#/components/schemas/urls'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OmniDataSuccessResponse'
        '400':
          description: Invalid request parameters.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
        default:
          description: Failure tests the mettle of heart, brain and body.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
      tags:
      - OmniData
components:
  schemas:
    clinicianFastPages:
      $id: https://dexcarehealth.com/schemas/fastPages/clinicianFastPages
      $schema: https://json-schema.org/draft/2020-12/schema
      description: Fast Pages Clinician
      dexProcessingDirectives:
      - typescript
      properties:
        '@search.distance':
          description: "This provides details regarding how far the user is from the clinician.\n\n@example\n```\n{\n\t miles: 12.199344228250027, \n\t type: \"absolute\"\n}\n```\n\nscope - `OmniSearch` `OmniData`"
          properties:
            miles:
              description: 'The distance in miles the user is from the clinician


                @example

                `12.199344228250027`


                scope - `OmniSearch` `OmniData`'
              example: 12.199344228250027
              type: number
            type:
              description: "The type of distance measurement.\n\n Values:\n\n`\"absolute\"` - the exact amount of miles from the user\n\n`\"neighborhood, city, county, zip\"` - determines the geographical distance from the user. ex: `\"zip\"` is returned, the location result is within the same postal code\n\n@example\n`\"absolute\"`\n\nscope - `OmniSearch` `OmniData`"
              example: absolute
              type: string
          tags:
          - fastPages
          type: object
        '@search.features':
          description: "This provides more detail about the relevance score at the field level associated with the returned result.\n\n @link: https://learn.microsoft.com/en-us/azure/search/index-similarity-and-scoring#featuresmode-parameter-preview \n\n@example\n ```\n {\n\t specialties.name: {\n\t\tuniqueTokenMatches: 2, \n\t\tsimilarityScore: 13.0041493, \n\t\ttermFrequency: 2\n\t}\n}\n``` \n\nscope - `OmniSearch`"
          properties:
            uniqueTokenMatches:
              description: Number of unique tokens found in the field
              example: 2
              type: number
            similarityScore:
              description: Similarity score, or a measure of how similar the content of the field is, relative to the query term
              example: 13.0041493
              type: number
            termFrequency:
              description: Term frequency, or the number of times the query term was found in the field
              example: 2
              type: number
          tags:
          - fastPages
          type: object
        '@search.highlights':
          additionalProperties:
            items:
              type: string
            type: array
          description: "This includes bolded matches to the search.\n\n @link: https://learn.microsoft.com/en-us/azure/search/search-pagination-page-layout#hit-highlighting \n\n@example\n ```\n{\n\t specialties.name: [\n\t\t '<strong>Family Medicine</strong>',\n\t\t '<strong>Internal Medicine</strong>'\n\t ]\n}\n``` \n\nscope - `OmniSearch`"
          example:
            specialties.name:
            - <strong>Family Medicine</strong>
            - <strong>Internal Medicine</strong>
          tags:
          - fastPages
          type: object
        '@search.score':
          description: "This is the relevance score associated with the returned result.\n\n @link: https://learn.microsoft.com/en-us/azure/search/search-query-odata-search-score-function \n\n@example\n `4360.5723` \n\nscope - `OmniSearch`"
          example: '4360.5723'
          tags:
          - fastPages
          type: string
        adhoc:
          description: 'Adhoc properties for the clinician. These will be key/value pairs of strings. ```


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          tags:
          - ingest
          - omni
          - fastPages
          type: object
        agesSeen:
          description: "Age groups seen by the clinician.\n\n@example\n ```\n[\n  \"Geriatrics\",\n  \"Adults\"\n]\n``` \nscope - `OmniData`"
          example:
          - Geriatrics
          - Adults
          items:
            type: string
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        badges:
          description: "Badges for displaying applied facet filters on search page clinician cards.\n\n@example\n```\n[\n  \"Gender: Male\",\n  \"Languages: English\",\n  \"Specialties: Orthopedic Surgery\"\n]\n```\nscope - `OmniSearch`"
          example:
          - 'Gender: Male'
          - 'Languages: English'
          - 'Specialties: Orthopedic Surgery'
          items:
            type: string
          tags:
          - omni
          - fastPages
          type: array
        bio:
          description: "Biography of clinician. string or html.\n\n@example\n```\"<div>Zahidul I. Chowdhury, MD., earned his medical degree from Ross University...</div>\"``` \n\nscope - `OmniSearch` `OmniData`"
          example: <div>Zahidul I. Chowdhury, MD., earned his medical degree from Ross University...</div>
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: string
        careTeam:
          description: "\nClinician's care team. This is typically a list of APPs (Advanced Practice Providers). Useful for rendering care teams on clinician detail pages. Not needed in Search results. uses clinician schema. \n\nexample of clinician with a care-team cross sell care-tile:\nhttps://www.care.texashealth.org/Providers/THPG/Texas-Health-Family-Care/Family-Medicine/randall-todd-richwine-do \n\nscope - `OmniData`"
          items:
            $ref: '#/components/schemas/clinicianFastPages'
          tags:
          - omni
          - fastPages
          type: array
        certifications:
          description: "Certifications linked to a clinician.\n\n@example\n```\n[\n  \"American Board of Emergency Medicine\"\n]\n```\nscope - `OmniData`"
          example:
          - American Board of Emergency Medicine
          items:
            type: string
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        cmsContent:
          $ref: '#/components/schemas/cmsContent'
          tags:
          - ingest
          - omni
          - fastPages
        conditionsTreated:
          description: "List of conditions treated by the clinician\n\n@example\n```\n[\n  \"Cold and Flu\",\n  \"COVID-19\",\n  \"Ear Infections\"\n]\n```\nscope - `OmniData`"
          example:
          - Cold and Flu
          - COVID-19
          - Ear Infections
          items:
            type: string
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        credentials:
          description: "Credentials linked to a clinician such as DO, MD, etc.\n\n@example\n```\n[\n  \"MD\"\n]\n```\nscope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`"
          example:
          - MD
          items:
            type: string
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        departmentPrimaryUuid:
          description: "A UUID string that identifies the primary department \n\nscope - `none`"
          format: uuid
          nullable: true
          tags:
          - omni
          - fastPages
          type: string
        departments:
          description: "EMR departments that a clinician is associated with. Needed in Search Results and Data Results to render multi-department clinician care-tiles. \n\nscope - `OmniSearch` `OmniData`"
          items:
            $ref: '#/components/schemas/departmentFastPages'
          tags:
          - omni
          - fastPages
          type: array
        education:
          description: "Clinician's education history \n\nscope - `OmniData`"
          items:
            properties:
              fieldOfStudy:
                description: "Title of education focus, eg. 'Doctor of Nursing Practice'.\n\n@example\n```\"Master of Science in Nursing\"``` \n\nscope - `OmniData`"
                example: Master of Science in Nursing
                type: string
              gradYear:
                description: "Year of graduation from education institution.\n\n@example\n```2003``` \n\nscope - `OmniData`"
                example: 2003
                type: integer
              name:
                description: "Name of education institution.\n\n@example\n```\"Uniformed Services University of the Health Sciences\"``` \n\nscope - `OmniData`"
                example: Uniformed Services University of the Health Sciences
                type: string
              position:
                description: "Usable as an additional field for education title\n\n@example\n```\"Medical School\"``` \n\nscope - `OmniData`"
                example: Medical School
                type: string
              unstructuredDescription:
                description: "Free form text field for information about the education. \n\nscope - `OmniData`"
                example: University of Seattle Medicine<br/>Graduate, Nursing, MSN, 2011
                type: string
            required:
            - name
            type: object
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        emrIdentifiers:
          description: "EMR Identifiers \n\nscope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`"
          items:
            $ref: '#/components/schemas/emrIdentifierFastPages'
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        extended:
          description: 'Extended properties for the clinician. These will be described by a customer defined schema. ```


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          tags:
          - ingest
          - omni
          - fastPages
          type: object
        gender:
          description: 'Gender of clinician.


            @example

            ```"Male"```


            scope - `OmniData`'
          example: Male
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          - applications
          type: string
        hospitalAffiliations:
          description: "Hospitals that a clinician is affiliated with.\n\n@example\n```\n[\n  \"University Health\"\n]\n``` \nscope - `OmniSearch` `OmniData`"
          example:
          - University Health
          items:
            type: string
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        id:
          description: 'Unique identifier for the clinician


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          example: 123456abcd
          pattern: ^(TEMP-)?[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
          tags:
          - omni
          - fastPages
          type: string
        imageUrl:
          description: 'URL where the clinician''s image is stored. Full url with production origin.


            @example

            ```"https://www.universityhealth.com/photos/200/chowdhury-zahidul-1023458890.jpg"```


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          example: https://www.universityhealth.com/photos/200/chowdhury-zahidul-1023458890.jpg
          format: uri
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: string
        insurances:
          description: 'Insurances a clinician is accepting.


            scope - `OmniData`'
          items:
            description: Insurance name a clinician is accepting.
            properties:
              isNewPatientEnabled:
                description: 'Insurance accepts new patients. If not provided, defaults to yes


                  scope - `OmniData`'
                example: false
                type: boolean
              isReturningPatientEnabled:
                description: 'Insurance accepts returning patients. If not provided, defaults to yes


                  @example

                  ```true```


                  scope - `OmniData`'
                example: true
                type: boolean
              name:
                description: 'insurance name


                  @example

                  ```"Aetna"```


                  scope - `OmniData`'
                example: Aetna
                type: string
            type: object
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        isAcceptingNewPatients:
          description: 'Flag to determine if a clinician is accepting new patients.


            @example

            ```true```


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          example: true
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: boolean
        isAffiliate:
          description: "Flag to determine if a clinician is a direct employee or an affiliate group employee.\n\n@example\n```true``` \n\nscope - `OmniData`"
          example: true
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: boolean
        isBookableOnline:
          description: 'Flag to determine if a clinician webpage should display the timeslot widget


            @example

            ```true```


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          example: true
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: boolean
        isBookablePhone:
          description: 'Flag to determine if a clinician webpage should display phone visit types on the timeslot widget.


            @example

            ```true```


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          example: true
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: boolean
        isBookableVirtual:
          description: 'Flag to determine if a clinician webpage should display virtual visit types on the timeslot widget.


            @example

            ```true```


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          example: true
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: boolean
        isNewPatientEnabled:
          description: 'Flag to determine if a clinician accepts new patients (open scheduling in epic).


            @example

            ```true```


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          example: true
          tags:
          - ingest
          - omni
          - fastPages
          type: boolean
        isReturningPatientEnabled:
          description: 'Flag to determine if a clinician accepts returning patients (direct scheduling in epic).


            @example

            ```true```


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          example: true
          tags:
          - ingest
          - omni
          - fastPages
          type: boolean
        languages:
          description: "Languages a clinician speaks.\n\n@example\n```\n[\n  \"English\",\n  \"Klingon\"\n]\n```\n\nscope - `OmniData`"
          example:
          - English
          - Klingon
          items:
            type: string
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        medicalInterests:
          description: "Similar to specialities but typically more granular.  Examples of this include 'groin pain' or 'learning disabilities'.\n\n@example\n```\n[\n  \"learning disabilities\",\n  \"abdominal migraine\",\n  \"lateral epicondylitis\"\n]\n```\n\nscope - `OmniData`"
          example:
          - learning disabilities
          - abdominal migraine
          - lateral epicondylitis
          items:
            type: string
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        name:
          description: "The sections of a clinician's name\n\n@example\n```\n{\n  \"first\": \"Andrea\",\n  \"last\": \"Ford\",\n  \"middles\": [\n    \"Price\"\n  ],\n  \"prefix\": \"Prof.\",\n  \"suffix\": \"IV\"\n}\n```\n\nscope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`"
          example:
            first: Andrea
            last: Ford
            middles:
            - Price
            prefix: Prof.
            suffix: IV
          properties:
            first:
              description: 'First name of clinician.


                @example

                ```"Andrea"```


                scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
              example: Andrea
              pattern: ^.+$
              type: string
            last:
              description: 'Last name of clinician.


                @example

                ```"Ford"```


                scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
              example: Ford
              pattern: ^.+$
              type: string
            middles:
              description: "Middle name(s) of clinician.\n\n@example\n```\n[\n  \"Price\"\n]\n```\n\nscope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`"
              example:
              - Price
              items:
                type: string
              type: array
            prefix:
              description: 'Prefix of clinician''s name.


                @example

                ```"Prof."```


                scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
              example: Prof.
              type: string
            suffix:
              description: 'Suffix of clinician''s name.


                @example

                ```"IV"```


                scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
              example: IV
              type: string
          tags:
          - ingest
          - omni
          - fastPages
          type: object
        networks:
          description: "Networks the clinician is associated with.\n\n@example\n```\n[\n  \"University Health\",\n  \"Employed\"\n]\n```\n\nscope - `OmniSearch` `OmniData`"
          example:
          - University Health
          - Employed
          items:
            type: string
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        npi:
          description: 'National Provider Id associated with clinician.


            @example

            ```"1234567890"```


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          example: '1234567890'
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: string
        pageDescription:
          description: 'SEO page description. meta[name=''description''] tag content


            @example

            ```"Dr. Yassmeen Abdel-Aty is an Otolaryngologist Head and Neck Surgeon who received additional training in the treatment of voice, airway, and swallowing disorders. She is currently practicing at the University Health General Hospital and is on faculty there."```


            scope - `OmniSearch` `OmniData`'
          example: Dr. Yassmeen Abdel-Aty is an Otolaryngologist Head and Neck Surgeon who received additional training in the treatment of voice, airway, and swallowing disorders. She is currently practicing at the University Health General Hospital and is on faculty there.
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: string
        pageTitle:
          description: 'SEO title. title tag content. String visible in the browser''s tab


            @example

            ```"Zahidul Islam Chowdhury, MD - Seattle, WA"```


            scope - `OmniData`'
          example: Zahidul Islam Chowdhury, MD - Seattle, WA
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: string
        phone:
          $ref: '#/components/schemas/phoneNumberFastPages'
          nullable: true
        profileUrls:
          description: 'Clinician detail page URL(s)


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          items:
            description: Clinician detail page URL
            properties:
              brandName:
                description: 'Brand associated with the department.


                  @example

                  ```"University Health"```


                  scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
                example: University Health
                tags:
                - ingest
                - omni
                - fastPages
                type: string
              url:
                description: 'Clinician''s webpage URL. Full url with production origin. Mixed-case urls are supported. Pages will be 301 redirected if browser path characters match but the casing doesn''t.


                  @example

                  ```"https://www.universityhealth.com/provider/Jane+Scot+Doe/389345"```


                  scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
                example: https://www.universityhealth.com/provider/Jane+Scot+Doe/389345
                format: uri
                type: string
            required:
            - url
            type: object
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        resultType:
          const: clinician
          description: "Result type is a clinician \n\nscope - `OmniSearch` `OmniSearchNested`"
          tags:
          - omni
          - fastPages
          type: string
        reviews:
          description: 'Clincian Reviews - OmniSearch and OmniData API return a different subset of properties.


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          items:
            $ref: '#/components/schemas/reviewsFastPages'
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        specialty:
          description: '**Deprecated** Use `specialties` instead'
          tags:
          - ingest
          - omni
          - fastPages
        specialties:
          description: 'Primary specialties associated with clinician.


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          items:
            $ref: '#/components/schemas/specialtyFastPages'
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        subSpecialties:
          description: 'Secondary specialties associated with clinician.


            scope - `OmniSearch` `OmniData` `OmniSearchNested` `OmniDataNested`'
          items:
            $ref: '#/components/schemas/specialtyFastPages'
          tags:
          - ingest
          - omni
          - fastPages
          type: array
        tier:
          description: '

            Used as a weight for the clinician search algorithm. 1 ranks higher than 2.


            example:

            ```1```


            scope - `OmniSearch`'
          example: 1
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: integer
        videoUrl:
          description: 'URL where the clinician''s video bio is stored. Full url with production origin.


            @example

            ```"https://www.universityhealth.com/videos/Jane+Scot+Doe/389345"```


            scope - `OmniData`'
          example: https://www.universityhealth.com/videos/Jane+Scot+Doe/389345
          format: uri
          nullable: true
          tags:
          - ingest
          - omni
          - fastPages
          type: string
        version:
          type: string
          const: 4.16.0
      required:
      - id
      - profileUrls
      - resultType
      title: clinicianFastPages
      type: object
      unevaluatedProperties: false
    hoursDayFastPages:
      $id: https://dexcarehealth.com/schemas/fastPages/hoursDayFastPages
      $schema: https://json-schema.org/draft/2020-12/schema
      description: "Hours by day \n\nscope - `OmniSearch` `OmniData` `OmniDataNested`"
      dexProcessingDirectives:
      - typescript
      properties:
        close:
          description: 'Closing hour for department. Format is in military time.


            @example

            ```"19:00"```


            scope - `OmniSearch` `OmniData` `OmniDataNested`'
          example: '19:00'
          pattern: ^([01]\d|2[0-3]):([0-5]\d)$
          type: string
        custom:
          description: 'Custom text that can be used to provide additional insight into the hours. Displayed in addition to open, close, or open24Hours properties.


            @example

            ```"Closed from 12-12:30 for lunch."```


            scope - `OmniSearch` `OmniData` `OmniDataNested`'
          example: Closed from 12-12:30 for lunch.
          type: string
        open:
          description: 'Opening hour for department. Format is in military time.


            @example

            ```"07:00"```


            scope - `OmniSearch` `OmniData` `OmniDataNested`'
          example: 07:00
          pattern: ^([01]\d|2[0-3]):([0-5]\d)$
          type: string
        open24Hours:
          description: 'Flag to determine if a department is open 24 hours. Overrides open and close properties.


            scope - `OmniSearch` `OmniData` `OmniDataNested`'
          example: false
          type: boolean
        version:
          type: string
          const: 4.0.0
      title: hoursDayFastPages
      type: object
      unevaluatedProperties: false
    OmniDataSuccessResponse:
      anyOf:
      - items:
          $ref: '#/components/schemas/clinicianFastPages'
        type: array
      - items:
          $ref: '#/components/schemas/departmentFastPages'
        type: array
      - items:
          $ref: '#/components/schemas/locationFastPages'
        type: array
      - $ref: '#/components/schemas/clinicianFastPages'
      - $ref: '#/components/schemas/departmentFastPages'
      - $ref: '#/components/schemas/locationFastPages'
    locationFastPages:
      $id: https://dexcarehealth.com/schemas/fastPages/locationFastPages
      $schema: https://json-schema.org/draft/2020-12/schema
      description: Fast Pages Location
      dexProcessingDirectives:
      - typescript
      properties:
        '@search.distance':
          description: "This provides details regarding how far the user is from the location.\n\n@example\n```\n{\n\t miles: 12.199344228250027, \n\t type: \"absolute\"\n}\n```\n\nscope - `OmniSearch` `OmniData`"
          properties:
            miles:
              description: 'The distance in miles the user is from the location


                @example

                `12.199344228250027`


                scope - `OmniSearch` `OmniData`'
              example: 12.199344228250027
              type: number
            type:
              description: "The type of distance measurement.\n\n Values:\n\n`\"absolute\"` - the exact amount of miles from the user\n\n`\"neighborhood, city, county, zip\"` - determines the geographical distance from the user. ex: `\"zip\"` is returned, the location result is within the same postal code\n\n@example\n`\"absolute\"`\n\nscope - `OmniSearch` `OmniData`"
              example: absolute
              type: string
          tags:
          - fastPages
          type: object
        '@search.features':
          description: "This provides more detail about the relevance score at the field level associated with the returned result.\n\n @link: https://learn.microsoft.com/en-us/azure/search/index-similarity-and-scoring#featuresmode-parameter-preview \n\n@example\n ```\n {\n\t specialties.name: {\n\t\tuniqueTokenMatches: 2, \n\t\tsimilarityScore: 13.0041493, \n\t\ttermFrequency: 2\n\t}\n}\n``` \n\nscope - `OmniSearch`"
          properties:
            uniqueTokenMatches:
              description: Number of unique tokens found in the field
              example: 2
              type: number
            similarityScore:
              description: Similarity score, or a measure of how similar the content of the field is, relative to the query term
              example: 13.0041493
              type: number
            termFrequency:
              description: Term frequency, or the number of times the query term was found in the field
              example: 2
              type: number
          tags:
          - fastPages
          type: object
        '@search.highlights':
          additionalProperties:
            items:
              type: string
            type: array
          description: "This includes bolded matches to the search.\n\n @link: https://learn.microsoft.com/en-us/azure/search/search-pagination-page-layout#hit-highlighting \n\n@example\n ```\n{\n\t specialties.name: [\n\t\t '<strong>Family Medicine</strong>',\n\t\t '<strong>Internal Medicine</strong>'\n\t ]\n}\n``` \n\nscope - `OmniSearch`"
          example:
            specialties.name:
            - <strong>Family Medicine</strong>
            - <strong>Internal Medicine</strong>
          tags:
          - fastPages
          type: object
        '@search.score':
          description: "This is the relevance score associated with the returned result.\n\n @link: https://learn.microsoft.com/en-us/azure/search/search-query-odata-search-score-function \n\n@example\n `4360.5723` \n\nscope - `OmniSearch`"
          example: '4360.5723'
          tags:
          - fastPages
          type: string
        address:
          description: "Location Address \n\nscope - `OmniSearch` `OmniData`"
          propert

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