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

Commit

Permalink
feat: Add compiledImplementationGuides to FhirConfig (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilhdiaz authored Mar 5, 2021
1 parent 0dcf2a4 commit 4aa4347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fhirConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export interface Profile {
bulkDataAccess?: BulkDataAccess;
genericResource?: GenericResource;
resources?: Resources;
compiledImplementationGuides?: any;
}
/**
* Used in the generation of the CapabilityStatement
Expand Down

0 comments on commit 4aa4347

Please sign in to comment.