put
https://{instanceUrl}/fhir/profiles/
Replaces an existing custom profile with a new StructureDefinition. The
id path parameter is authoritative: if the StructureDefinition includes
an id it must match the path parameter, and if it omits one the path
parameter is used. The FHIR resource type of the profile cannot change.
Code system configuration is
re-derived from the new StructureDefinition. When implementation_guide is
omitted, the profile keeps its existing implementation guide. The instance
stores a single version per canonical URL, so this replaces it in place.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Invalid request or profile validation failed. Possible reasons:
- Missing or invalid StructureDefinition JSON
- The StructureDefinition id does not match the id path parameter
- The resource type differs from the existing profile
- The url collides with a built-in profile or another custom profile
401Unauthorized
403Forbidden - custom profiles are only available on dedicated instances
404Profile not found
500Server error
