Eden Health grdn.routes.impl.demographics API

The grdn.routes.impl.demographics API from Eden Health — 1 operation(s) for grdn.routes.impl.demographics.

OpenAPI Specification

eden-health-grdn-routes-impl-demographics-api-openapi.yml Raw ↑
swagger: '2.0'
info:
  version: null
  title: Grdn grdn.handler grdn.routes.impl.demographics API
  description: Eden Health Inc. primary backend API service.
consumes:
- application/json
produces:
- application/json
tags:
- name: grdn.routes.impl.demographics
  description: null
paths:
  /v2/demographics/supported:
    get:
      summary: supported-demographics-handler
      description: ''
      tags:
      - grdn.routes.impl.demographics
      parameters: []
      responses:
        default:
          description: Default success response.
          schema:
            type: object
            properties:
              racesHL7:
                type: array
                items:
                  type: object
                  properties:
                    name:
                      type: string
                    id:
                      type: string
                      format: uuid
                    code:
                      type: string
                  required:
                  - name
                  - id
                  - code
                  title: grdn.specs.demographics/demographic
              languagesHL7:
                type: array
                items:
                  type: object
                  properties:
                    name:
                      type: string
                    id:
                      type: string
                      format: uuid
                    code:
                      type: string
                  required:
                  - name
                  - id
                  - code
                  title: grdn.specs.demographics/demographic
              ethnicitiesISO:
                type: array
                items:
                  type: object
                  properties:
                    name:
                      type: string
                    id:
                      type: string
                      format: uuid
                    code:
                      type: string
                  required:
                  - name
                  - id
                  - code
                  title: grdn.specs.demographics/demographic
            required:
            - racesHL7
            - languagesHL7
            - ethnicitiesISO
            title: grdn.specs.demographics/supported-demographics-response