STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Operation-measure-evaluate-measure.json

Raw JSON (canonical form)

Operation Definition

{
  "resourceType": "OperationDefinition",
  "id": "Measure-evaluate-measure",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "url": "http://hl7.org/fhir/OperationDefinition/Measure-evaluate-measure",
  "name": "Evaluate Measure",
  "status": "draft",
  "kind": "operation",
  "date": "2016-03-31T08:01:25+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The evaluateMeasure operation is used to invoke an eMeasure and obtain the results",
  "code": "evaluate-measure",
  "comment": "The effect of invoking this operation is to calculate the measure for the given patient, or all patients if no patient is supplied, and return the results as a MeasureReport resource of the appropriate type",
  "system": false,
  "type": [
    "Measure"
  ],
  "instance": true,
  "parameter": [
    {
      "name": "periodStart",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The start of the measurement period",
      "type": "date"
    },
    {
      "name": "periodEnd",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The end of the measurement period",
      "type": "date"
    },
    {
      "name": "measure",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The measure to evaluate",
      "type": "Reference",
      "profile": {
        "reference": "http://hl7.org/fhir/StructureDefinition/Measure"
      }
    },
    {
      "name": "reportType",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The type of measure report, patient, patient-list, or population",
      "type": "code"
    },
    {
      "name": "patient",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Patient to evaluate against",
      "type": "Reference",
      "profile": {
        "reference": "http://hl7.org/fhir/StructureDefinition/Patient"
      }
    },
    {
      "name": "lastReceivedOn",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The date the results of this measure were last received",
      "type": "dateTime"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The results of the measure calculation",
      "type": "MeasureReport"
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.