We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/medplum/medplum'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
// SPDX-FileCopyrightText: Copyright Orangebot, Inc. and Medplum contributors
// SPDX-License-Identifier: Apache-2.0
import { HTTP_HL7_ORG } from '@medplum/core';
export const MEDPLUM_HEALTH_GORILLA_TENANT_PROFILE =
'https://medplum.com/profiles/integrations/health-gorilla/StructureDefinition/MedplumHealthGorillaTenant';
export const MEDPLUM_HEALTH_GORILLA_LAB_ORDER_PROFILE =
'https://medplum.com/profiles/integrations/health-gorilla/StructureDefinition/MedplumHealthGorillaOrder';
export const MEDPLUM_HEALTH_GORILLA_LAB_ORDER_EXTENSION_URL_BILL_TO = 'billTo';
export const MEDPLUM_HEALTH_GORILLA_LAB_ORDER_EXTENSION_URL_PERFORMING_LAB_AN = 'performingLabAccountNumber';
export const HEALTH_GORILLA_SYSTEM = 'https://www.healthgorilla.com';
export const HEALTH_GORILLA_ENVIRONMENT = HEALTH_GORILLA_SYSTEM + '/environment';
export const HEALTH_GORILLA_AUTHORIZED_BY_EXT =
HEALTH_GORILLA_SYSTEM + '/fhir/StructureDefinition/requestgroup-authorizedBy';
export const NPI_SYSTEM = HTTP_HL7_ORG + '/fhir/sid/us-npi';