Situational Awareness for Novel Epidemic Response, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-saner/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/uv/saner/StructureDefinition/ReportingPeriod | Version: 1.0.1 | |||
Draft as of 2024-05-18 | Computable Name: ReportingPeriod | |||
Other Identifiers: OID:2.16.840.1.113883.4.642.40.42.42.14 |
The timing used for measure reporting
Context of Use
This extension may be used on the following element(s):
This Implementation Guide defines an exenstion supporting the definition of a recommended reporting period for a measure using the Timing data type. Specifying the reporting period enables systems to schedule automated reporting activities.
See the CDC Patient Impact and Hospital Capacity example Measure for an example use of this extension in a resource.
The example below illustrates a measure with a reporting period of one report provided every one day for data as of midnight.
"extension": [
{
"url": "http://hl7.org/fhir/uv/saner/StructureDefinition/ReportingPeriod",
"valueTiming": {
"repeat": {
"frequency": 1, // one report
"period": 1, // every one
"periodUnit": "d", // day
"boundsPeriod": {
"start": "2020-09-01T00:00:00" // reported starting on midnight 9/1/2020
}
}
}
}
]
The example below illustrates a measure with a reporting period every 8 hours (i.e., three reports per day) for data as of 2am, 10am and 6pm.
"extension": [
{
"url": "http://hl7.org/fhir/uv/saner/StructureDefinition/ReportingPeriod",
"valueTiming": {
"repeat": {
"frequency": 1, // one report
"period": 8, // every eight
"periodUnit": "h", // hours
"boundsPeriod": {
"start": "2020-09-01T02:00:00" // reported starting on 2am as of 9/1/2020
}
}
}
}
]
The example below illustrates a measure with a reporting period of once a week on Monday 8/31/2020 at midnight
"extension": [
{
"url": "http://hl7.org/fhir/uv/saner/StructureDefinition/ReportingPeriod",
"valueTiming": {
"repeat": {
"frequency": 1, // one report
"period": 1, // every one
"periodUnit": "w", // week
"boundsPeriod": {
"start": "2020-08-31T00:00:00" // reported starting on 8/31/2020 at midnight
}
}
}
}
]
Usage info
Usage:
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from Extension
This structure is derived from Extension
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Extension | 0..* | Extension | Enables specification of proposed measure reporting | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/uv/saner/StructureDefinition/ReportingPeriod" | |
value[x] | S | 1..1 | MeasureReportingTiming | A timing schedule that specifies an event that may occur multiple times |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Extension | 0..* | Extension | Enables specification of proposed measure reporting | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/uv/saner/StructureDefinition/ReportingPeriod" | |
value[x] | S | 1..1 | MeasureReportingTiming | A timing schedule that specifies an event that may occur multiple times |
Documentation for this format |
This structure is derived from Extension
Differential View
This structure is derived from Extension
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Extension | 0..* | Extension | Enables specification of proposed measure reporting | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/uv/saner/StructureDefinition/ReportingPeriod" | |
value[x] | S | 1..1 | MeasureReportingTiming | A timing schedule that specifies an event that may occur multiple times |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Extension | 0..* | Extension | Enables specification of proposed measure reporting | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/uv/saner/StructureDefinition/ReportingPeriod" | |
value[x] | S | 1..1 | MeasureReportingTiming | A timing schedule that specifies an event that may occur multiple times |
Documentation for this format |
Other representations of profile: CSV, Excel, Schematron