Skip to main content

Update

Description

An Update message is typically used to convey changes in information for a provider. This message is used to notify recipient systems or applications that a provider's information has been updated or modified, and may include relevant details such as provider name, contact information, specialty, credentials, and other provider attributes that have changed.

API endpoints for Update Provider

Sync REST API Endpoint to call the API: https://{base_url}/api/v1/provider/update.

Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.

Data Model JSON for Update

Update - Sample Payload
{
"Meta": {
"DataModel": "Provider",
"EventType": "Update",
"EventDateTime": "2022-08-16T14:21:20.733Z",
"Test": true,
"Source": {
"ID": "0905e08e-28e8-4090-b9f9-67bd36fbb7a5",
"Name": "EHR Bridge Dev Tools"
},
"Destinations": [
{
"ID": "b2976303-1a7d-42e4-9ad0-8a98ccc4e8e0",
"Name": "Destinations EMR"
}
],
"Logs": [
{
"ID": "6ddb4ff8-fc3e-42f6-a8fb-8b7b941944e7",
"AttemptID": "e8a50350-c728-4d62-bb33-7536602d7b62"
}
],
"Message": {
"ID": 5565
},
"Transmission": {
"ID": 12414
},
"FacilityCode": null
},
"Providers": [
{
"Identifiers": [
{
"ID": "4356789876",
"IDType": "NPI"
}
],
"IsActive": true,
"Demographics": {
"FirstName": "John",
"LastName": "F",
"MiddleName": "Marker",
"Credentials": [
"MD"
],
"Addresses": [
{
"Use": "Office",
"StreetAddress": "123 Main St.",
"City": "San Jose"",
"State": "CA",
"ZIP": "53703",
"County": "Santa Clara",
"Country": "USA"
}
],
"EmailAddresses": [
"john.marker@ehrbridge.com"
],
"PhoneNumber": {
"Home": "+16085551235",
"Office": "+16085551234",
"Mobile": "+16085551236"
},
"Sex": "Male",
"DOB": "1963-01-06",
"Languages": [
"English",
"Spanish"
]
},
"Qualifications": [
{
"Identifiers": [
{
"ID": "5421",
"IDType": null
}
],
"Code": "MD",
"Codeset": "http://hl7.org/fhir/v2/0360/2.7",
"Description": "Doctor of Medicine",
"StartDate": "2000-02-01",
"EndDate": null
}
],
"Roles": [
{
"Identifiers": [
{
"ID": "12",
"IDType": null
}
],
"Organization": {
"Identifiers": [
{
"ID": "135",
"IDType": null
}
],
"IsActive": true,
"Type": "Provider",
"Name": "City Care Clinic",
"Address": {
"StreetAddress": "123 Main St.",
"City": "San Jose"",
"State": "CA",
"ZIP": "53703",
"County": "Santa Clara",
"Country": "USA"
}
},
"Specialties": [
{
"Code": "394802001",
"Codeset": "SnomedCT",
"Description": "General Medicine"
}
],
"Locations": [
{
"Identifiers": [
{
"ID": "123354",
"IDType": null
}
],
"Status": "active",
"Name": "City Care Clinic",
"Description": null,
"Address": {
"StreetAddress": "123 Main St",
"City": "San Jose"",
"State": "CA",
"ZIP": "53703",
"County": "Santa Clara",
"Country": "USA"
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": "+16084455673"
}
}
],
"Services": [
{
"Identifiers": [
{
"ID": "60",
"IDType": null
}
],
"Type": "Nutrition",
"Description": "Nutrition",
"PhoneNumber": {
"Office": "+16083334985"
}
}
],
"Availability": [
{
"Days": [
"Monday",
"Tuesday"
],
"AvailableStartTime": "09:00",
"AvailableEndTime": "17:00"
}
]
}
]
}
]
}