Update NPI and participation date at a location-network
Updates only the NPI and/or the Location NPI Participation Date (networkPractitionerEffectiveDate) for a practitioner at a specific location-network; all other fields on the location-network assignment are preserved. Use this for targeted updates to NPI or participation date without overwriting other location-network attributes — NPI is a location-network attribute and cannot be edited at the practitioner-location level alone. Pass null for npi or npiParticipationDate to leave those values unchanged. {practitionerId} is the certifyPractitionerId, and the practitioner must already be associated with the specified location and network.
Path parameters
ID of the tenant group location
ID of the network
ID of the practitioner (certify practitioner ID)
Headers
Request body
Example request
{
"groupId": "8e8a377a-39f0-4032-9067-dbb23bc52c84",
"npi": "1234567890",
"npiParticipationDate": "2024-01-15"
}Response
The updated location-network assignment record.
Example response
{
"tenantGroupPractitionerId": "tgp-456",
"tenantGroupLocationId": "tgl-123",
"networkId": "net-789",
"groupPractitionerLocationId": "gpl-456",
"tenantGroupLocationPractitionerNetworkId": "tglpn-789",
"status": "updated"
}Changes
Changed in 1 of the 2 revisions of this API.3
- ○
added the optional property
errors/items/rejectedValueto the response with the400statusresponse-optional-property-added
- ○
added the optional property
errors/items/rejectedValueto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/rejectedValueto the response with the500statusresponse-optional-property-added
This revision also has 44 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○