cqframework / cqframework/clinical-reasoning
Correct existing $submit-data functionality
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 49
- Forks
- 43
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 13
Description
The current R4SubmitDataService and SubmitDataProvider operations do not post the data to the server. They take the inputs and turn them into a Bundle. The $submit-data operation in R4 is a POST operation, pushing the data to the server:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading R4SubmitDataService and SubmitDataProvider, then compare their behavior with the R4 $submit-data operation specification at the linked HL7 page. Trace the existing operation flow and verify that the submitted data reaches the server as required rather than only being converted into a Bundle.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100