cqframework / cqframework/clinical-reasoning

Correct existing $submit-data functionality

Open
#686 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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:

https://hl7.org/fhir/R4/measure-operation-submit-data.html

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.