Uploading AccessPoints
To add provider network accesspoints, submit a POST request like the following:
POST /enterprise/data-mgmt/v3/ProviderNetworks/{{providerNetworkId}}/versions/ {{providerNetworkVersionId}}/accesspoints?isPartial=true HTTP/1.1The POST takes the following parameters:
The same providerNetworkId you specified in step 1 of Uploading Your Data to Quest.
The providerNetworkVersionId (e.g. 312312) returned in step 1 of Uploading Your Data to Quest.
The isPartial query string parameter:
isPartial can be omitted if uploading all data in one call; no other calls to the API are needed, the data will be uploaded to QES and the version activated.
If you need to call the API multiple times to upload your data in batches, set isPartial to true for the first N-1 batches, and set isPartial to false for the last batch. This might be necessary with a large number of AccessPoints.
In the body of the POST, specify one record for each AccessPoint being uploaded. For example:
{
"NPI": "1811454077",
"OrganizationNPI": "1811454077",
"Name": "Aaron, Benjamin T.",
"FirstName": "",
"MiddleName": "",
"LastName": "",
"Degree": "",
"CMSSpecialtyCode": "001",
"SpecialtyDescription": "",
"TaxonomyCode": "207K00000X",
"Address1": "8401 Hwy 111",
"Address2": "",
"City": "Byrdstown",
"State": "TN",
"Zip": "38549",
"Phone": "",
"Fax": "",
"Email": "",
"IsPCPOrPCP_SpecialistFlag": "",
"ContractType": "DS",
"AcceptingNewPatients": "Y",
"MedicalGroupAffiliationOrDC": "Byrdstown Medical Center",
"MedicareCertifiedBeds": "4",
"GroupAffiliationUniqueIdentifier": "",
"UsesCMSMAContractAmendment": "N",
"TaxId": "12354124123",
"LastPaidClaimsDate": "",
"TotalClaimsPaid": "",
"TotalClaimants": "",
"CAQHId": "",
"QualityIndicators_HEDIS_CAHPS_Measures": "",
"ContractId": "",
"GeoInfo": "Address-Exact",
"Latitude": "36573656",
"Longitude": "85152618",
"CountySSA": "44680",
"CountyName": "Pickett",
"IncludeInCloudUpload": "Y",
"IncludeInHSDTable": "Y",
"RecordSource": "Network A",
"AsOfDate": "10/25/2019",
"Network": "A",
"AccessPointType": "Facility"
}