Create FHIR provider
POST
/fhir-providerCreates a new FHIR provider configuration with authentication credentials.
Note: The "sandbox" provider type cannot be created via this API - it is managed internally.
RequiresBearerauthentication
Body parameters
namestringrequiredDisplay name for the FHIR provider
descriptionstringoptionalOptional description of the FHIR provider
providerstringrequiredType of FHIR server provider.
The "sandbox" provider type is managed internally and cannot be created via API. It is used on shared instances.
aidboxathenahealthcanvascernerelationepicgoogle_healthcarehapimeditechmedplumphenostoresandboxbase_urlstring (uri)requiredBase URL of the FHIR server
authoneOfrequiredReturns
FHIR provider created successfully
Response fields
successbooleanoptionalmessagestringoptionaldataoneOfoptionalProvider details. Sandbox providers return FhirProviderSandboxInfo.
POSTRequest
201 CreatedResponse