Currently the ‘Organization’ resource can only be used to query two different data sets. It can be used to find Payers in the ModMed Practice Management system. It can also be used to find Referring Institutions within EMA/MMPM. We will be expanding on the Organization resource to include other types of Organizations in the future, so if you are looking for additional functionality, be sure to check back.
The following attributes are supported in cases that the Organization is a Payer:
Field Name | Notes |
---|---|
id | ID of the Organization |
identifier | payerID for Payers, npi for Referring Institutions |
active | true|false |
type | “pay” or “prov” |
name | Name of the Payer or Referring Institution |
The Following additional attributes are supported additionally for Organizations that are Referring Institutions.
Field Name | Notes |
---|---|
telecom | work , fax, mobile phone numbers, email, hisp address (Health Information Service Provider) |
address | office address |
The Following Operations are supported:
- Organization READ
- Organization SEARCH
- Organization CREATE(supported only for Referring Institutions)
Organization CREATE
The following attributes are required:
Field Name | Notes |
---|---|
identifier | |
active | true |
type | code = ‘prov’ |
name | |
address |
The following attributes are optional to send in:
Field Name | Notes |
---|---|
telecom | email, alternate email, work phone, fax, mobile |