FHIR IG analytics| Package | hl7.fhir.us.davinci-deqm.stu3 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-collect-data.json |
| FHIR Version | R3 |
| Source | http://hl7.org/fhir/us/davinci-deqm/2018Sep/STU3/OperationDefinition-collect-data.html |
| URL | http://hl7.org/fhir/us/davinci-deqm/STU3/OperationDefinition/collect-data |
| Version | 0.1.0 |
| Status | active |
| Date | 2018-06-30T00:00:00+10:00 |
| Name | DEQM Collect Measure Data OperationDefinition |
| Realm | us |
| Authority | hl7 |
| Description | The Collect Measure Data operation returns the MeasureReport resource and required patient resources that satisfy the data requirements for a given Measure definition. |
| Type | false |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
OPERATION: DEQM Collect Measure Data OperationDefinition
The official URL for this operation definition is:
http://hl7.org/fhir/us/davinci-deqm/STU3/OperationDefinition/collect-data
The Collect Measure Data operation returns the MeasureReport resource and required patient resources that satisfy the data requirements for a given Measure definition.
URL: [base]/MeasureReport/[id]/$collect-data
Parameters
| Use | Name | Cardinality | Type | Binding | Documentation |
| IN | periodStart | 0..1 | date | The start of the measurement period. In keeping with the semantics of the date parameter used in the FHIR search operation, the period will start at the beginning of the period implied by the supplied timestamp. E.g. a value of 2014 would set the period start to be 2014-01-01T00:00:00 inclusive | |
| IN | periodEnd | 0..1 | date | The end of the measurement period. The period will end at the end of the period implied by the supplied timestamp. E.g. a value of 2014 would set the period end to be 2014-12-31T23:59:59 inclusive | |
| IN | patient | 0..1 | uri | Patient to evaluate against. This is a reference to a QI Core Patient Profile e.g. 'Patient/123'. If not specified, the measure will be evaluated for all patients that meet the requirements of the measure. If specified, only the referenced patient will be evaluated. | |
| IN | practitioner | 0..1 | uri | Practitioner to evaluate. This is a reference to a DEQM Practitioner e.g. 'Practitioner/123'. If specified, the measure will be evaluated only for patients whose primary practitioner is the identified practitioner | |
| IN | lastReceivedOn | 0..1 | dateTime | The date the results of this measure were last received. This parameter is only valid for patient-level reports and is used to indicate when the last time a result for this patient was received. If the lastReceivedOn parameter is supplied, only data that is new or has been changed since the lastReceivedOn date is included in the response | |
| OUT | measureReport | 1..1 | MeasureReport | A MeasureReport of type | |
| OUT | resource | 0..* | Resource | The result resources that make up the data-of-interest for the measure |
[base]/MeasureReport/measure-mrp/$collectData determines which measure data is returned.$[measure]-requirements operation on the payer's Measure endpoint.{
"resourceType": "OperationDefinition",
"id": "collect-data",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/us/davinci-deqm/STU3/OperationDefinition/collect-data",
"version": "0.1.0",
"name": "DEQM Collect Measure Data OperationDefinition",
"status": "active",
"kind": "operation",
"date": "2018-06-30T00:00:00+10:00",
"publisher": "Da Vinci Project",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://github.com/Healthedata1/DaVinci"
}
]
}
],
"description": "The Collect Measure Data operation returns the MeasureReport resource and required patient resources that satisfy the data requirements for a given Measure definition.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"idempotent": true,
"code": "collect-data",
"comment": "* The effect of invoking this operation is to gather the data required for reporting a measure for a patient. \n * The id of the instance endpoint, for example 'measure-mrp' in `[base]/MeasureReport/measure-mrp/$collectData` determines which measure data is returned. \n * The required data for each measure is discoverable by invoking the [`$[measure]-requirements`](todo.html) operation on the payer's `Measure` endpoint. \n * If the lastReceivedOn parameter is supplied, only data that is new or has been changed since the lastReceivedOn date is included in the response",
"resource": [
"MeasureReport"
],
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"name": "periodStart",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The start of the measurement period. In keeping with the semantics of the date parameter used in the FHIR search operation, the period will start at the beginning of the period implied by the supplied timestamp. E.g. a value of 2014 would set the period start to be 2014-01-01T00:00:00 inclusive",
"type": "date"
},
{
"name": "periodEnd",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The end of the measurement period. The period will end at the end of the period implied by the supplied timestamp. E.g. a value of 2014 would set the period end to be 2014-12-31T23:59:59 inclusive",
"type": "date"
},
{
"name": "patient",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Patient to evaluate against. This is a reference to a [QI Core Patient]({{site.data.fhir.qicore}}StructureDefinition-qicore-patient.html) Profile e.g. 'Patient/123'. If not specified, the measure will be evaluated for all patients that meet the requirements of the measure. If specified, only the referenced patient will be evaluated.",
"type": "uri"
},
{
"name": "practitioner",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Practitioner to evaluate. This is a reference to a [DEQM Practitioner](StructureDefinition-practitioner-deqm.html) e.g. 'Practitioner/123'. If specified, the measure will be evaluated only for patients whose primary practitioner is the identified practitioner",
"type": "uri"
},
{
"name": "lastReceivedOn",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The date the results of this measure were last received. This parameter is only valid for patient-level reports and is used to indicate when the last time a result for this patient was received. If the lastReceivedOn parameter is supplied, only data that is new or has been changed since the lastReceivedOn date is included in the response",
"type": "dateTime"
},
{
"name": "measureReport",
"use": "out",
"min": 1,
"max": "1",
"documentation": "A MeasureReport of type `data-collection` detailing the results of the operation",
"type": "MeasureReport"
},
{
"name": "resource",
"use": "out",
"min": 0,
"max": "*",
"documentation": "The result resources that make up the data-of-interest for the measure",
"type": "Resource"
}
]
}