Athena Core Implementation Guide
5.0.0 - release
Athena Core Implementation Guide - Local Development build (v5.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2025-07-23 |
{
"resourceType" : "OperationDefinition",
"id" : "ah-process-message",
"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-process-message</b></p><a name=\"ah-process-message\"> </a><a name=\"hcah-process-message\"> </a><a name=\"ah-process-message-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&canonical=https://fhir.athena.io/core/athenacoreext\">athenacoreext</a></p></div><p>URL: [base]/$process-message</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>processMessageRequest</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>A Bundle conforming to athenahealth's implementation of the <a href=\"https://hl7.org/fhir/us/davinci-alerts/STU1.1/\">Da Vinci Unsolicited Notifications IG</a> for payer partners</p>\n</div></td></tr><tr><td>OUT</td><td>processMessageResponse</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-bundle-process-message",
"version" : "5.0.0",
"name" : "AthenahealthPayerIntegrationNotification",
"title" : "athenahealth Payer Integration for Admit/Discharge/Transfer Notification",
"status" : "active",
"kind" : "operation",
"date" : "2025-07-23T07:33:26+00:00",
"publisher" : "athenahealth",
"contact" : [
{
"name" : "FHIR Enablement Team",
"telecom" : [
{
"system" : "email",
"value" : "mailto:fhir-enablement@athenahealth.com"
}
]
}
],
"description" : "FHIR Operation to transmit an ADT notification from a payer system to athenaOne using a Bundle",
"code" : "process-message",
"system" : true,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "processMessageRequest",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "A Bundle conforming to athenahealth's implementation of the [Da Vinci Unsolicited Notifications IG](https://hl7.org/fhir/us/davinci-alerts/STU1.1/) for payer partners",
"type" : "Bundle"
},
{
"name" : "processMessageResponse",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "An OperationOutcome resource with information regarding the outcome of the operation.",
"type" : "OperationOutcome"
}
]
}