Skip to main content
Glama
questionnaire.ts848 B
// SPDX-FileCopyrightText: Copyright Orangebot, Inc. and Medplum contributors // SPDX-License-Identifier: Apache-2.0 import type { Questionnaire, QuestionnaireResponse } from '@medplum/fhirtypes'; export const ExampleQuestionnaire: Questionnaire = { resourceType: 'Questionnaire', id: '123', url: 'https://example.com/example-questionnaire', status: 'active', name: 'Vitals', title: 'Vitals', subjectType: ['Patient'], item: [ { linkId: '1', text: 'First question', type: 'string', }, ], }; export const ExampleQuestionnaireResponse: QuestionnaireResponse = { resourceType: 'QuestionnaireResponse', id: '123', status: 'completed', questionnaire: 'https://example.com/example-questionnaire', subject: { reference: 'Patient/123', }, source: { reference: 'Practitioner/123', }, };

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