Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix: add missing fhirServiceBaseUrl to AuthorizationBundleRequest (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
carvantes authored Aug 19, 2021
1 parent 4662772 commit 3c56239
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/authorization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3c56239

Please sign in to comment.