How to run $measure-evaluate on Android #310
Replies: 1 comment
-
This is done |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The effect of invoking $measure-evaluate operation is to calculate the measure for the given subject, or all subjects if no subject is supplied, and return the results as a MeasureReport resource of the appropriate type.
Note that whether or not this operation affects the state of the server depends on whether the server persists the generated MeasureReport.
NB. We need to run this locally on an Android device with the possibility of offline support usage
More details on the required parameters
2. Operation-measure-evaluate-measure - https://www.hl7.org/fhir/operation-measure-evaluate-measure.html
3. Operation-measure-evaluate-measure.json - http://hl7.org/fhir/R4/operation-measure-evaluate-measure.json.html
Advanced reading
For the above scenarios, we can have the following mechanisms supported from the FHIR spec
A. Operation $apply on ActivityDefinition can be run using the following urls on server side (HAPI FHIR):
URL: [base]/Measure/$evaluate-measure
URL: [base]/Measure/[id]/$evaluate-measure
In Parameters:
Out Parameters:
Subtasks
Beta Was this translation helpful? Give feedback.
All reactions