Situational Awareness for Novel Epidemic Response
0.1.0 - STU Ballot

This page is part of the Situational Awareness for Novel Epidemic Response (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Measure-evaluate-measure - JSON Representation

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "Measure-evaluate-measure",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Evaluatethemeasure</h2><p>OPERATION: Evaluatethemeasure</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-evaluate-measure</pre><div><p>port for the given time period. If a report already exists for the subject and reporter for the given time period, it is updated.\nOtherwise, a new report is created.</p>\n</div><p>URL: [base]/Measure/[id]/$evaluate-measure</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>periodEnd</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#date\">date</a>)</td><td/><td><div><p>The end of the measurement period.</p>\n</div></td></tr><tr><td>IN</td><td>periodStart</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#date\">date</a>)</td><td/><td><div><p>The start of the measurement period.</p>\n</div></td></tr><tr><td>IN</td><td>report</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#string\">string</a>)</td><td/><td><div><p>If report is true, then the created measure report will be created or updated in the system.\nIf report is false or omitted, the computed MeasureReport will simply be returned to the caller.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/measurereport.html\">MeasureReport</a></td><td/><td><div><p>The computed MeasureReport</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-evaluate-measure",
  "version" : "0.1.0",
  "name" : "Evaluatethemeasure",
  "title" : "Evaluate the measure",
  "status" : "draft",
  "kind" : "operation",
  "experimental" : true,
  "date" : "2020-10-19T21:09:16+00:00",
  "publisher" : "HL7 International Public Health Workgroup",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/pher/index.cfm"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "pher@lists.hl7.org"
        }
      ]
    },
    {
      "name" : "HL7 Public Health Workgroup",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/pher/index.cfm"
        }
      ]
    },
    {
      "name" : "Keith W. Boone",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:kboone@ainq.com"
        }
      ]
    }
  ],
  "description" : "port for the given time period. If a report already exists for the subject and reporter for the given time period, it is updated.\nOtherwise, a new report is created.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "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.\nIf 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"
    }
  ]
}