Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
34 dockerisation and ci build #40
34 dockerisation and ci build #40
Changes from all commits
5ff07a3
a793f53
8ad44bb
8961ad2
a539e15
93ed055
de6bd63
664696a
b024dd4
7b4f104
4ee7c35
103d2f1
70384d6
b8fb849
f92342c
c6d6c7d
76e05f8
01e6433
3eb2479
8684116
09206d7
0907c7d
90c8b6f
1d8c767
51f4d6b
98a462c
39cbc47
98ecaba
b901666
14bed5a
67cb85b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
TORCH - Transfer Of Resources in Clinical Healthcare
Transfer Of Resources in Clinical Healthcare
Goal
The goal of this project is to provide a service that allows the execution of data extraction queries on a FHIR-server.
The tool will take an DEQ, Whitelists and KDS Profiles to extract defined Patient ressources from a FHIR Server and then apply the data extraction with the Filters defined in the DEQ. Additionally Whitelists can be applied.
The tool internally uses the HAPI implementation for handling FHIR Resources.
CRTDL
The Clinical Resource Transfer Definition Language or CRTDL is a JSON format that describes attributes to be extracted with attributes filter.
Prerequisites
Local FHIR Server with Patientdata and a Flare server with a cohort Endpoint Torch interacts with these components for the data extraction.
Build
Run
Environment Variables
Examples of Using Torch
Below, you will find examples for typical use cases. To demonstrate the simplicity of the RESTful API, the command line tool curl is used in the following examples for direct HTTP communication.
Flare REST API
Torch implements the FHIR [http://hl7.org/fhir/R5/async-bundle.html)
$Extract-Data
The $Extract-Data-Endpoint implements the Kick-off Request in the Async Bulk Pattern. It receives a FHIR bundle with a measure and a library.
An example
<query>
can be found hereResponse - Error (e.g. unsupported search parameter)
Response - Success
That location header can be used in the following status query: E.g. location:"/fhir/__status/1234"
Status Request
Torch provides a Status Request Endpoint which can be called using the location from the extract Data Endpoint.
Response - In-Progress
Response - Error
Response - Complete
the result is a looks something like this:
Metadata
Response -Success
Whitelists
TBD
KDS Profiles
TBD
Supported Features
Outstanding Features
Build
TBD
Documentation
TBD
License
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
"" AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.