Measure Report Generated
v0.6.0eventsschema.json
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "title": "MeasureReportGenerated",
4 "type": "object",
5 "properties": {
6 "measureReportId": {
7 "type": "string",
8 "description": "The ID of the generated MeasureReport."
9 },
10 "facilityId": {
11 "type": "string",
12 "description": "The ID of the facility."
13 },
14 "reportTrackingId": {
15 "type": "string",
16 "description": "The tracking ID for the report."
17 },
18 "patientId": {
19 "type": "string",
20 "description": "The ID of the patient."
21 },
22 "reportType": {
23 "type": "string",
24 "description": "The type of the report."
25 },
26 "measureReportURI": {
27 "type": "string",
28 "description": "The URI where the MeasureReport is stored."
29 },
30 "measureReportBlobName": {
31 "type": "string",
32 "description": "The blob name of the MeasureReport in storage."
33 },
34 "isReportable": {
35 "type": "boolean",
36 "description": "Indicates if the patient is reportable based on the evaluation."
37 }
38 },
39 "required": ["measureReportId", "facilityId", "reportTrackingId", "patientId", "isReportable"]
40}
41Details
- Format
- JSON Schema
- Resource
- events
- Summary
- Signals that a MeasureReport has been generated for a patient.