Tools can be viewed on FHIR Tools Skunkworks
Uses FHIR Validation to check conformance of FHIR resources. The configuration of the validator can be found in Configuration
This will
- Display a FHIR CapabilityStatement or OAS using swaggerUI
- OAS can be converted to FHIR CapabilityStatement
- The conversion will also check for FHIR SearchDefinition's and add extra details if required.
- FHIR CapabilityStatement can be converted to OAS
- This does not attempt to create an OAS schema and instead provides links to FHIR Conformace (e.g. UK Core) and FHIR schema downloads.
- Renders a FHIR Questionnare using open source component from LHC FHIR Tools
- Can be used to create an example FHIR QuestionnaireResponse
- Renders openEHR Archetype or Templates using LHC FHIR Tools components
- Can be used to convert to FHIR Questionnare and FHIR QuestionnaireResponse examples
- Uses a SDC Demonstration Server, this server can be used to explore FHIR Structured Data Capture API's.
This application provides a user interface to two FHIR Servers which provide:
- Clinical Data Repository provided by an AWS FHIRWorks, this is surfaced via a security and SDC facade which handles cognito authentication and provides Structured Data Capture capabilities - see FHIR Integration Engine.
- FHIR Validation Service
- An experimental service to convert openEHR to FHIR Questionnaire is provided by IOPS openFHIR
The application is an Angular application which includes use of several libaries such as
- @types/fhir for working with HL7 FHIR objects.
- Covalent Teradata which builds on Angular Material.
