Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion input/pagecontent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,22 @@ The validation configuration (ValidationSupportChain) is composed of:
- A customised version of `TerminologyServiceValidationSupport` to handle the security mechanism of NHS England's Terminology Server
- `AWSValidationSupport` a custom class to enable validation of FHIR QuestionnaireResponse using FHIR Questionnaire's stored a AWS FHIRWorks server.


### Repositories, Applications and Services

The following is a list of services demonstrating a variety of FHIR and IHE use cases.

| Service / Application | FHIR Version | GitHub Repository | OAS Specification | Application |
|---------------------------------------------------|--------------|------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|
| FHIR Validation | R4 | [NHS Digital GitHub Repository](https://github.com/NHSDigital/FHIR-Validation) | [FHIR Development and Testing](http://lb-fhir-validator-924628614.eu-west-2.elb.amazonaws.com/swagger-ui/index.html) | |
| FHIR Integration Engine | R4 | [NHS Digital GitHub Repository](https://github.com/NHSDigital/IOPS-FHIR-Integration-Engine) | [Orchestration Services](http://lb-hl7-tie-1794188809.eu-west-2.elb.amazonaws.com/swagger-ui/index.html) | |
| FHIR Query API Demo | R4 | [NHS Digital GitHub Repository](https://github.com/NHSDigital/IOPS-FHIR-QEDm) | [Clinical Data Sharing](http://lb-fhir-facade-926707562.eu-west-2.elb.amazonaws.com/swagger-ui/index.html) | |
| FHIR Care Directory Services API Demo | R4 | [NHS Digital GitHub Repository](https://github.com/NHSDigital/IOPS-FHIR-mCSD) | [Care Directories](http://lb-fhir-mcsd-1736981144.eu-west-2.elb.amazonaws.com/swagger-ui/index.html) | | | |
| Clinical Data Repository | R4 | [AWS FHIRWorks](https://github.com/aws-solutions/fhir-works-on-aws) | | |
| FHIR Development Tools Application | R4 | [NHS Digital GitHub Repository](https://github.com/NHSDigital/interoperability-standards-tools-skunkworks) | | [FHIR Development Tools Application](https://nhsdigital.github.io/interoperability-standards-tools-skunkworks/) |
| FHIR R4 and UK Core Demonstration | R4 | [NHS Digital GitHub Repository](https://github.com/NHSDigital/FHIR-R4-Demonstration) | | [FHIR R4 and UK Core Demonstration](https://nhsdigital.github.io/FHIR-R4-Demonstration/) |
| Care Connect API Documentation (FHIR Query API) | STU3 | [NHS Connect GitHub](https://github.com/nhsconnect/CareConnectAPI) | | [Care Connect API Documentation](https://nhsconnect.github.io/CareConnectAPI/) |
| Care Connect Reference Implementation Application | STU3 | [NHS Connect GitHub](https://github.com/nhsconnect/ccri-fhir-explorer) | | [FHIR Explorer](https://data.developer.nhs.uk/ccri/exp) |
| Care Connect Reference Implementation Service | STU3 | [NHS Connect GitHub](https://github.com/nhsconnect/careconnect-reference-implementation) | Use FHIR Explorer for documentation (see above) | |
| Care Connect Document Viewer | STU3 | [NHS Connect GitHub](https://github.com/nhsconnect/careconnect-document-viewer) | | [Clinical Document Viewer](https://nhsconnect.github.io/careconnect-document-viewer) used in Transfer of Care testing |
| Care Connect Document Service | STU3 | [NHS Connect GitHub](https://github.com/nhsconnect/careconnect-document) | | |
| Health Information Exchange Portal | STU3 | [NHS Connect GitHub](https://github.com/nhsconnect/ccri-hie-portal) | | [Health Information Exchange Portal](https://nhsconnect.github.io/ccri-hie-portal/hie) |
Loading