diff --git a/src/authorization.ts b/src/authorization.ts index 54905f0..b04975e 100644 --- a/src/authorization.ts +++ b/src/authorization.ts @@ -54,6 +54,11 @@ export interface AuthorizationBundleRequest { userIdentity: KeyValueMap; requestContext?: RequestContext; requests: BatchReadWriteRequest[]; + /** + * The FHIR server base URL. It may contain a path in addition to the hostname. See: https://www.hl7.org/fhir/http.html#root + * @example https://fhir-server/path + */ + fhirServiceBaseUrl?: string; } export interface AllowedResourceTypesForOperationRequest {