Skip to main content

Overview

Given a set of concept codes, computes all subsumption (is-a) relationships among them and returns a FHIR ConceptMap. Used by advanced FHIR clients for offline hierarchy reasoning. This is a stateless operation — the closure is computed fresh each request.

Request

Parameters

Response

In this example, “Diabetes mellitus” (73211009) subsumes both “Type 2 diabetes mellitus” (44054006) and “Type 1 diabetes mellitus” (46635009).

Limits

  • Maximum 50 concepts per request
  • POST only (per FHIR specification)
  • Stateless — no server-side closure table is maintained

Errors