DentaQuest FHIR Metadata API

Anonymous FHIR R4 conformance endpoint for the DentaQuest (Sun Life U.S.) interoperability platform. A single GET /metadata operation returns the CapabilityStatement of the underlying Azure Healthcare APIs FHIR server (software version 4.0.815), listing every supported resource type, interaction and search parameter in application/json or application/xml. Requires no credentials and is served on both api.dentaquest.com and api.deltadentalma.com.

OpenAPI Specification

sun-life-dentaquest-fhir-metadata-openapi.json Raw ↑
{
  "openapi": "3.0.1",
  "info": {
    "title": "FHIR Metadata",
    "description": "Azure Healthcare APIs Conformance Metadata Endpoint",
    "version": "1.0"
  },
  "servers": [
    {
      "url": "https://api.dentaquest.com/fhirmetadata"
    },
    {
      "url": "https://api.deltadentalma.com/fhirmetadata"
    }
  ],
  "paths": {
    "/metadata": {
      "get": {
        "summary": "Get conformance statement.",
        "description": "Get conformance statement.",
        "operationId": "get-metadata",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": { },
              "application/xml": { }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "Body": {
        "type": "object"
      }
    }
  }
}