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