Set an implementation guide's profile context
/fhir/implementation-guides/{name}Sets (or clears, with an empty value) the natural-language profile_context for an implementation guide. The context is injected into the LLM during resource detection to help select the right profiles from this guide. It applies to every profile in the guide.
Path parameters
namestringrequiredThe implementation guide name.
Body parameters
profile_contextstringoptionalNatural-language context that helps the LLM select the right profiles from this implementation guide during resource detection. An empty value clears the context. Max 2000 characters.
Implementation guide successfully updated
Response fields
namestringoptionalThe 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.