Measure report configuration
Any FHIRCore app can be configured to display reports. These configurations are used to configure the report indicators, which charts to use to render the reports, the interval for generating the reports etc.
info
One application can have multiple configurations for measure report, each identified by a unique id
.
Sample JSON
{
"appId": "app",
"configType": "measureReport",
"registerId": "measureReport",
"showFixedRangeSelection": false,
"reports": [
{
"id": "1",
"title": "Household Members",
"description": "Number of Households, Household members registered, disaggregated by age and gender for each age group",
"url": "http://fhir.org/guides/who/anc-cds/Measure/HOUSEHOLDIND01"
},
{
"id": "2",
"title": "Household Members ANC",
"description": "Number of Households, Household members enrolled into ANC, disaggregated by age",
"url": "http://fhir.org/guides/who/anc-cds/Measure/HOUSEHOLDPREGNANCY"
}
]
}
Config properties
Property | Description | Required | Default |
---|---|---|---|
appId | Unique identifier for the application | Yes | |
configType | Type of configuration | Yes | measureReport |
showFixedRangeSelection | Allow users to dynamically select date ranges for report generation | No | false |