Skip to main content
Glama
valueset.ts652 B
// SPDX-FileCopyrightText: Copyright Orangebot, Inc. and Medplum contributors // SPDX-License-Identifier: Apache-2.0 import type { ValueSet } from '@medplum/fhirtypes'; export const exampleValueSet: ValueSet = { resourceType: 'ValueSet', status: 'active', expansion: { timestamp: '2021-01-01T00:00:00.000Z', contains: [ { system: 'x', code: 'test-code', display: 'Test Display', }, { system: 'x', code: 'test-code-2', display: 'Test Display 2', }, { system: 'x', code: 'test-code-3', display: 'Test Display 3', }, ], }, };

Latest Blog Posts

MCP directory API

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