-
Notifications
You must be signed in to change notification settings - Fork 29
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
MeasureReport missing id #396
Comments
Example of MR generated without an id: The example can be repro'd by:
|
Example of Care Gap Report generated with an id: The example can be repro'd by:
|
Id is an internal system identifier, the requirements for which vary from system to system. We have no way to know the specific requirements for Ids on any given system, so any arbitrary Id generation strategy we come up with will be wrong for someone. So, I disagree that we ought to generate an Id. Rather, we should explain how to save a |
IS:
MeasureReport does not have an id.
SHOULD BE:
MeasureReport should include an id. In addition to other considerations, you cannot PUT a MeasureReport without one, and adding an MR to a Bundle using the CQFTooling gets messed up.
REPRO:
Run
$evaluate-measure
(all types). See comments for an example and/or files to repro (although a simpler repro is any MR).NOTE:
Oddly, the MR in a
$care-gaps
result has an id. See comments for an example and/or files to repro (although a simpler repro is any Care Gap Report).The text was updated successfully, but these errors were encountered: