Skip to Main Content
InterSystems Ideas

Have an idea, suggestion, or something that doesn’t work as expected in InterSystems products or services? Share it here on the InterSystems Ideas Portal.

The Ideas Portal is where community members can propose improvements, report bugs, and help influence the product roadmap across InterSystems products and the overall developer experience. 22% of submitted ideas are implemented by InterSystems or members of the Developer Community.

💡 Ideas and bugs are both welcome, no matter how big or small. You can submit feature requests, usability improvements, workflow suggestions, and bug reports. Whether you’re an experienced expert or just getting started, your fresh perspective is valuable.

🛠️ About bugs and fixes. If you have access to InterSystems WRC, please submit bugs there for immediate action. Bug reports submitted through the Ideas Portal are reviewed and tracked, but do not guarantee immediate resolution.

Start by sharing what could be better - the community and our teams will help take it from there.

Status Needs review
Categories Tutorials
Created by Tani Frankel
Created on Mar 11, 2026

FHIR Server QuickStart Tutorial

  • Learning objectives

By the end of the tutorial, the learner will be able to:

    • Access FHIR Server Management in the Management Portal and identify the key areas

    • Create and install a new FHIR server endpoint, selecting the appropriate FHIR version (and possibly additional packages/profiles; see also below as optional follow-up step)

    • Verify the FHIR endpoint is working by performing a minimal set of API calls:

      • Create a Patient (or small Bundle) via POST

      • Read a resource by id via GET /Patient/{Id}

      • Search using a basic query via GET /Patient?name=...)

      • Upload a bundle of Resources (via the UI)

    • Potentially also include some more advanced configuration, like adding packages with Search Parameters, and see how those work

      • Examine a package folder and file with custom search parameter

      • Import the package to the Namespace

      • Assign the package to the endpoint (discuss re-indexing)

      • Search using the new search parameter

    • Another option - build a quick and basic FHIR SQL Builder projection

      • Create an analysis on the Repo.

      • Create a basic transformation with Patient & Encounter & Observation

      • Run a basic SQL query just on the Patient table, then also a more complex one with a JOIN on all 3 tables

  • Target audience

    • Newcomers to InterSystems IRIS for Health, especially developers who have never deployed a FHIR endpoint before

    • Hackathon / prototype builders who need a working FHIR API quickly

  • Value of this tutorial for the target audience

    • Fast time-to-first-success: learners leave with being able to create a real, functioning FHIR endpoint they can call immediately.

    • Reduces onboarding friction: focuses on the smallest set of steps that matter (deploy -> verify → basic CRUD/search), avoiding deep platform concepts at the start.

    • Builds confidence and vocabulary: learners understand where FHIR server configuration lives in the Portal and what “FHIR endpoint,” “base URL,” and “FHIR package/version” mean in practice.

  • Related materials and references

  • ADMIN RESPONSE
    Mar 11, 2026

    Thank you for submitting the idea. The status has been changed to "Needs review".

    Stay tuned!