FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-deqm.stu3
Resource TypeOperationDefinition
IdOperationDefinition-collect-data.json
FHIR VersionR3
Sourcehttp://hl7.org/fhir/us/davinci-deqm/2018Sep/STU3/OperationDefinition-collect-data.html
URLhttp://hl7.org/fhir/us/davinci-deqm/STU3/OperationDefinition/collect-data
Version0.1.0
Statusactive
Date2018-06-30T00:00:00+10:00
NameDEQM Collect Measure Data OperationDefinition
Realmus
Authorityhl7
DescriptionThe Collect Measure Data operation returns the MeasureReport resource and required patient resources that satisfy the data requirements for a given Measure definition.
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

DEQM Collect Measure Data OperationDefinition

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

UseNameCardinalityTypeBindingDocumentation
INperiodStart0..1date

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

INperiodEnd0..1date

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

INpatient0..1uri

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.

INpractitioner0..1uri

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

INlastReceivedOn0..1dateTime

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

OUTmeasureReport1..1MeasureReport

A MeasureReport of type data-collection detailing the results of the operation

OUTresource0..*Resource

The result resources that make up the data-of-interest for the measure

  • The effect of invoking this operation is to gather the data required for reporting a measure for a patient.
  • The id of the instance endpoint, for example 'measure-mrp' in [base]/MeasureReport/measure-mrp/$collectData determines which measure data is returned.
  • The required data for each measure is discoverable by invoking the $[measure]-requirements operation on the payer's Measure endpoint.
  • If the lastReceivedOn parameter is supplied, only data that is new or has been changed since the lastReceivedOn date is included in the response

Source1

{
  "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"
    }
  ]
}