WebServiceClaim
This WebService facilitates submission of claims to MCE. A variant on the full-submission model is submission of claims to MCE in ‘Validate Only’ mode which allows the validation of the claim without the claim being passed on to Medicare for assessment.
API | Description |
---|---|
POST api/WebServiceClaim |
Submit a claim |
Reconciliation
Reconciliation controller
API | Description |
---|---|
GET api/getEmrReconciliation?startDate={startDate}&endDate={endDate} |
Returns the EMR reconciliation |
OpenDataGateway
Open Data Gateway in MCE-WS allows Medicare to publish tables and other digital support materials for EMR’s download via WebServices. MCE recommends checking for updated support tables on a daily basis by implementing and scheduling a process using cron or the equivalent on the EMR platform
API | Description |
---|---|
GET api/OpenDataGateway?name={name}&domain={domain} |
This service returns a list of tables that are published by MCE. The return document contains the table name, a description of the table, and information about the currency of the data in the tables. Name and Domain are optional parameters |
GET api/OpenDataGateway/{id}?vintage={vintage}&version={version}&dateTimeSince={dateTimeSince} |
This service requests a specific table using the ID of said table. The return document is an XML/JSON rendering of the published table, or it could be a base 64 encoded file containing any file. Vintage, Version and DateTimeSince are optional parameters |
CrossReference
This web service offers a cross reference of MCE Claim Numbers and the associated External System fields issued by the EMR. The service has the ability to restrict the cross reference to the claims that were submitted by specifying a date range.
API | Description |
---|---|
GET api/CrossReference?startDate={startDate}&endDate={endDate} |
Returns list of EMR claims based on specified date(s) |
MCEPing
API | Description |
---|---|
GET api/MCEPing?pingMessage={pingMessage} |
MCE-Ping has one optional parameter: PingMessage. The Ping Message field allows the sender to send a short phrase along with the ping that could be used in troubleshooting to uniquely identify a specific ping. |