-
Notifications
You must be signed in to change notification settings - Fork 3
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
76c4571
commit 0d30d82
Showing
3 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
@startuml | ||
|
||
|
||
interface "FHIR RESTful API" as api | ||
|
||
component "FHIR Validation" as validator | ||
note right | ||
HAPI FHIR Plain Server | ||
end note | ||
|
||
component "NHS England Terminology Server" as onto | ||
note right | ||
Used for validating SNOMED Terminology | ||
end note | ||
|
||
component "Inbuilt Terminology Server" as internal | ||
note right | ||
Pre loaded with FHIR Profiles, ValueSets | ||
and CodeSystems from supplied FHIR Packages | ||
end note | ||
|
||
interface "FHIR RESTful API" as Facade | ||
note right | ||
Facade which handles Onto Server | ||
authentication | ||
end note | ||
|
||
interface "FHIR RESTful API" as AWSFacade | ||
note right | ||
Facade which handles Cognito | ||
authentication | ||
end note | ||
|
||
component AWSFHIRWorks | ||
note right | ||
Repository of FHIR Questionnsaire's | ||
end note | ||
|
||
|
||
api -- validator | ||
validator -- Facade | ||
validator -- internal | ||
validator -- AWSFacade | ||
Facade -- onto | ||
AWSFacade -- AWSFHIRWorks | ||
|
||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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