Athena Core Implementation Guide
4.2.0 - release

Athena Core Implementation Guide - Local Development build (v4.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: athenahealth Payer Integration Measure Report - JSON Representation

Active as of 2025-04-17

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "ah-measurereport-submit-care-gaps",
  "meta" : {
    "source" : "athenacoreext"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition ah-measurereport-submit-care-gaps</b></p><a name=\"ah-measurereport-submit-care-gaps\"> </a><a name=\"hcah-measurereport-submit-care-gaps\"> </a><a name=\"ah-measurereport-submit-care-gaps-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://simplifier.net/resolve?scope=ig-athena-core@dev&amp;canonical=https://fhir.athena.io/core/athenacoreext\">athenacoreext</a></p></div><p>URL: [base]/MeasureReport/$submit-care-gaps</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</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>submitCareGapsRequest</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>The service expects a Bundle with at least one MeasureReport entry.</p>\n</div></td></tr><tr><td>OUT</td><td>submitCareGapsResponse</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/operationoutcome.html\">OperationOutcome</a></td><td/><td><div><p>An OperationOutcome resource with information regarding the outcome of the operation.</p>\n</div></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.athena.io/core/StructureDefinition/ah-dp-api-pub",
      "valueCode" : "do-not-publish"
    }
  ],
  "url" : "https://fhir.athena.io/OperationDefinition/ah-measurereport-submit-care-gaps",
  "version" : "4.2.0",
  "name" : "AthenahealthPayerIntegrationMeasureReport",
  "title" : "athenahealth Payer Integration Measure Report",
  "status" : "active",
  "kind" : "operation",
  "date" : "2025-04-17T16:42:09+00:00",
  "publisher" : "athenahealth",
  "contact" : [
    {
      "name" : "FHIR Enablement Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:fhir-enablement@athenahealth.com"
        }
      ]
    }
  ],
  "description" : "FHIR Operation to submit care gaps to athenahealth using MeasureReport resource inside a Bundle",
  "code" : "submit-care-gaps",
  "resource" : [
    "MeasureReport"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "submitCareGapsRequest",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The service expects a Bundle with at least one MeasureReport entry.",
      "type" : "Bundle"
    },
    {
      "name" : "submitCareGapsResponse",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "An OperationOutcome resource with information regarding the outcome of the operation.",
      "type" : "OperationOutcome"
    }
  ]
}