This repository was archived by the owner on Feb 7, 2025. It is now read-only.
generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f52948
commit 54bb2e9
Showing
4 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
etor/src/main/java/gov/hhs/cdc/trustedintermediary/etor/ruleengine/FhirResource.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
package gov.hhs.cdc.trustedintermediary.etor.ruleengine; | ||
|
||
/** | ||
* This interface represents a FHIR resource. It's used as a wrapper to decouple dependency on third | ||
* party libraries. | ||
* | ||
* @param <T> the type of the underlying resource | ||
*/ | ||
public interface FhirResource<T> { | ||
T getUnderlyingResource(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters