FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/Measure-evaluate-measure

Packagehl7.fhir.uv.saner
TypeOperationDefinition
IdMeasure-evaluate-measure
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/saner/https://build.fhir.org/ig/HL7/fhir-saner/OperationDefinition-Measure-evaluate-measure.html
URLhttp://hl7.org/fhir/uv/saner/OperationDefinition/Measure-evaluate-measure
Version1.0.1
Statusdraft
Date2024-05-18T21:25:01+00:00
NameEvaluatethemeasure
TitleEvaluate the measure
Realmuv
Authorityhl7
DescriptionCreate or update a MeasureReport for the given time period. If a report already exists for the subject and reporter for the given time period, it is updated. Otherwise, a new report is created.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
MeasureComputer-ComputeMeasureMeasure Computer implementing the Compute Measure transaction.
MeasureComputerMeasure Computer

Resources that this resource uses

No resources found


Narrative

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

URL: [base]/Measure/[id]/$evaluate-measure

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INperiodEnd1..1string
(date)

The end of the measurement period.

INperiodStart1..1string
(date)

The start of the measurement period.

INreport1..1string
(string)

If report is true, then the created measure report will be created or updated in the system. If report is false or omitted, the computed MeasureReport will simply be returned to the caller.

OUTreturn1..1MeasureReport

The computed MeasureReport


Source

{
  "resourceType": "OperationDefinition",
  "id": "Measure-evaluate-measure",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    }
  ],
  "url": "http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-evaluate-measure",
  "version": "1.0.1",
  "name": "Evaluatethemeasure",
  "title": "Evaluate the measure",
  "status": "draft",
  "kind": "operation",
  "experimental": true,
  "date": "2024-05-18T21:25:01+00:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "pher@lists.hl7.org"
        }
      ]
    },
    {
      "name": "Keith W. Boone",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:kboone@ainq.com"
        }
      ]
    }
  ],
  "description": "Create or update a MeasureReport for the given time period. If a report already exists for the subject and\n\t\t\t\t\t\t\treporter for the given time period, it is updated.\n\t\t\t\t\t\t\tOtherwise, a new report is created.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "code": "evaluate-measure",
  "resource": [
    "Measure"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "periodEnd",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The end of the measurement period.",
      "type": "string",
      "searchType": "date"
    },
    {
      "name": "periodStart",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The start of the measurement period.",
      "type": "string",
      "searchType": "date"
    },
    {
      "name": "report",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "If report is true, then the created measure report will be created or updated in the system. If report is false or omitted, the computed MeasureReport will simply be returned to the caller.",
      "type": "string",
      "searchType": "string"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The computed MeasureReport",
      "type": "MeasureReport"
    }
  ]
}