List implementation guides
GET
/fhir/implementation-guidesReturns every implementation guide on this instance — both guides that have stored metadata (a profile_context) and guides referenced by at least one custom profile — with the number of profiles in each.
RequiresBearerauthentication
Returns
List of implementation guides
Response fields
implementation_guidesobject[]optionalnamestringoptionalThe instance-local implementation guide name (the stable key).
profile_contextstringoptionalNatural-language context injected into the LLM during resource detection.
profile_countintegeroptionalThe number of custom profiles in this implementation guide.
created_atstring (date-time)optionalPresent only for guides that have stored metadata (a profile_context has been set). Omitted for guides that exist solely because a profile references them.
updated_atstring (date-time)optionalPresent only for guides that have stored metadata. Omitted for guides that exist solely because a profile references them.
GETRequest
200 OKResponse