Service Facility
The service facility is location a medical service was rendered, such as the provider office of hospital. For telehealth, the service facility can be the provider’ location when the service was delivered (e.g. home) or the location where the in-person would have taken place. The service facility address listed must match what was provided to the payer during the credentialing process.
The service facility model
Properties
- Name
id
- Type
- string
- Description
Unique identifier for the service facility.
- Name
object
- Type
- string
- Description
Always 'service_facility'.
- Name
name
- Type
- string
- Description
Name of service facility.
- Name
place_of_service
- Type
- string
- Description
Place of service. The full list of place of service codes along with their definitions is here.
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
31
32
33
34
41
42
49
50
51
52
53
54
55
56
57
58
60
61
62
65
71
72
81
99
Possible values:- Name
address
- Type
- object
- Description
- Address of the service facility.
- Name
npi
- Type
- string
- Description
NPI of service facility.
- Name
default
- Type
- boolean
- Description
Whether this service facility should be set as the default service facility. By default, all insurance claims and superbills will be populated with the default service facility and can be changed as the user is completing the claim/superbill.
- Name
usable_by
- Type
- object
- Description
- Who can use this service facility.
- Name
created_by
- Type
- string
- Description
Creator of the service facility.
- Name
created_at
- Type
- number
- Description
Timestamp (in ISO 8601 format) of when the service facility was created.
- Name
last_updated_at
- Type
- number
- Description
Timestamp (in ISO 8601 format) of when the service facility was last updated.
Response
{
"id": "sfac_tJFm1YU2tWDhpgUhXSZ5",
"object": "service_facility",
"name": "Avon — NYC Branch",
"place_of_service": "11",
"address": {
"name": "Office",
"line1": "1 Wall Street",
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country": "US"
},
"npi": "324984924",
"default": true,
"usableBy": {
"usableByAll": true
},
"created_by": "user_xeDpGyt67wTor93qKtS7",
"created_at": 1653798303,
"last_updated_at": 1653798303
}