{"info":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","description":"<html><head></head><body><p>Embold Health is the gold standard in physician performance ratings and has created a ratings engine that is best-in-class, independent, and objective. This API exposes these scores along with relevant demographics data in order to power provider finder solutions as well as our own Provider Guide application.</p>\n<hr>\n<h2 id=\"testing-api-with-postman\">Testing API with Postman</h2>\n<h4 id=\"importing-collection\">Importing Collection</h4>\n<ol>\n<li>In the upper right-hand of this documentation, locate and click a button that says 'Run in Postman'</li>\n<li>Follow prompt to open postman either in app or browser</li>\n<li>Select workspace to import collection to</li>\n</ol>\n<h4 id=\"retrieve-bearer-token-and-set-variable\">Retrieve Bearer Token and Set Variable</h4>\n<p>From within the postman application after the collection has been imported:</p>\n<ol>\n<li>Navigate to Auth (folder within Embold Health API) -&gt; Generate Bearer Token</li>\n<li>Enter Embold Health provided <code>client_id</code> and <code>client_secret</code> in body</li>\n<li>Send POST request</li>\n<li>Copy <code>access_token</code></li>\n<li>Navigate to root directory (Embold Health API) -&gt; Variables tab</li>\n<li>Paste <code>access_token</code> to 'CURRENT VALUE' of <code>bearer_token</code> variable</li>\n</ol>\n<p><strong>Note</strong>: These tokens last 1 hour at which time a user will need to follow the above instructions again</p>\n<h4 id=\"set-other-variables\">Set Other Variables</h4>\n<p>In the same variables tab, set a <code>network_slug</code> value (provided by Embold Health). The <code>base_url</code> value is set to the staging API url by default, but can be updated depending on the use case.</p>\n<h4 id=\"sending-a-request\">Sending a Request</h4>\n<p>After the <code>bearer_token</code> variable is set, navigate to any request and ensure the Authorization (tab) is set to <code>Inherit auth from parent</code>. Follow specific documentation and instructions on using the given endpoint.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24382035","collectionId":"1532a60d-9ecc-487c-bec5-435699e0b571","publishedId":"2s8YmRNgd6","public":true,"customColor":{"top-bar":"414968","right-sidebar":"303030","highlight":"414968"},"publishDate":"2022-11-21T19:20:10.000Z"},"item":[{"name":"Auth","item":[{"name":"generate bearer token","id":"c7a1a5cf-c461-4782-b67e-f4f6a71b2cbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"resource","value":"7d5f07e5-c339-4a5d-80ec-b99862208942","description":"<p>Staging API ID</p>\n","type":"text"},{"key":"client_id","value":"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee","description":"<p>Provided by Embold Health</p>\n","type":"text"},{"key":"client_secret","value":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","description":"<p>Provided by Embold Health</p>\n","type":"text"},{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://login.microsoftonline.com/282b8276-1b90-4ea6-8f48-cfee19de5292/oauth2/token","description":"<p>This is an example of getting an <code>access_token</code> from Microsoft to be used for authentication with the Embold Health API. This token will expire after 1 hour at which point another token will need to be generated. In order to properly integrate with an application, there are many options for generating bearer tokens with Microsoft that are outside of the scope of this documentation.</p>\n","urlObject":{"protocol":"https","path":["282b8276-1b90-4ea6-8f48-cfee19de5292","oauth2","token"],"host":["login","microsoftonline","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7a1a5cf-c461-4782-b67e-f4f6a71b2cbf"}],"id":"96bc1648-e031-43aa-96e6-6f7c3f118de6","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"43df9d2f-2689-456c-a665-e5183be46392","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fb154890-4cc2-4a5f-934c-840e6c8ae86d","type":"text/javascript","exec":[""]}}],"_postman_id":"96bc1648-e031-43aa-96e6-6f7c3f118de6","description":""},{"name":"Providers","item":[{"name":"provider search","id":"df14c936-0f36-4104-bf73-40132ca054f4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fusion.staging.emboldhealth.com/api/pg/providers/?network_slug=","description":"<h4 id=\"get-a-list-of-providers-for-given-parameters\"><strong>Get a list of providers for given parameters</strong></h4>\n<p>This endpoint returns a paginated response of provider objects. It supports common pagination parameters such as <code>limit</code> and <code>offset</code> . It returns values outside of the results such as <code>count</code>, <code>next</code>, and <code>previous</code>. It also provides additional, optional <code>filter_count</code> data for certain filterable fields such as <code>specialty_counts</code>, <code>available_languages</code>, and <code>available_credentials</code>.</p>\n<p>Along with the pagination support, we also offer the ability to pass location data via search parameters. These query parameters include:</p>\n<ul>\n<li><code>location</code> (lat/lon coordinates)</li>\n<li><code>radius</code> (by unit or geo hash precision (1-12))</li>\n<li><code>bounding_box</code> (in the format of <code>top_right_lat, top_right_lon__bottom_left_lat, bottom_left_lon</code> (e.g 40.73,-71.12__40.01,-74.1)</li>\n</ul>\n<p>In addition to the above support, this endpoint allows for filtering and sorting on any field that exists in the datasource to which our api is connected. In addition, filtering and sorting can be extended using the following pre/post fixes to query parameters:</p>\n<h6 id=\"filtering\">Filtering</h6>\n<ul>\n<li><p>Any query param key can have the following postfix to be used for filtering:</p>\n<ul>\n<li><p><code>__exact</code> (returns providers with only exact field matches for value)</p>\n</li>\n<li><p><code>__contains</code> (returns providers with field that contains value)</p>\n</li>\n<li><p><code>__startswith</code> (returns providers with field that starts with value)</p>\n</li>\n<li><p><code>__endswith</code> (returns providers with field that ends with value)</p>\n</li>\n<li><p><code>__lt</code> (returns providers with field that is less than value)</p>\n</li>\n<li><p><code>__lte</code> (returns providers with field that is less than or equal to value)</p>\n</li>\n<li><p><code>__gt</code> (returns providers with field that is greater than value)</p>\n</li>\n<li><p><code>__gte</code> (returns providers with field that is greater than or equal to value)</p>\n</li>\n<li><p><code>__in</code> (returns providers that match each comma delimited value provided)</p>\n</li>\n<li><p><code>__exclude</code> (returns providers with field that does not match the value)</p>\n</li>\n</ul>\n</li>\n<li><p>Examples:</p>\n<ul>\n<li><code>/?specialty_id=2</code><ul>\n<li>Returns providers only with a specialty_id of 2</li>\n</ul>\n</li>\n<li><code>/?score_overall_quality=95</code><ul>\n<li>Returns providers with a score_overall_quality of 95</li>\n</ul>\n</li>\n<li><code>/?score_overall_qualtiy__lt=95</code><ul>\n<li>Returns providers with a score_overall_quality LESS THAN 95</li>\n</ul>\n</li>\n<li><code>/?score_overall_qualtiy__lte=95</code><ul>\n<li>Returns providers with a score_overall_quality LESS THAN OR EQUAL TO 95</li>\n</ul>\n</li>\n<li><code>/?score_overall_qualtiy__gt=95</code><ul>\n<li>Returns providers with a score_overall_quality GREATER THAN 95</li>\n</ul>\n</li>\n<li><code>/?score_overall_qualtiy__gte=95</code><ul>\n<li>Returns providers with a score_overall_quality GREATER THAN OR EQUAL TO 95</li>\n</ul>\n</li>\n<li><code>/?npi__in=100123456,100234567</code><ul>\n<li>Returns providers with matching npis</li>\n</ul>\n</li>\n<li><code>/?first_name__exact=Kimberly</code><ul>\n<li>Returns providers with the exact match first_name of 'Kimberly'</li>\n</ul>\n</li>\n<li><code>/?last_name__startswith=Ed</code><ul>\n<li>Returns providers a last_name starting with 'Ed' ('Edmonds', 'Edwards', etc..)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h6 id=\"sorting\">Sorting</h6>\n<ul>\n<li>By using the query parameter <code>ordering</code>, we are able to sort on specific values as well as any field that exists in the datasource in which our api is connected. The <code>ordering</code> parameter accepts one or many values (using a comma delimited list of values)<ul>\n<li>The designated values are:<ul>\n<li><code>best_match</code> &lt;- a culmination of curated bucketing, score, and distance</li>\n<li><code>quality</code></li>\n<li><code>distance</code></li>\n</ul>\n</li>\n<li>Examples of alternative dynamic values are:<ul>\n<li><code>first_name</code></li>\n<li><code>last_name</code></li>\n<li><code>specialty</code></li>\n</ul>\n</li>\n</ul>\n</li>\n<li>In addition to the possible values outlined above, there is also the ability to prefix the value with <code>-</code> to signal ordering <code>desc</code><ul>\n<li>Examples:<ul>\n<li><code>/?ordering=first_name</code><ul>\n<li>orders alphabetically on the first_name values</li>\n</ul>\n</li>\n<li><code>/?ordering=-first_name</code><ul>\n<li>orders alphabetically on the first_name values DESC</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h6 id=\"response-schema\">Response Schema</h6>\n<p>The examples shown in this documentation show responses with a complete list of available fields. Depending on a client's scope and need, the response object could have fewer fields. This is configured by client and must be communicated and agreed upon by the client and Embold Health.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}},"urlObject":{"path":["providers",""],"host":["https://fusion.staging.emboldhealth.com/api/pg"],"query":[{"disabled":true,"description":{"content":"<p>Integer: Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Integer: The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"disabled":true,"description":{"content":"<p>String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178</p>\n","type":"text/plain"},"key":"location","value":"<lat, lon>"},{"disabled":true,"description":{"content":"<p>String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12</p>\n","type":"text/plain"},"key":"radius","value":"<string>"},{"disabled":true,"description":{"content":"<p>String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-71.12__40.01,-74.1)</p>\n","type":"text/plain"},"key":"bounding_box","value":"<string>"},{"disabled":true,"description":{"content":"<p>String: Query multi-match param</p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"disabled":true,"description":{"content":"<p>String: First and last name of a provider</p>\n","type":"text/plain"},"key":"entity_name","value":"<string>"},{"disabled":true,"description":{"content":"<p>String: Ex: 'Female', 'Male'</p>\n","type":"text/plain"},"key":"gender","value":"<string>"},{"disabled":true,"description":{"content":"<p>String: A provider's specialty\nExample: 'Cardiology'</p>\n","type":"text/plain"},"key":"specialty","value":"<string>"},{"disabled":true,"description":{"content":"<p>Integer: The unique identifier associated with a specialty</p>\n","type":"text/plain"},"key":"specialty_id","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Integer: The unique identifier associated with a subspecialty</p>\n","type":"text/plain"},"key":"subspecialty_id","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Integer: The unique identifier associated with a service</p>\n","type":"text/plain"},"key":"service_id","value":"<integer>"},{"disabled":true,"description":{"content":"<p>String: The order in which search results will return. \nOptions include: </p>\n<ul>\n<li>'best_match' &lt;- a culmination of curated bucketing, score, and distance</li>\n<li>'quality'</li>\n<li>'distance'</li>\n<li>Any field on the queried index such as: 'first_name', 'last_name', 'specialty_id'</li>\n<li>The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance</li>\n</ul>\n","type":"text/plain"},"key":"ordering","value":"<string>"},{"disabled":true,"description":{"content":"<p>Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788</p>\n","type":"text/plain"},"key":"npi__in","value":"<integer,integer>"},{"disabled":true,"description":{"content":"<p>Comma delimited list of languages</p>\n","type":"text/plain"},"key":"languages","value":"<string,string>"},{"disabled":true,"description":{"content":"<p>Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional <code>__gt</code> (greater than) filter</p>\n","type":"text/plain"},"key":"score_overall_quality__gt","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional <code>__gte</code> (greater than or equal to) filter</p>\n","type":"text/plain"},"key":"score_overall_quality__gte","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional <code>__lt</code> (less than) filter</p>\n","type":"text/plain"},"key":"score_overall_quality__lt","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional <code>__lt</code> (less than) filter</p>\n","type":"text/plain"},"key":"score_overall_quality__lte","value":"<integer>"},{"description":{"content":"<p>(Required) String: A network slug string associated with a client. Only a valid network_slug will return results</p>\n","type":"text/plain"},"key":"network_slug","value":""}],"variable":[]}},"response":[{"id":"0555d1dc-a71a-44b6-8f9f-15f4789316b4","name":"Provider Search Schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/","protocol":"https","host":["fusion","staging","emboldhealth","com"],"path":["api","pg","providers",""],"query":[{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"location","value":"<lat, lon>","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178","disabled":true},{"key":"radius","value":"<string>","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12","disabled":true},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-71.12__40.01,-74.1)","disabled":true},{"key":"q","value":"<string>","description":"String: Query multi-match param","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results","disabled":true},{"key":"entity_name","value":"<string>","description":"String: First and last name of a provider","disabled":true},{"key":"gender","value":"<string>","description":"String: Ex: 'Female', 'Male'","disabled":true},{"key":"specialty","value":"<string>","description":"String: A provider's specialty\nExample: 'Cardiology'","disabled":true},{"key":"specialty_id","value":"<integer>","description":"Integer: The unique identifier associated with a specialty","disabled":true},{"key":"ordering","value":"<string>","description":"String: The order in which search results will return. \nOptions include: \n- 'best_match' <- a culmination of curated bucketing, score, and distance\n- 'quality'\n- 'distance'\n- Any field on the queried index such as: 'first_name', 'last_name', 'specialty_id'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance ","disabled":true},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true},{"key":"score_overall_quality__gt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gt` (greater than) filter","disabled":true},{"key":"score_overall_quality__gte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gte` (greater than or equal to) filter","disabled":true},{"key":"score_overall_quality__lt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true},{"key":"score_overall_quality__lte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": { \"type\": \"integer\" },\n    \"aggregations\": {\n        \"type\": \"object\",\n        \"properties\": {\n        \"hospital_affiliations\": {\n            \"type\": \"object\",\n            \"additionalProperties\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"value\": { \"type\": \"string\" },\n                \"label\": { \"type\": \"string\" },\n                \"count\": { \"type\": \"integer\" }\n            }\n            }\n        },\n        \"group_affiliations\": { \"type\": \"object\" },\n\n        \"available_languages\": {\n            \"type\": \"object\",\n            \"additionalProperties\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"value\": { \"type\": \"string\" },\n                \"label\": { \"type\": \"string\" },\n                \"count\": { \"type\": \"integer\" }\n            }\n            }\n        },\n\n        \"available_credentials\": {\n            \"type\": \"object\",\n            \"additionalProperties\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"value\": { \"type\": \"string\" },\n                \"label\": { \"type\": \"string\" },\n                \"count\": { \"type\": \"integer\" }\n            }\n            }\n        },\n\n        \"specialties\": {\n            \"type\": \"object\",\n            \"additionalProperties\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"value\": { \"type\": \"integer\" },\n                \"label\": { \"type\": \"string\" },\n                \"count\": { \"type\": \"integer\" }\n            }\n            }\n        },\n\n        \"subspecialties\": {\n            \"type\": \"object\",\n            \"additionalProperties\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"value\": { \"type\": \"integer\" },\n                \"label\": { \"type\": \"string\" },\n                \"count\": { \"type\": \"integer\" }\n            }\n            }\n        },\n\n        \"gender\": {\n            \"type\": \"object\",\n            \"additionalProperties\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"value\": { \"type\": \"string\" },\n                \"label\": { \"type\": \"string\" },\n                \"count\": { \"type\": \"integer\" }\n            }\n            }\n        },\n\n        \"score_tier\": {\n            \"type\": \"object\",\n            \"additionalProperties\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"value\": { \"type\": \"integer\" },\n                \"label\": { \"type\": \"string\" },\n                \"count\": { \"type\": \"integer\" }\n            }\n            }\n        },\n\n        \"has_benefit_diff\": { \"type\": \"integer\" },\n        \"client_featured\": { \"type\": \"integer\" },\n        \"board_certified\": { \"type\": \"integer\" },\n        \"outcare_competent\": { \"type\": \"integer\" },\n        \"health_plan_tier\": { \"type\": \"integer\" },\n        \"health_connect\": { \"type\": \"integer\" },\n        \"accepting_new_patients\": { \"type\": \"integer\" },\n        \"telehealth_available\": { \"type\": \"integer\" },\n        \"is_wheelchair_accessible\": { \"type\": \"integer\" },\n        \"highlight_counts\": { \"type\": \"object\" }\n        }\n    },\n\n    \"filter_counts\": {\n        \"type\": \"object\",\n        \"properties\": {\n        \"hospital_affiliations\": {\n            \"type\": \"array\",\n            \"items\": { \"type\": \"string\" }\n        },\n        \"group_affiliations\": {\n            \"type\": \"array\",\n            \"items\": { \"type\": \"string\" }\n        },\n        \"available_languages\": {\n            \"type\": \"array\",\n            \"items\": { \"type\": \"string\" }\n        },\n        \"available_credentials\": {\n            \"type\": \"array\",\n            \"items\": { \"type\": \"string\" }\n        },\n        \"specialty_counts\": {\n            \"type\": \"array\",\n            \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"specialty_id\": { \"type\": \"integer\" },\n                \"specialty\": { \"type\": \"string\" },\n                \"count\": { \"type\": \"integer\" }\n            }\n            }\n        },\n        \"subspecialties\": {\n            \"type\": \"array\",\n            \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"subspecialty_id\": { \"type\": \"integer\" },\n                \"subspecialty\": { \"type\": \"string\" },\n                \"count\": { \"type\": \"integer\" }\n            }\n            }\n        }\n        }\n    },\n\n    \"next\": { \"type\": [\"string\", \"null\"] },\n    \"previous\": { \"type\": [\"string\", \"null\"] },\n\n    \"results\": {\n        \"type\": \"array\",\n        \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n            \"entity_id\": { \"type\": \"string\" },\n            \"npi\": { \"type\": \"integer\" },\n            \"entity_name\": { \"type\": \"string\" },\n            \"first_name\": { \"type\": \"string\" },\n            \"last_name\": { \"type\": \"string\" },\n            \"gender\": { \"type\": \"string\" },\n\n            \"title\": { \"type\": \"string\" },\n            \"title_array\": {\n            \"type\": \"array\",\n            \"items\": { \"type\": \"string\" }\n            },\n\n            \"telehealth_available\": { \"type\": \"boolean\" },\n            \"accepting_new_patients\": { \"type\": \"boolean\" },\n            \"board_certified\": { \"type\": \"boolean\" },\n\n            \"medical_school\": { \"type\": \"string\" },\n            \"years_experience\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"source\": { \"type\": \"string\" },\n                \"parsedValue\": { \"type\": \"number\" }\n            }\n            },\n\n            \"languages\": { \"type\": \"string\" },\n            \"languages_array\": {\n            \"type\": \"array\",\n            \"items\": { \"type\": \"string\" }\n            },\n\n            \"hospital_affiliations\": {\n            \"type\": \"array\",\n            \"items\": { \"type\": \"string\" }\n            },\n            \"group_affiliations\": {\n            \"type\": \"array\",\n            \"items\": { \"type\": \"string\" }\n            },\n\n            \"is_pcp\": {\n            \"type\": \"object\",\n            \"additionalProperties\": { \"type\": \"boolean\" }\n            },\n\n            \"health_plan\": { \"type\": \"string\" },\n\n            \"specialty_id\": { \"type\": \"integer\" },\n            \"specialty\": { \"type\": \"string\" },\n\n            \"subspecialty_names\": {\n            \"type\": \"array\",\n            \"items\": { \"type\": \"string\" }\n            },\n\n            \"subspecialties\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                \"subspecialty_id\": { \"type\": \"integer\" },\n                \"subspecialty_name\": { \"type\": \"string\" },\n                \"subspecialty_score\": { \"type\": \"integer\" },\n                \"subspecialty_score_tier\": { \"type\": \"integer\" },\n                \"subspecialty_type\": { \"type\": \"string\" }\n                }\n            }\n            },\n\n            \"region_id\": { \"type\": \"integer\" },\n            \"region\": { \"type\": \"string\" },\n\n            \"quality_metric_value\": { \"type\": \"number\" },\n            \"appropriateness_metric_value\": { \"type\": \"number\" },\n            \"cost_metric_value\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"source\": { \"type\": \"string\" },\n                \"parsedValue\": { \"type\": \"number\" }\n            }\n            },\n            \"performance_metric_value\": { \"type\": \"number\" },\n            \"overall_metric_value\": { \"type\": \"number\" },\n\n            \"scoring_order\": { \"type\": \"integer\" },\n\n            \"score_overall_quality\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"source\": { \"type\": \"string\" },\n                \"parsedValue\": { \"type\": \"number\" }\n            }\n            },\n\n            \"score_care_journey_treatment\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"source\": { \"type\": \"string\" },\n                \"parsedValue\": { \"type\": \"number\" }\n            }\n            },\n\n            \"score_care_journey_diagnosing\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"source\": { \"type\": \"string\" },\n                \"parsedValue\": { \"type\": \"number\" }\n            }\n            },\n\n            \"score_care_journey_outcomes\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"source\": { \"type\": \"string\" },\n                \"parsedValue\": { \"type\": \"number\" }\n            }\n            },\n\n            \"score_care_journey_cost\": { \"type\": \"integer\" },\n\n            \"diagnosing_percentile\": { \"type\": \"number\" },\n            \"treatment_percentile\": { \"type\": \"number\" },\n            \"outcomes_percentile\": { \"type\": \"number\" },\n            \"overall_percentile\": { \"type\": \"number\" },\n\n            \"score_tier\": { \"type\": \"integer\" },\n            \"state\": { \"type\": \"string\" },\n\n            \"benefit_decrease\": { \"type\": \"boolean\" },\n            \"curated_out\": { \"type\": \"boolean\" },\n            \"embold_evaluated\": { \"type\": \"boolean\" },\n\n            \"outcare_competent\": { \"type\": \"boolean\" },\n            \"outcare_certified\": { \"type\": \"boolean\" },\n            \"outcare_url\": { \"type\": \"string\" },\n\n            \"total_care\": { \"type\": \"boolean\" },\n\n            \"extension\": { \"type\": \"object\" },\n\n            \"places\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                \"location_id\": { \"type\": \"string\" },\n                \"product_ids\": {\n                    \"type\": \"array\",\n                    \"items\": { \"type\": \"string\" }\n                },\n                \"address_1\": { \"type\": \"string\" },\n                \"city\": { \"type\": \"string\" },\n                \"state\": { \"type\": \"string\" },\n                \"zipcode\": { \"type\": \"string\" },\n                \"phone\": { \"type\": \"string\" },\n                \"fax\": { \"type\": \"string\" },\n                \"specialization\": { \"type\": \"string\" },\n                \"is_wheelchair_accessible\": { \"type\": \"boolean\" },\n                \"accepting_new_patients\": { \"type\": \"boolean\" },\n                \"telehealth_available\": { \"type\": \"boolean\" },\n                \"location\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                    \"lat\": { \"type\": \"number\" },\n                    \"lon\": { \"type\": \"number\" }\n                    }\n                },\n                \"extension\": { \"type\": \"object\" },\n                \"latitude\": { \"type\": \"number\" },\n                \"longitude\": { \"type\": \"number\" }\n                }\n            }\n            }\n        }\n        }\n    }\n}\n"},{"id":"1abdf52e-46e4-4a3a-8220-a6e53c180a8b","name":"Provider Search Example","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/?location=36.333009211382, -94.13365492377461&radius=50mi&network_slug=&ordering=quality","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["providers",""],"query":[{"key":"limit","value":"<integer>","description":"50","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"location","value":"36.333009211382, -94.13365492377461","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178"},{"key":"radius","value":"50mi","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12"},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-74.1__40.01,-71.12)","disabled":true},{"key":"q","value":"<string>","description":"String: Query multi-match param","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"entity_name","value":"<string>","description":"String: First and last name of a provider","disabled":true},{"key":"gender","value":"<string>","description":"String: Ex: 'Female', 'Male'","disabled":true},{"key":"specialty","value":"<string>","description":"String: A provider's specialty\nExample: 'Cardiology'","disabled":true},{"key":"specialty_id","value":"<integer>","description":"Integer: The unique identifier associated with a specialty","disabled":true},{"key":"ordering","value":"quality","description":"String: The order in which search results will return. \nOptions include: \n- 'best_match' <- a culmination of curated bucketing, score, and distance\n- 'quality'\n- 'distance'\n- Any field on the queried index such as: 'first_name', 'last_name', 'specialty_id'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance "},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true},{"key":"score_overall_quality__gt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gt` (greater than) filter","disabled":true},{"key":"score_overall_quality__gte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gte` (greater than or equal to) filter","disabled":true},{"key":"score_overall_quality__lt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true},{"key":"score_overall_quality__lte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3571,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/providers/?limit=10&location=36.333009211382%2C+-94.13365492377461&network_slug=aetnachoiceposii&offset=10&ordering=quality&radius=50mi\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"entity_id\": \"1407411093\",\n            \"npi\": 1407411093,\n            \"entity_name\": \"Drew Young\",\n            \"first_name\": \"Drew\",\n            \"last_name\": \"Young\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center South\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\",\n                \"Mattax Neu Prater Eye Center\",\n                \"Mattax Neu Prater Eye Surgery Center - Springfield\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 1016,\n            \"specialty\": \"Ophthalmology\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"a9947eb6e7f1ba7d7ce9f386c86058ab\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2170 E Cleveland St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-886-3937\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.93179,\n                        \"lon\": -93.89298\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.93179,\n                    \"longitude\": -93.89298\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1114214962\",\n            \"npi\": 1114214962,\n            \"entity_name\": \"Jamie Thomas\",\n            \"first_name\": \"Jamie\",\n            \"last_name\": \"Thomas\",\n            \"gender\": \"Male\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [\n                \"Ascension Seton Edgar B Davis (FKA Seton Edgar B Davis Hospital)\",\n                \"Ascension Seton Hays (FKA Seton Medical Center Hays)\",\n                \"Ascension Seton Highland Lakes\",\n                \"Ascension Seton Smithville (FKA Seton Smithville Regional)\",\n                \"Ascension Seton Southwest (FKA Seton Southwest Hospital)\",\n                \"Freeman Hospital West\",\n                \"Freeman Neosho Hospital\",\n                \"Mercy Hospital Aurora (FKA St Johns Hospital Aurora)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Springfield (FKA St Johns Hospital)\",\n                \"Mercy St Francis Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"Ascension Seton (AKA Seton Healthcare Family)\",\n                \"Freeman Health System\",\n                \"Integrity Home Care and Hospice\",\n                \"Mercy (MO)\",\n                \"Ozark Tri-County Health Care Consortium (AKA Access Family Care)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 25,\n                    \"subspecialty_name\": \"Behavioral Health\",\n                    \"subspecialty_score\": 87,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 73,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 27,\n                    \"subspecialty_name\": \"Geriatrics\",\n                    \"subspecialty_score\": 79,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 29,\n                    \"subspecialty_name\": \"Women's Health\",\n                    \"subspecialty_score\": 81,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 56,\n                    \"subspecialty_name\": \"Asthma\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 57,\n                    \"subspecialty_name\": \"COPD\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 21.7976629,\n            \"appropriateness_metric_value\": 61.3043179,\n            \"cost_metric_value\": 60.9343539,\n            \"performance_metric_value\": 34.4169112,\n            \"overall_metric_value\": 46.3165967,\n            \"scoring_order\": 79,\n            \"score_overall_quality\": 79.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 1.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.4075700044631958,\n            \"treatment_percentile\": 0.22191999852657318,\n            \"outcomes_percentile\": 0.02436400018632412,\n            \"overall_percentile\": 0.3881300091743469,\n            \"score_tier\": 2,\n            \"state\": \"TX\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"45ec847403258d753739f84c75c163f8\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"4016 Main St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Cassville\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65625\",\n                    \"phone\": \"417-847-0057\",\n                    \"fax\": \"417-847-0079\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.65318,\n                        \"lon\": -93.89617\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.65318,\n                    \"longitude\": -93.89617\n                },\n                {\n                    \"location_id\": \"a8dfb235b500b24840f8a6ba4b884216\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"927 N 71 Business Hwy\",\n                    \"address_2\": \"\",\n                    \"city\": \"Anderson\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"64831\",\n                    \"phone\": \"417-845-8300\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.64697,\n                        \"lon\": -94.4379\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.64697,\n                    \"longitude\": -94.4379\n                },\n                {\n                    \"location_id\": \"25b5d57c484a38e985b10fb0395a7596\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1504A N Business 49\",\n                    \"address_2\": \"\",\n                    \"city\": \"Neosho\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"64850\",\n                    \"phone\": \"417-451-4447\",\n                    \"fax\": \"417-451-4448\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.88475,\n                        \"lon\": -94.40648\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.88475,\n                    \"longitude\": -94.40648\n                },\n                {\n                    \"location_id\": \"b15eed18b0c06cfc55729bd597442231\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1810 S Carnation Dr\",\n                    \"address_2\": \"\",\n                    \"city\": \"Aurora\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65605\",\n                    \"phone\": \"417-678-1260\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.95557,\n                        \"lon\": -93.73669\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.95557,\n                    \"longitude\": -93.73669\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1730802091\",\n            \"npi\": 1730802091,\n            \"entity_name\": \"Connor English\",\n            \"first_name\": \"Connor\",\n            \"last_name\": \"English\",\n            \"gender\": \"Male\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"affiliation\": \"Ozark Orthopaedics\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [\n                \"Ozark Orthopaedics\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2041,\n            \"specialty\": \"Physical Therapy\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2101,\n                    \"subspecialty_name\": \"Adults\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2106,\n                    \"subspecialty_name\": \"Hip\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2107,\n                    \"subspecialty_name\": \"Knee\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2108,\n                    \"subspecialty_name\": \"Neck\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2112,\n                    \"subspecialty_name\": \"Shoulder\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"957cd3d2d605c234289187623875d58c\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3317 N Wimberly Dr\",\n                    \"address_2\": \"\",\n                    \"city\": \"Fayetteville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72703\",\n                    \"phone\": \"479-521-2752\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.11153,\n                        \"lon\": -94.15427\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.11153,\n                    \"longitude\": -94.15427\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1366853590\",\n            \"npi\": 1366853590,\n            \"entity_name\": \"Amanda Phelps\",\n            \"first_name\": \"Amanda\",\n            \"last_name\": \"Phelps\",\n            \"gender\": \"Female\",\n            \"title\": \"MA\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [],\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"b82ab75a48ff3c1e00aef9de1437e6ad\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"25376 State Highway 39\",\n                    \"address_2\": \"Ste 301\",\n                    \"city\": \"Shell Knob\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65747\",\n                    \"phone\": \"417-236-2680\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.61234,\n                        \"lon\": -93.6053\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.61234,\n                    \"longitude\": -93.6053\n                },\n                {\n                    \"location_id\": \"482476351db7da4f97bff5d45fb176e4\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"815 N Lincoln Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-354-1500\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.92724,\n                        \"lon\": -93.93114\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.92724,\n                    \"longitude\": -93.93114\n                },\n                {\n                    \"location_id\": \"fa02e2c510db332c5f9236fdc5964efe\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"525 Branson Landing Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Branson\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65616\",\n                    \"phone\": \"417-335-7540\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.63889,\n                        \"lon\": -93.32805\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.63889,\n                    \"longitude\": -93.32805\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1902086119\",\n            \"npi\": 1902086119,\n            \"entity_name\": \"Lance Weathers\",\n            \"first_name\": \"Lance\",\n            \"last_name\": \"Weathers\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 99,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 71,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 78,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 57.8733702,\n            \"appropriateness_metric_value\": 18.6178498,\n            \"cost_metric_value\": 61.1002644,\n            \"performance_metric_value\": 39.6124234,\n            \"overall_metric_value\": 50.2110295,\n            \"scoring_order\": 81,\n            \"score_overall_quality\": 81.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.08190900087356567,\n            \"treatment_percentile\": 0.7200199961662292,\n            \"outcomes_percentile\": 0.46693000197410583,\n            \"overall_percentile\": 0.36994999647140503,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-876-2845\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1821574815\",\n            \"npi\": 1821574815,\n            \"entity_name\": \"Toni Myer\",\n            \"first_name\": \"Toni\",\n            \"last_name\": \"Myer\",\n            \"gender\": \"Female\",\n            \"title\": \"APRN\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"affiliation\": \"Washington Regional Medical Center\",\n            \"hospital_affiliations\": [\n                \"Washington Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"HerKare\",\n                \"Washington Regional Home Health\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 78,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 39.1669023,\n            \"appropriateness_metric_value\": 95.3635221,\n            \"cost_metric_value\": 99.9999952,\n            \"performance_metric_value\": 49.7177909,\n            \"overall_metric_value\": 87.4715384,\n            \"scoring_order\": 84,\n            \"score_overall_quality\": 84.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 0.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"treatment_percentile\": 0.34323999285697937,\n            \"outcomes_percentile\": 0.9209799766540527,\n            \"overall_percentile\": 0.9556800127029419,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"bc23b795e502844d3133b9672356460f\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"14558 Highway 412\",\n                    \"address_2\": \"\",\n                    \"city\": \"Huntsville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72740\",\n                    \"phone\": \"479-351-0973\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.10091,\n                        \"lon\": -93.74684\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.10091,\n                    \"longitude\": -93.74684\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1295580827\",\n            \"npi\": 1295580827,\n            \"entity_name\": \"Kaitlyn Reid\",\n            \"first_name\": \"Kaitlyn\",\n            \"last_name\": \"Reid\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"affiliation\": \"Arkansas Childrens Hospital\",\n            \"hospital_affiliations\": [\n                \"Arkansas Childrens Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"Arkansas Childrens Hospital System\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2068,\n            \"specialty\": \"Nursing\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"44a1191c22dae7a5543b645be6ed995c\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2601 Gene George Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Springdale\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72762\",\n                    \"phone\": \"479-725-6800\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.15709,\n                        \"lon\": -94.19996\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.15709,\n                    \"longitude\": -94.19996\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1275192387\",\n            \"npi\": 1275192387,\n            \"entity_name\": \"Brook Bounous\",\n            \"first_name\": \"Brook\",\n            \"last_name\": \"Bounous\",\n            \"gender\": \"Male\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center South\",\n                \"Cox Monett Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\",\n                \"Haven Home Health - Ozark\",\n                \"Integrity Home Care and Hospice\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 25,\n                    \"subspecialty_name\": \"Behavioral Health\",\n                    \"subspecialty_score\": 83,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 93,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3100,\n                    \"subspecialty_name\": \"Pediatrics\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"quality_metric_value\": 76.4328978,\n            \"appropriateness_metric_value\": 78.2146624,\n            \"cost_metric_value\": 89.2579673,\n            \"performance_metric_value\": 76.3313834,\n            \"overall_metric_value\": 81.7448488,\n            \"scoring_order\": 94,\n            \"score_overall_quality\": 94.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.989080011844635,\n            \"treatment_percentile\": 0.7763299942016602,\n            \"outcomes_percentile\": 0.931410014629364,\n            \"overall_percentile\": 0.9080899953842163,\n            \"score_tier\": 1,\n            \"state\": \"MO\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"756dd8ca84004b2b056e3260750b1620\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1000 E Highway 60\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-354-1580\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.93254,\n                        \"lon\": -93.92774\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.93254,\n                    \"longitude\": -93.92774\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1730901588\",\n            \"npi\": 1730901588,\n            \"entity_name\": \"Mali Sirisena\",\n            \"first_name\": \"Mali\",\n            \"last_name\": \"Sirisena\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2068,\n            \"specialty\": \"Nursing\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"fa68ef2246e98ce42f1e70555de7b6a3\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3400 SE Macy Rd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bentonville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72712\",\n                    \"phone\": \"479-321-2818\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.33714,\n                        \"lon\": -94.20982\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.33714,\n                    \"longitude\": -94.20982\n                },\n                {\n                    \"location_id\": \"f37b9eaec3c22414535a7d62136b72ae\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"700 N 40th St\",\n                    \"address_2\": \"Ste B\",\n                    \"city\": \"Springdale\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72762\",\n                    \"phone\": \"479-318-2828\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.1915,\n                        \"lon\": -94.17437\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.1915,\n                    \"longitude\": -94.17437\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1386913499\",\n            \"npi\": 1386913499,\n            \"entity_name\": \"Kristy Montz-Goble\",\n            \"first_name\": \"Kristy\",\n            \"last_name\": \"Montz-Goble\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"health_plan\": \"\",\n            \"specialty_id\": 2045,\n            \"specialty\": \"Chiropractor\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"17a80ece4b19b7aff89ad320ec7c6644\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"16500 State Highway 76\",\n                    \"address_2\": \"\",\n                    \"city\": \"Cassville\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65625\",\n                    \"phone\": \"417-847-5081\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.65879,\n                        \"lon\": -93.85492\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.65879,\n                    \"longitude\": -93.85492\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"401085a0-9072-48fc-8965-78dcedb7d6fc","name":"Name Search","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/?network_slug=&entity_name=ted","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["providers",""],"query":[{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"location","value":"<lat, lon>","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178","disabled":true},{"key":"radius","value":"<string/integer>","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12","disabled":true},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-74.1__40.01,-71.12)","disabled":true},{"key":"q","value":"<string>","description":"String: Query multi-match param","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"entity_name","value":"ted","description":"String: First and last name of a provider"},{"key":"gender","value":"<string>","description":"String: Ex: 'Female', 'Male'","disabled":true},{"key":"specialty","value":"<string>","description":"String: A provider's specialty\nExample: 'Cardiology'","disabled":true},{"key":"specialty_id","value":"<integer>","description":"Integer: The unique identifier associated with a specialty","disabled":true},{"key":"ordering","value":"<string>","description":"String: The order in which search results will return. \nOptions include: \n- 'best_match' <- a culmination of curated bucketing, score, and distance\n- 'quality'\n- 'distance'\n- Any field on the queried index such as: 'first_name', 'last_name', 'specialty_id'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance ","disabled":true},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true},{"key":"score_overall_quality__gt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gt` (greater than) filter","disabled":true},{"key":"score_overall_quality__gte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gte` (greater than or equal to) filter","disabled":true},{"key":"score_overall_quality__lt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true},{"key":"score_overall_quality__lte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 165,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/providers/?entity_name=ted&limit=10&network_slug=aetnachoiceposii&offset=10\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"entity_id\": \"1689012015\",\n            \"npi\": 1689012015,\n            \"entity_name\": \"Ted Yamamoto\",\n            \"first_name\": \"Ted\",\n            \"last_name\": \"Yamamoto\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Marathi|Hindi|Spanish|Malayalam\",\n            \"hospital_affiliations\": [\n                \"Providence Portland Medical Center\",\n                \"Providence St Vincent Medical Center\",\n                \"Providence Willamette Falls Medical Center\",\n                \"Virginia Mason Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"Providence Health & Services - Oregon and Southwest Washington\",\n                \"Virginia Mason Franciscan Health (FKA CHI Franciscan Health)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"fcc2b90516e202f799505f230775dae4\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"500 Lilly Rd NE\",\n                    \"address_2\": \"Ste 204\",\n                    \"city\": \"Olympia\",\n                    \"state\": \"WA\",\n                    \"zipcode\": \"98506\",\n                    \"phone\": \"360-413-8272\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 47.05351,\n                        \"lon\": -122.84429\n                    },\n                    \"extension\": {},\n                    \"latitude\": 47.05351,\n                    \"longitude\": -122.84429\n                },\n                {\n                    \"location_id\": \"b265f84357ca9802ab5de5258ce7a262\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"747 Broadway\",\n                    \"address_2\": \"\",\n                    \"city\": \"Seattle\",\n                    \"state\": \"WA\",\n                    \"zipcode\": \"98122\",\n                    \"phone\": \"206-215-2520\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 47.60945,\n                        \"lon\": -122.32089\n                    },\n                    \"extension\": {},\n                    \"latitude\": 47.60945,\n                    \"longitude\": -122.32089\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1871113050\",\n            \"npi\": 1871113050,\n            \"entity_name\": \"Ted Park\",\n            \"first_name\": \"Ted\",\n            \"last_name\": \"Park\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Japanese|English|Russian|Spanish\",\n            \"affiliation\": \"The Vancouver Clinic\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [\n                \"The Vancouver Clinic\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"250c18713abd7de43d25699bda66854d\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"501 SE 172nd Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Vancouver\",\n                    \"state\": \"WA\",\n                    \"zipcode\": \"98684\",\n                    \"phone\": \"360-882-2778\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 45.61793,\n                        \"lon\": -122.4954\n                    },\n                    \"extension\": {},\n                    \"latitude\": 45.61793,\n                    \"longitude\": -122.4954\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1205886728\",\n            \"npi\": 1205886728,\n            \"entity_name\": \"Ted Wojno\",\n            \"first_name\": \"Ted\",\n            \"last_name\": \"Wojno\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Portuguese|Spanish\",\n            \"hospital_affiliations\": [\n                \"Emory Johns Creek Hospital\",\n                \"Emory University Hospital\",\n                \"Emory University Hospital Midtown (FKA Emory Crawford Long Hospital)\",\n                \"Grady Health System (AKA Grady Memorial Hospital)\",\n                \"Joseph Maxwell Cleland Atlanta VA Medical Center (AKA Atlanta VA Medical Center)\",\n                \"Piedmont Atlanta Hospital (AKA Piedmont Hospital)\"\n            ],\n            \"group_affiliations\": [\n                \"Childrens Healthcare of Atlanta\",\n                \"Emory Healthcare\",\n                \"Piedmont Healthcare\",\n                \"VA Southeast Network (VISN 7)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 1016,\n            \"specialty\": \"Ophthalmology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 67,\n                    \"subspecialty_name\": \"Glaucoma\",\n                    \"subspecialty_score\": 92,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 68,\n                    \"subspecialty_name\": \"Macular Degeneration\",\n                    \"subspecialty_score\": 81,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 69,\n                    \"subspecialty_name\": \"Cataract\",\n                    \"subspecialty_score\": 100,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 70,\n                    \"subspecialty_name\": \"Diabetes and Diabetic Retinopathy\",\n                    \"subspecialty_score\": 96,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 48.888848,\n            \"appropriateness_metric_value\": 90.4964366,\n            \"cost_metric_value\": 64.1794254,\n            \"performance_metric_value\": 63.807502,\n            \"overall_metric_value\": 63.4258664,\n            \"scoring_order\": 89,\n            \"score_overall_quality\": 89.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 1.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.4869300127029419,\n            \"treatment_percentile\": 0.6486200094223022,\n            \"outcomes_percentile\": 0.11683999747037888,\n            \"overall_percentile\": 0.436489999294281,\n            \"score_tier\": 2,\n            \"state\": \"GA\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"5b1409e1d05751e8f6021dec26d83e1f\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1365 Clifton Rd NE\",\n                    \"address_2\": \"Ste B\",\n                    \"city\": \"Atlanta\",\n                    \"state\": \"GA\",\n                    \"zipcode\": \"30322\",\n                    \"phone\": \"404-778-2020\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 33.79225,\n                        \"lon\": -84.32084\n                    },\n                    \"extension\": {},\n                    \"latitude\": 33.79225,\n                    \"longitude\": -84.32084\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1508920398\",\n            \"npi\": 1508920398,\n            \"entity_name\": \"Ted Stampien\",\n            \"first_name\": \"Ted\",\n            \"last_name\": \"Stampien\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Geisinger Community Medical Center\",\n                \"Regional Hospital of Scranton\",\n                \"Wayne Memorial Hospital\",\n                \"Wilkes-Barre General Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"Commonwealth Health\",\n                \"Geisinger Health - Part of Risant Health\",\n                \"Lackawanna Valley Dermatology Associates\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 11,\n            \"specialty\": \"Dermatology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 39,\n                    \"subspecialty_name\": \"Psoriasis\",\n                    \"subspecialty_score\": 100,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 40,\n                    \"subspecialty_name\": \"Eczema\",\n                    \"subspecialty_score\": 83,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 41,\n                    \"subspecialty_name\": \"Skin Cancers\",\n                    \"subspecialty_score\": 86,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 42,\n                    \"subspecialty_name\": \"Mohs Surgery\",\n                    \"subspecialty_score\": 95,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3401,\n                    \"subspecialty_name\": \"Adolescents\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"quality_metric_value\": 20.2233894,\n            \"appropriateness_metric_value\": 76.633978,\n            \"cost_metric_value\": 98.9140378,\n            \"performance_metric_value\": 57.5811137,\n            \"overall_metric_value\": 82.2205982,\n            \"scoring_order\": 87,\n            \"score_overall_quality\": 87.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 0.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.7606899738311768,\n            \"treatment_percentile\": 0.3938100039958954,\n            \"overall_percentile\": 0.8925399780273438,\n            \"score_tier\": 1,\n            \"state\": \"PA\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"55a39f7ccb3e11d07a14fc8796528ccc\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"440 Pierce St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Kingston\",\n                    \"state\": \"PA\",\n                    \"zipcode\": \"18704\",\n                    \"phone\": \"570-287-1122\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 41.2588,\n                        \"lon\": -75.88452\n                    },\n                    \"extension\": {},\n                    \"latitude\": 41.2588,\n                    \"longitude\": -75.88452\n                },\n                {\n                    \"location_id\": \"b5d479c77ac2dc870e9c5fc6e2d36f95\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"327 N Washington Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Scranton\",\n                    \"state\": \"PA\",\n                    \"zipcode\": \"18503\",\n                    \"phone\": \"570-961-5522\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 41.40949,\n                        \"lon\": -75.66212\n                    },\n                    \"extension\": {},\n                    \"latitude\": 41.40949,\n                    \"longitude\": -75.66212\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1174709992\",\n            \"npi\": 1174709992,\n            \"entity_name\": \"Ted Gerstenblith\",\n            \"first_name\": \"Ted\",\n            \"last_name\": \"Gerstenblith\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Hopkins Howard County Medical Center (FKA Howard County General Hospital)\",\n                \"The Johns Hopkins Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"Johns Hopkins Medicine\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 1065,\n                    \"subspecialty_name\": \"Psychiatry\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"self_identified\"\n                }\n            ],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"222b99e7c76e8f842edd5a4af7159a6c\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"600 N Wolfe St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Baltimore\",\n                    \"state\": \"MD\",\n                    \"zipcode\": \"21287\",\n                    \"phone\": \"410-955-5000\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 39.29742,\n                        \"lon\": -76.5909\n                    },\n                    \"extension\": {},\n                    \"latitude\": 39.29742,\n                    \"longitude\": -76.5909\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {}\n            }\n        },\n        {\n            \"entity_id\": \"1073642302\",\n            \"npi\": 1073642302,\n            \"entity_name\": \"Ted Friedman\",\n            \"first_name\": \"Ted\",\n            \"last_name\": \"Friedman\",\n            \"gender\": \"Male\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"affiliation\": \"Montclair Vision Services\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [\n                \"Montclair Vision Services\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2066,\n            \"specialty\": \"Optometry\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"60ffb3083f83a2cb782801f0ab703887\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"103 Park St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Montclair\",\n                    \"state\": \"NJ\",\n                    \"zipcode\": \"07042\",\n                    \"phone\": \"973-744-4334\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.82088,\n                        \"lon\": -74.21363\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.82088,\n                    \"longitude\": -74.21363\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1851371629\",\n            \"npi\": 1851371629,\n            \"entity_name\": \"Ted Kamp\",\n            \"first_name\": \"Ted\",\n            \"last_name\": \"Kamp\",\n            \"gender\": \"Male\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2041,\n            \"specialty\": \"Physical Therapy\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2100,\n                    \"subspecialty_name\": \"Adolescents\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2101,\n                    \"subspecialty_name\": \"Adults\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2102,\n                    \"subspecialty_name\": \"Ankle and Foot\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2103,\n                    \"subspecialty_name\": \"Back\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2104,\n                    \"subspecialty_name\": \"Congenital Conditions and Developmental Disorders\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2105,\n                    \"subspecialty_name\": \"Elbow\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2107,\n                    \"subspecialty_name\": \"Knee\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2109,\n                    \"subspecialty_name\": \"Neurological Conditions\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2110,\n                    \"subspecialty_name\": \"Older Adults\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2112,\n                    \"subspecialty_name\": \"Shoulder\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"940870266749341de2bf18a7fe7129c4\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"160 Hospital Dr\",\n                    \"address_2\": \"\",\n                    \"city\": \"Raton\",\n                    \"state\": \"NM\",\n                    \"zipcode\": \"87740\",\n                    \"phone\": \"575-445-0111\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.86425,\n                        \"lon\": -104.44302\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.86425,\n                    \"longitude\": -104.44302\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1669476073\",\n            \"npi\": 1669476073,\n            \"entity_name\": \"Ted Gutowski\",\n            \"first_name\": \"Ted\",\n            \"last_name\": \"Gutowski\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Hindi|English|Hebrew|Modern Greek (1453-)\",\n            \"affiliation\": \"CentraState Medical Center\",\n            \"hospital_affiliations\": [\n                \"CentraState Medical Center\",\n                \"JFK University Medical Center\",\n                \"Ocean University Medical Center\",\n                \"Robert Wood Johnson University Hospital New Brunswick\",\n                \"Saint Peters University Hospital\",\n                \"Trinitas Regional Medical Center - Williamson Street Campus (FKA Trinitas Regional Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Atlantic Health System\",\n                \"Hackensack Meridian Health\",\n                \"RWJBarnabas Health\",\n                \"St Peters Healthcare System\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 80,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 73,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 74,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 78,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 2500,\n                    \"subspecialty_name\": \"Adult Congenital\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"quality_metric_value\": 57.8499124,\n            \"appropriateness_metric_value\": 13.09900238,\n            \"cost_metric_value\": 61.9905759,\n            \"performance_metric_value\": 35.2815012,\n            \"overall_metric_value\": 47.890797,\n            \"scoring_order\": 79,\n            \"score_overall_quality\": 79.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.04852600023150444,\n            \"treatment_percentile\": 0.7152799963951111,\n            \"outcomes_percentile\": 0.4719400107860565,\n            \"overall_percentile\": 0.3374499976634979,\n            \"score_tier\": 2,\n            \"state\": \"NJ\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"d3af118c2836bd292fb2f0d93b20d7ff\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"901 W Main St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Freehold\",\n                    \"state\": \"NJ\",\n                    \"zipcode\": \"07728\",\n                    \"phone\": \"732-866-0800\",\n                    \"fax\": \"732-866-0801\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.23765,\n                        \"lon\": -74.32025\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.23765,\n                    \"longitude\": -74.32025\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1720042658\",\n            \"npi\": 1720042658,\n            \"entity_name\": \"Ted Watanabe\",\n            \"first_name\": \"Ted\",\n            \"last_name\": \"Watanabe\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"health_plan\": \"\",\n            \"specialty_id\": 1025,\n            \"specialty\": \"Radiology\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"368482f9897169dd9855150e75e064fd\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"321 N Kuakini St\",\n                    \"address_2\": \"Ste 405\",\n                    \"city\": \"Honolulu\",\n                    \"state\": \"HI\",\n                    \"zipcode\": \"96817\",\n                    \"phone\": \"808-522-0190\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 21.32166,\n                        \"lon\": -157.85715\n                    },\n                    \"extension\": {},\n                    \"latitude\": 21.32166,\n                    \"longitude\": -157.85715\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {}\n            }\n        },\n        {\n            \"entity_id\": \"1912115379\",\n            \"npi\": 1912115379,\n            \"entity_name\": \"Ted Bissette\",\n            \"first_name\": \"Ted\",\n            \"last_name\": \"Bissette\",\n            \"gender\": \"Male\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"51e35bc3ddc571693e563426ad903f73\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"315 Hughes St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Greensboro\",\n                    \"state\": \"NC\",\n                    \"zipcode\": \"27401\",\n                    \"phone\": \"336-272-7079\",\n                    \"fax\": \"336-656-7913\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.07084,\n                        \"lon\": -79.78614\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.07084,\n                    \"longitude\": -79.78614\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"ba589c11-89ed-475b-9fe2-2b21fbf8638d","name":"Location with Radius Search","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/?location=36.333009211382, -94.13365492377461&radius=50mi&network_slug=","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["providers",""],"query":[{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"location","value":"36.333009211382, -94.13365492377461","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178"},{"key":"radius","value":"50mi","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12"},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-74.1__40.01,-71.12)","disabled":true},{"key":"q","value":"<string>","description":"String: Query multi-match param","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"entity_name","value":"<string>","description":"String: First and last name of a provider","disabled":true},{"key":"gender","value":"<string>","description":"String: Ex: 'Female', 'Male'","disabled":true},{"key":"specialty","value":"<string>","description":"String: A provider's specialty\nExample: 'Cardiology'","disabled":true},{"key":"specialty_id","value":"<integer>","description":"Integer: The unique identifier associated with a specialty","disabled":true},{"key":"ordering","value":"<string>","description":"String: The order in which search results will return. \nOptions include: \n- 'best_match' <- a culmination of curated bucketing, score, and distance\n- 'quality'\n- 'distance'\n- Any field on the queried index such as: 'first_name', 'last_name', 'specialty_id'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance ","disabled":true},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true},{"key":"score_overall_quality__gt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gt` (greater than) filter","disabled":true},{"key":"score_overall_quality__gte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gte` (greater than or equal to) filter","disabled":true},{"key":"score_overall_quality__lt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true},{"key":"score_overall_quality__lte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3571,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/providers/?limit=10&location=36.333009211382%2C+-94.13365492377461&network_slug=aetnachoiceposii&offset=10&radius=50mi\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"entity_id\": \"1407411093\",\n            \"npi\": 1407411093,\n            \"entity_name\": \"Drew Young\",\n            \"first_name\": \"Drew\",\n            \"last_name\": \"Young\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center South\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\",\n                \"Mattax Neu Prater Eye Center\",\n                \"Mattax Neu Prater Eye Surgery Center - Springfield\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 1016,\n            \"specialty\": \"Ophthalmology\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"a9947eb6e7f1ba7d7ce9f386c86058ab\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2170 E Cleveland St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-886-3937\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.93179,\n                        \"lon\": -93.89298\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.93179,\n                    \"longitude\": -93.89298\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1114214962\",\n            \"npi\": 1114214962,\n            \"entity_name\": \"Jamie Thomas\",\n            \"first_name\": \"Jamie\",\n            \"last_name\": \"Thomas\",\n            \"gender\": \"Male\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [\n                \"Ascension Seton Edgar B Davis (FKA Seton Edgar B Davis Hospital)\",\n                \"Ascension Seton Hays (FKA Seton Medical Center Hays)\",\n                \"Ascension Seton Highland Lakes\",\n                \"Ascension Seton Smithville (FKA Seton Smithville Regional)\",\n                \"Ascension Seton Southwest (FKA Seton Southwest Hospital)\",\n                \"Freeman Hospital West\",\n                \"Freeman Neosho Hospital\",\n                \"Mercy Hospital Aurora (FKA St Johns Hospital Aurora)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Springfield (FKA St Johns Hospital)\",\n                \"Mercy St Francis Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"Ascension Seton (AKA Seton Healthcare Family)\",\n                \"Freeman Health System\",\n                \"Integrity Home Care and Hospice\",\n                \"Mercy (MO)\",\n                \"Ozark Tri-County Health Care Consortium (AKA Access Family Care)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 25,\n                    \"subspecialty_name\": \"Behavioral Health\",\n                    \"subspecialty_score\": 87,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 73,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 27,\n                    \"subspecialty_name\": \"Geriatrics\",\n                    \"subspecialty_score\": 79,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 29,\n                    \"subspecialty_name\": \"Women's Health\",\n                    \"subspecialty_score\": 81,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 56,\n                    \"subspecialty_name\": \"Asthma\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 57,\n                    \"subspecialty_name\": \"COPD\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 21.7976629,\n            \"appropriateness_metric_value\": 61.3043179,\n            \"cost_metric_value\": 60.9343539,\n            \"performance_metric_value\": 34.4169112,\n            \"overall_metric_value\": 46.3165967,\n            \"scoring_order\": 79,\n            \"score_overall_quality\": 79.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 1.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.4075700044631958,\n            \"treatment_percentile\": 0.22191999852657318,\n            \"outcomes_percentile\": 0.02436400018632412,\n            \"overall_percentile\": 0.3881300091743469,\n            \"score_tier\": 2,\n            \"state\": \"TX\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"45ec847403258d753739f84c75c163f8\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"4016 Main St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Cassville\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65625\",\n                    \"phone\": \"417-847-0057\",\n                    \"fax\": \"417-847-0079\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.65318,\n                        \"lon\": -93.89617\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.65318,\n                    \"longitude\": -93.89617\n                },\n                {\n                    \"location_id\": \"a8dfb235b500b24840f8a6ba4b884216\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"927 N 71 Business Hwy\",\n                    \"address_2\": \"\",\n                    \"city\": \"Anderson\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"64831\",\n                    \"phone\": \"417-845-8300\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.64697,\n                        \"lon\": -94.4379\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.64697,\n                    \"longitude\": -94.4379\n                },\n                {\n                    \"location_id\": \"25b5d57c484a38e985b10fb0395a7596\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1504A N Business 49\",\n                    \"address_2\": \"\",\n                    \"city\": \"Neosho\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"64850\",\n                    \"phone\": \"417-451-4447\",\n                    \"fax\": \"417-451-4448\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.88475,\n                        \"lon\": -94.40648\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.88475,\n                    \"longitude\": -94.40648\n                },\n                {\n                    \"location_id\": \"b15eed18b0c06cfc55729bd597442231\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1810 S Carnation Dr\",\n                    \"address_2\": \"\",\n                    \"city\": \"Aurora\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65605\",\n                    \"phone\": \"417-678-1260\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.95557,\n                        \"lon\": -93.73669\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.95557,\n                    \"longitude\": -93.73669\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1730802091\",\n            \"npi\": 1730802091,\n            \"entity_name\": \"Connor English\",\n            \"first_name\": \"Connor\",\n            \"last_name\": \"English\",\n            \"gender\": \"Male\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"affiliation\": \"Ozark Orthopaedics\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [\n                \"Ozark Orthopaedics\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2041,\n            \"specialty\": \"Physical Therapy\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2101,\n                    \"subspecialty_name\": \"Adults\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2106,\n                    \"subspecialty_name\": \"Hip\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2107,\n                    \"subspecialty_name\": \"Knee\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2108,\n                    \"subspecialty_name\": \"Neck\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2112,\n                    \"subspecialty_name\": \"Shoulder\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"957cd3d2d605c234289187623875d58c\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3317 N Wimberly Dr\",\n                    \"address_2\": \"\",\n                    \"city\": \"Fayetteville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72703\",\n                    \"phone\": \"479-521-2752\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.11153,\n                        \"lon\": -94.15427\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.11153,\n                    \"longitude\": -94.15427\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1366853590\",\n            \"npi\": 1366853590,\n            \"entity_name\": \"Amanda Phelps\",\n            \"first_name\": \"Amanda\",\n            \"last_name\": \"Phelps\",\n            \"gender\": \"Female\",\n            \"title\": \"MA\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [],\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"b82ab75a48ff3c1e00aef9de1437e6ad\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"25376 State Highway 39\",\n                    \"address_2\": \"Ste 301\",\n                    \"city\": \"Shell Knob\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65747\",\n                    \"phone\": \"417-236-2680\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.61234,\n                        \"lon\": -93.6053\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.61234,\n                    \"longitude\": -93.6053\n                },\n                {\n                    \"location_id\": \"482476351db7da4f97bff5d45fb176e4\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"815 N Lincoln Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-354-1500\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.92724,\n                        \"lon\": -93.93114\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.92724,\n                    \"longitude\": -93.93114\n                },\n                {\n                    \"location_id\": \"fa02e2c510db332c5f9236fdc5964efe\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"525 Branson Landing Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Branson\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65616\",\n                    \"phone\": \"417-335-7540\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.63889,\n                        \"lon\": -93.32805\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.63889,\n                    \"longitude\": -93.32805\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1902086119\",\n            \"npi\": 1902086119,\n            \"entity_name\": \"Lance Weathers\",\n            \"first_name\": \"Lance\",\n            \"last_name\": \"Weathers\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 99,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 71,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 78,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 57.8733702,\n            \"appropriateness_metric_value\": 18.6178498,\n            \"cost_metric_value\": 61.1002644,\n            \"performance_metric_value\": 39.6124234,\n            \"overall_metric_value\": 50.2110295,\n            \"scoring_order\": 81,\n            \"score_overall_quality\": 81.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.08190900087356567,\n            \"treatment_percentile\": 0.7200199961662292,\n            \"outcomes_percentile\": 0.46693000197410583,\n            \"overall_percentile\": 0.36994999647140503,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-876-2845\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1821574815\",\n            \"npi\": 1821574815,\n            \"entity_name\": \"Toni Myer\",\n            \"first_name\": \"Toni\",\n            \"last_name\": \"Myer\",\n            \"gender\": \"Female\",\n            \"title\": \"APRN\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"affiliation\": \"Washington Regional Medical Center\",\n            \"hospital_affiliations\": [\n                \"Washington Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"HerKare\",\n                \"Washington Regional Home Health\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 78,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 39.1669023,\n            \"appropriateness_metric_value\": 95.3635221,\n            \"cost_metric_value\": 99.9999952,\n            \"performance_metric_value\": 49.7177909,\n            \"overall_metric_value\": 87.4715384,\n            \"scoring_order\": 84,\n            \"score_overall_quality\": 84.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 0.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"treatment_percentile\": 0.34323999285697937,\n            \"outcomes_percentile\": 0.9209799766540527,\n            \"overall_percentile\": 0.9556800127029419,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"bc23b795e502844d3133b9672356460f\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"14558 Highway 412\",\n                    \"address_2\": \"\",\n                    \"city\": \"Huntsville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72740\",\n                    \"phone\": \"479-351-0973\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.10091,\n                        \"lon\": -93.74684\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.10091,\n                    \"longitude\": -93.74684\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1295580827\",\n            \"npi\": 1295580827,\n            \"entity_name\": \"Kaitlyn Reid\",\n            \"first_name\": \"Kaitlyn\",\n            \"last_name\": \"Reid\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"affiliation\": \"Arkansas Childrens Hospital\",\n            \"hospital_affiliations\": [\n                \"Arkansas Childrens Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"Arkansas Childrens Hospital System\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2068,\n            \"specialty\": \"Nursing\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"44a1191c22dae7a5543b645be6ed995c\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2601 Gene George Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Springdale\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72762\",\n                    \"phone\": \"479-725-6800\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.15709,\n                        \"lon\": -94.19996\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.15709,\n                    \"longitude\": -94.19996\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1275192387\",\n            \"npi\": 1275192387,\n            \"entity_name\": \"Brook Bounous\",\n            \"first_name\": \"Brook\",\n            \"last_name\": \"Bounous\",\n            \"gender\": \"Male\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center South\",\n                \"Cox Monett Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\",\n                \"Haven Home Health - Ozark\",\n                \"Integrity Home Care and Hospice\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 25,\n                    \"subspecialty_name\": \"Behavioral Health\",\n                    \"subspecialty_score\": 83,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 93,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3100,\n                    \"subspecialty_name\": \"Pediatrics\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"quality_metric_value\": 76.4328978,\n            \"appropriateness_metric_value\": 78.2146624,\n            \"cost_metric_value\": 89.2579673,\n            \"performance_metric_value\": 76.3313834,\n            \"overall_metric_value\": 81.7448488,\n            \"scoring_order\": 94,\n            \"score_overall_quality\": 94.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.989080011844635,\n            \"treatment_percentile\": 0.7763299942016602,\n            \"outcomes_percentile\": 0.931410014629364,\n            \"overall_percentile\": 0.9080899953842163,\n            \"score_tier\": 1,\n            \"state\": \"MO\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"756dd8ca84004b2b056e3260750b1620\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1000 E Highway 60\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-354-1580\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.93254,\n                        \"lon\": -93.92774\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.93254,\n                    \"longitude\": -93.92774\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1730901588\",\n            \"npi\": 1730901588,\n            \"entity_name\": \"Mali Sirisena\",\n            \"first_name\": \"Mali\",\n            \"last_name\": \"Sirisena\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2068,\n            \"specialty\": \"Nursing\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"fa68ef2246e98ce42f1e70555de7b6a3\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3400 SE Macy Rd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bentonville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72712\",\n                    \"phone\": \"479-321-2818\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.33714,\n                        \"lon\": -94.20982\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.33714,\n                    \"longitude\": -94.20982\n                },\n                {\n                    \"location_id\": \"f37b9eaec3c22414535a7d62136b72ae\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"700 N 40th St\",\n                    \"address_2\": \"Ste B\",\n                    \"city\": \"Springdale\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72762\",\n                    \"phone\": \"479-318-2828\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.1915,\n                        \"lon\": -94.17437\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.1915,\n                    \"longitude\": -94.17437\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1386913499\",\n            \"npi\": 1386913499,\n            \"entity_name\": \"Kristy Montz-Goble\",\n            \"first_name\": \"Kristy\",\n            \"last_name\": \"Montz-Goble\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"health_plan\": \"\",\n            \"specialty_id\": 2045,\n            \"specialty\": \"Chiropractor\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"17a80ece4b19b7aff89ad320ec7c6644\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"16500 State Highway 76\",\n                    \"address_2\": \"\",\n                    \"city\": \"Cassville\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65625\",\n                    \"phone\": \"417-847-5081\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.65879,\n                        \"lon\": -93.85492\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.65879,\n                    \"longitude\": -93.85492\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"fbef7789-4a83-48da-9df3-b27f95883693","name":"NPI Filter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"description":"Optional token used for logging","key":"X-Integration-Token","value":"<uuid4>","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/?network_slug=&npi__in=1043575467,1750318796","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["providers",""],"query":[{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"location","value":"<lat, lon>","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178","disabled":true},{"key":"radius","value":"<string/integer>","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12","disabled":true},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-74.1__40.01,-71.12)","disabled":true},{"key":"q","value":"<string>","description":"String: Query multi-match param","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"entity_name","value":"<string>","description":"String: First and last name of a provider","disabled":true},{"key":"gender","value":"<string>","description":"String: Ex: 'Female', 'Male'","disabled":true},{"key":"specialty","value":"<string>","description":"String: A provider's specialty\nExample: 'Cardiology'","disabled":true},{"key":"specialty_id","value":"<integer>","description":"Integer: The unique identifier associated with a specialty","disabled":true},{"key":"ordering","value":"<string>","description":"String: The order in which search results will return. \nOptions include: \n- 'best_match' <- a culmination of curated bucketing, score, and distance\n- 'quality'\n- 'distance'\n- Any field on the queried index such as: 'first_name', 'last_name', 'specialty_id'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance ","disabled":true},{"key":"npi__in","value":"1043575467,1750318796","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788"},{"key":"score_overall_quality__gt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gt` (greater than) filter","disabled":true},{"key":"score_overall_quality__gte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gte` (greater than or equal to) filter","disabled":true},{"key":"score_overall_quality__lt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true},{"key":"score_overall_quality__lte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"filter_counts\": {\n        \"specialty_counts\": [\n            {\n                \"specialty_id\": 5,\n                \"specialty\": \"Primary Care\",\n                \"count\": 2\n            }\n        ],\n        \"available_languages\": [\n            \"English\"\n        ],\n        \"available_credentials\": [\n            \"RNP\",\n            \"APN\",\n            \"APRN\",\n            \"NP\"\n        ]\n    },\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"specialty\": \"Primary Care\",\n            \"gender\": \"Female\",\n            \"languages\": \"English\",\n            \"entity_name\": \"Allison Scott\",\n            \"health_plan\": \"\",\n            \"curated_out\": false,\n            \"npi\": 1750318796,\n            \"hospital_affiliations\": [\n                \"Medical Associates of Northwest AR\"\n            ],\n            \"outcare_competent\": false,\n            \"last_name\": \"Scott\",\n            \"suggest\": [\n                {\n                    \"input\": [\n                        \"scott ARB2\",\n                        \"allison scott ARB2\"\n                    ],\n                    \"contexts\": {\n                        \"loc\": [\n                            {\n                                \"lon\": -94.153198,\n                                \"lat\": 36.112747\n                            },\n                            {\n                                \"lon\": -94.189304,\n                                \"lat\": 36.301481\n                            },\n                            {\n                                \"lon\": -94.154913,\n                                \"lat\": 36.113107\n                            }\n                        ]\n                    }\n                }\n            ],\n            \"title\": \"RNP\",\n            \"entity_id\": \"1750318796\",\n            \"board_certified\": false,\n            \"embold_evaluated\": false,\n            \"affiliation\": \"Medical Associates of Northwest AR\",\n            \"specialty_id\": 5,\n            \"accepting_new_patients\": true,\n            \"telehealth_available\": false,\n            \"outcare_certified\": false,\n            \"languages_array\": [\n                \"English\"\n            ],\n            \"first_name\": \"Allison\",\n            \"outcare_url\": \"\",\n            \"benefit_decrease\": false,\n            \"places\": [\n                {\n                    \"zipcode\": \"72703\",\n                    \"product_ids\": [\n                        \"ARB2\"\n                    ],\n                    \"city\": \"Fayetteville\",\n                    \"phone\": \"479-442-7322\",\n                    \"address_1\": \"3380 N Futrall Dr\",\n                    \"address_2\": \"Ste 1\",\n                    \"name\": \"Allison L Scott Cnp\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -94.154913,\n                        \"lat\": 36.113107\n                    },\n                    \"state\": \"AR\",\n                    \"fax\": \"479-442-7379\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.113107,\n                    \"longitude\": -94.154913\n                },\n                {\n                    \"zipcode\": \"72703\",\n                    \"product_ids\": [\n                        \"ARB2\"\n                    ],\n                    \"city\": \"Fayetteville\",\n                    \"phone\": \"479-443-3471\",\n                    \"address_1\": \"3383 N Mana Ct\",\n                    \"address_2\": \"Ste 101\",\n                    \"name\": \"Allison L Scott Cnp\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -94.153198,\n                        \"lat\": 36.112747\n                    },\n                    \"state\": \"AR\",\n                    \"fax\": \"479-442-7379\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.112747,\n                    \"longitude\": -94.153198\n                },\n                {\n                    \"zipcode\": \"72758\",\n                    \"product_ids\": [\n                        \"ARB2\"\n                    ],\n                    \"city\": \"Rogers\",\n                    \"phone\": \"479-464-5597\",\n                    \"address_1\": \"3730 S Pinnacle Hills Pkwy\",\n                    \"address_2\": \"\",\n                    \"name\": \"Allison L Scott Cnp\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -94.189304,\n                        \"lat\": 36.301481\n                    },\n                    \"state\": \"AR\",\n                    \"fax\": \"479-464-5596\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.301481,\n                    \"longitude\": -94.189304\n                }\n            ]\n        },\n        {\n            \"specialty\": \"Primary Care\",\n            \"gender\": \"Female\",\n            \"languages\": \"English\",\n            \"entity_name\": \"Hilda Newell\",\n            \"health_plan\": \"\",\n            \"curated_out\": false,\n            \"npi\": 1043575467,\n            \"hospital_affiliations\": [],\n            \"outcare_competent\": false,\n            \"last_name\": \"Newell\",\n            \"suggest\": [\n                {\n                    \"input\": [\n                        \"newell INB2\",\n                        \"hilda newell INB2\"\n                    ],\n                    \"contexts\": {\n                        \"loc\": [\n                            {\n                                \"lon\": -91.876229,\n                                \"lat\": 36.731062\n                            },\n                            {\n                                \"lon\": -91.701647,\n                                \"lat\": 36.996409\n                            },\n                            {\n                                \"lon\": -91.873453,\n                                \"lat\": 36.740012\n                            },\n                            {\n                                \"lon\": -91.333314,\n                                \"lat\": 37.008225\n                            },\n                            {\n                                \"lon\": -91.325946,\n                                \"lat\": 36.685998\n                            },\n                            {\n                                \"lon\": -91.546514,\n                                \"lat\": 36.519492\n                            },\n                            {\n                                \"lon\": -92.258615,\n                                \"lat\": 37.146665\n                            },\n                            {\n                                \"lon\": -91.966126,\n                                \"lat\": 36.996347\n                            },\n                            {\n                                \"lon\": -91.871055,\n                                \"lat\": 36.744654\n                            },\n                            {\n                                \"lon\": -92.43284,\n                                \"lat\": 36.587104\n                            },\n                            {\n                                \"lon\": -91.876256,\n                                \"lat\": 36.72999\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"input\": [\n                        \"newell ARB2\",\n                        \"hilda newell ARB2\"\n                    ],\n                    \"contexts\": {\n                        \"loc\": [\n                            {\n                                \"lon\": -94.145082,\n                                \"lat\": 36.112401\n                            },\n                            {\n                                \"lon\": -94.184969,\n                                \"lat\": 36.19339\n                            },\n                            {\n                                \"lon\": -94.179335,\n                                \"lat\": 36.311904\n                            },\n                            {\n                                \"lon\": -94.17537,\n                                \"lat\": 36.356309\n                            }\n                        ]\n                    }\n                }\n            ],\n            \"title\": \"APN,APRN,NP\",\n            \"entity_id\": \"1043575467\",\n            \"board_certified\": false,\n            \"embold_evaluated\": false,\n            \"medical_school\": \"Medical School Not Available\",\n            \"specialty_id\": 5,\n            \"accepting_new_patients\": true,\n            \"telehealth_available\": false,\n            \"outcare_certified\": false,\n            \"languages_array\": [\n                \"English\"\n            ],\n            \"first_name\": \"Hilda\",\n            \"outcare_url\": \"\",\n            \"benefit_decrease\": false,\n            \"places\": [\n                {\n                    \"zipcode\": \"72762\",\n                    \"product_ids\": [\n                        \"ARB2\"\n                    ],\n                    \"city\": \"Springdale\",\n                    \"phone\": \"479-318-0161\",\n                    \"address_1\": \"4962 Elm Springs Rd\",\n                    \"address_2\": \"Ste 5\",\n                    \"name\": \"Hilda J Newell Cnp\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -94.184969,\n                        \"lat\": 36.19339\n                    },\n                    \"state\": \"AR\",\n                    \"fax\": \"479-318-0162\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.19339,\n                    \"longitude\": -94.184969\n                },\n                {\n                    \"zipcode\": \"65548\",\n                    \"product_ids\": [\n                        \"INB2\"\n                    ],\n                    \"city\": \"Mountain View\",\n                    \"phone\": \"417-934-2273\",\n                    \"address_1\": \"220 N Elm St\",\n                    \"address_2\": \"\",\n                    \"name\": \"Ozarks Medical Center\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -91.701647,\n                        \"lat\": 36.996409\n                    },\n                    \"state\": \"MO\",\n                    \"fax\": \"417-257-5828\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.996409,\n                    \"longitude\": -91.701647\n                },\n                {\n                    \"zipcode\": \"65791\",\n                    \"product_ids\": [\n                        \"INB2\"\n                    ],\n                    \"city\": \"Thayer\",\n                    \"phone\": \"417-264-7136\",\n                    \"address_1\": \"300 Warmfork Rd\",\n                    \"address_2\": \"\",\n                    \"name\": \"Omc Thayer Medical Clinic\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -91.546514,\n                        \"lat\": 36.519492\n                    },\n                    \"state\": \"MO\",\n                    \"fax\": \"417-264-7122\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.519492,\n                    \"longitude\": -91.546514\n                },\n                {\n                    \"zipcode\": \"65775\",\n                    \"product_ids\": [\n                        \"INB2\"\n                    ],\n                    \"city\": \"West Plains\",\n                    \"phone\": \"417-257-5972\",\n                    \"address_1\": \"181 N Kentucky Ave\",\n                    \"address_2\": \"Ste 100\",\n                    \"name\": \"Ozarks Medical Center West Plain\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -91.876256,\n                        \"lat\": 36.72999\n                    },\n                    \"state\": \"MO\",\n                    \"fax\": \"417-257-5913\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.72999,\n                    \"longitude\": -91.876256\n                },\n                {\n                    \"zipcode\": \"65793\",\n                    \"product_ids\": [\n                        \"INB2\"\n                    ],\n                    \"city\": \"Willow Springs\",\n                    \"phone\": \"417-252-6994\",\n                    \"address_1\": \"201 E High St\",\n                    \"address_2\": \"Ste 2\",\n                    \"name\": \"Ozarks Medical Center\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -91.966126,\n                        \"lat\": 36.996347\n                    },\n                    \"state\": \"MO\",\n                    \"fax\": \"417-469-0651\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.996347,\n                    \"longitude\": -91.966126\n                },\n                {\n                    \"zipcode\": \"72758\",\n                    \"product_ids\": [\n                        \"ARB2\"\n                    ],\n                    \"city\": \"Rogers\",\n                    \"phone\": \"479-616-1485\",\n                    \"address_1\": \"2012 S Promenade Blvd\",\n                    \"address_2\": \"\",\n                    \"name\": \"Hilda J Newell Cnp\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -94.179335,\n                        \"lat\": 36.311904\n                    },\n                    \"state\": \"AR\",\n                    \"fax\": \"479-239-0536\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.311904,\n                    \"longitude\": -94.179335\n                },\n                {\n                    \"zipcode\": \"65775\",\n                    \"product_ids\": [\n                        \"INB2\"\n                    ],\n                    \"city\": \"West Plains\",\n                    \"phone\": \"417-256-1761\",\n                    \"address_1\": \"3000 Independence Sq\",\n                    \"address_2\": \"\",\n                    \"name\": \"Ozarks Medical Center\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -91.871055,\n                        \"lat\": 36.744654\n                    },\n                    \"state\": \"MO\",\n                    \"fax\": \"417-256-1763\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.744654,\n                    \"longitude\": -91.871055\n                },\n                {\n                    \"zipcode\": \"65606\",\n                    \"product_ids\": [\n                        \"INB2\"\n                    ],\n                    \"city\": \"Alton\",\n                    \"phone\": \"417-778-7227\",\n                    \"address_1\": \"100 Medical Dr\",\n                    \"address_2\": \"\",\n                    \"name\": \"Ozarks Medical Clinic of Alton\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -91.325946,\n                        \"lat\": 36.685998\n                    },\n                    \"state\": \"MO\",\n                    \"fax\": \"417-778-7225\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.685998,\n                    \"longitude\": -91.325946\n                },\n                {\n                    \"zipcode\": \"65775\",\n                    \"product_ids\": [\n                        \"INB2\"\n                    ],\n                    \"city\": \"West Plains\",\n                    \"phone\": \"417-257-5989\",\n                    \"address_1\": \"1115 Alaska St\",\n                    \"address_2\": \"Ste 215\",\n                    \"name\": \"Omc Internal Medicine\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -91.873453,\n                        \"lat\": 36.740012\n                    },\n                    \"state\": \"MO\",\n                    \"fax\": \"417-257-1780\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.740012,\n                    \"longitude\": -91.873453\n                },\n                {\n                    \"zipcode\": \"65588\",\n                    \"product_ids\": [\n                        \"INB2\"\n                    ],\n                    \"city\": \"Winona\",\n                    \"phone\": \"573-325-4237\",\n                    \"address_1\": \"1008 Hwy 19 N\",\n                    \"address_2\": \"\",\n                    \"name\": \"Ozarks Medical Center Winona\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -91.333314,\n                        \"lat\": 37.008225\n                    },\n                    \"state\": \"MO\",\n                    \"fax\": \"573-325-4996\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 37.008225,\n                    \"longitude\": -91.333314\n                },\n                {\n                    \"zipcode\": \"65711\",\n                    \"product_ids\": [\n                        \"INB2\"\n                    ],\n                    \"city\": \"Mountain Grove\",\n                    \"phone\": \"417-926-6563\",\n                    \"address_1\": \"500 E 19th St\",\n                    \"address_2\": \"\",\n                    \"name\": \"Omc Mountain Grove Clinic\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -92.258615,\n                        \"lat\": 37.146665\n                    },\n                    \"state\": \"MO\",\n                    \"fax\": \"417-926-5820\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 37.146665,\n                    \"longitude\": -92.258615\n                },\n                {\n                    \"zipcode\": \"65775\",\n                    \"product_ids\": [\n                        \"INB2\"\n                    ],\n                    \"city\": \"West Plains\",\n                    \"phone\": \"417-257-7076\",\n                    \"address_1\": \"312 N Kentucky Ave\",\n                    \"address_2\": \"\",\n                    \"name\": \"Ozarks Medical Center Family Med\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -91.876229,\n                        \"lat\": 36.731062\n                    },\n                    \"state\": \"MO\",\n                    \"fax\": \"417-257-1417\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.731062,\n                    \"longitude\": -91.876229\n                },\n                {\n                    \"zipcode\": \"72712\",\n                    \"product_ids\": [\n                        \"ARB2\"\n                    ],\n                    \"city\": \"Bentonville\",\n                    \"phone\": \"479-250-1053\",\n                    \"address_1\": \"3101 SE 14th St\",\n                    \"address_2\": \"\",\n                    \"name\": \"Hilda J Newell Cnp\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -94.17537,\n                        \"lat\": 36.356309\n                    },\n                    \"state\": \"AR\",\n                    \"fax\": \"479-250-0923\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.356309,\n                    \"longitude\": -94.17537\n                },\n                {\n                    \"zipcode\": \"72703\",\n                    \"product_ids\": [\n                        \"ARB2\"\n                    ],\n                    \"city\": \"Fayetteville\",\n                    \"phone\": \"479-439-8120\",\n                    \"address_1\": \"3391 N College Ave\",\n                    \"address_2\": \"Ste 1\",\n                    \"name\": \"Hilda J Newell Cnp\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -94.145082,\n                        \"lat\": 36.112401\n                    },\n                    \"state\": \"AR\",\n                    \"fax\": \"479-439-8304\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.112401,\n                    \"longitude\": -94.145082\n                },\n                {\n                    \"zipcode\": \"65655\",\n                    \"product_ids\": [\n                        \"INB2\"\n                    ],\n                    \"city\": \"Gainesville\",\n                    \"phone\": \"417-679-4613\",\n                    \"address_1\": \"404 W Hwy 160\",\n                    \"address_2\": \"\",\n                    \"name\": \"Omc Gainesville Medical Clinic\",\n                    \"specialization\": \"\",\n                    \"location\": {\n                        \"lon\": -92.43284,\n                        \"lat\": 36.587104\n                    },\n                    \"state\": \"MO\",\n                    \"fax\": \"417-679-2211\",\n                    \"is_wheelchair_accessible\": false,\n                    \"latitude\": 36.587104,\n                    \"longitude\": -92.43284\n                }\n            ]\n        }\n    ]\n}"},{"id":"44d11a45-6da4-4796-b8c3-c64e0f5fe49f","name":"Score Filter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/?location=36.333009211382, -94.13365492377461&radius=50mi&network_slug=&score_overall_quality__gt=80","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["providers",""],"query":[{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"location","value":"36.333009211382, -94.13365492377461","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178"},{"key":"radius","value":"50mi","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12"},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-74.1__40.01,-71.12)","disabled":true},{"key":"q","value":"<string>","description":"String: Query multi-match param","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"entity_name","value":"<string>","description":"String: First and last name of a provider","disabled":true},{"key":"gender","value":"<string>","description":"String: Ex: 'Female', 'Male'","disabled":true},{"key":"specialty","value":"<string>","description":"String: A provider's specialty\nExample: 'Cardiology'","disabled":true},{"key":"specialty_id","value":"<integer>","description":"Integer: The unique identifier associated with a specialty","disabled":true},{"key":"ordering","value":"<string>","description":"String: The order in which search results will return. \nOptions include: \n- 'best_match' <- a culmination of curated bucketing, score, and distance\n- 'quality'\n- 'distance'\n- Any field on the queried index such as: 'first_name', 'last_name', 'specialty_id'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance ","disabled":true},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true},{"key":"score_overall_quality__gt","value":"80","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gt` (greater than) filter"},{"key":"score_overall_quality__gte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gte` (greater than or equal to) filter","disabled":true},{"key":"score_overall_quality__lt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true},{"key":"score_overall_quality__lte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 811,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/providers/?limit=10&location=36.333009211382%2C+-94.13365492377461&network_slug=aetnachoiceposii&offset=10&radius=50mi&score_overall_quality__gt=80\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"entity_id\": \"1902086119\",\n            \"npi\": 1902086119,\n            \"entity_name\": \"Lance Weathers\",\n            \"first_name\": \"Lance\",\n            \"last_name\": \"Weathers\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 99,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 71,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 78,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 57.8733702,\n            \"appropriateness_metric_value\": 18.6178498,\n            \"cost_metric_value\": 61.1002644,\n            \"performance_metric_value\": 39.6124234,\n            \"overall_metric_value\": 50.2110295,\n            \"scoring_order\": 81,\n            \"score_overall_quality\": 81.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.08190900087356567,\n            \"treatment_percentile\": 0.7200199961662292,\n            \"outcomes_percentile\": 0.46693000197410583,\n            \"overall_percentile\": 0.36994999647140503,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-876-2845\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1821574815\",\n            \"npi\": 1821574815,\n            \"entity_name\": \"Toni Myer\",\n            \"first_name\": \"Toni\",\n            \"last_name\": \"Myer\",\n            \"gender\": \"Female\",\n            \"title\": \"APRN\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"affiliation\": \"Washington Regional Medical Center\",\n            \"hospital_affiliations\": [\n                \"Washington Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"HerKare\",\n                \"Washington Regional Home Health\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 78,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 39.1669023,\n            \"appropriateness_metric_value\": 95.3635221,\n            \"cost_metric_value\": 99.9999952,\n            \"performance_metric_value\": 49.7177909,\n            \"overall_metric_value\": 87.4715384,\n            \"scoring_order\": 84,\n            \"score_overall_quality\": 84.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 0.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"treatment_percentile\": 0.34323999285697937,\n            \"outcomes_percentile\": 0.9209799766540527,\n            \"overall_percentile\": 0.9556800127029419,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"bc23b795e502844d3133b9672356460f\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"14558 Highway 412\",\n                    \"address_2\": \"\",\n                    \"city\": \"Huntsville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72740\",\n                    \"phone\": \"479-351-0973\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.10091,\n                        \"lon\": -93.74684\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.10091,\n                    \"longitude\": -93.74684\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1275192387\",\n            \"npi\": 1275192387,\n            \"entity_name\": \"Brook Bounous\",\n            \"first_name\": \"Brook\",\n            \"last_name\": \"Bounous\",\n            \"gender\": \"Male\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center South\",\n                \"Cox Monett Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\",\n                \"Haven Home Health - Ozark\",\n                \"Integrity Home Care and Hospice\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 25,\n                    \"subspecialty_name\": \"Behavioral Health\",\n                    \"subspecialty_score\": 83,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 93,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3100,\n                    \"subspecialty_name\": \"Pediatrics\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"quality_metric_value\": 76.4328978,\n            \"appropriateness_metric_value\": 78.2146624,\n            \"cost_metric_value\": 89.2579673,\n            \"performance_metric_value\": 76.3313834,\n            \"overall_metric_value\": 81.7448488,\n            \"scoring_order\": 94,\n            \"score_overall_quality\": 94.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.989080011844635,\n            \"treatment_percentile\": 0.7763299942016602,\n            \"outcomes_percentile\": 0.931410014629364,\n            \"overall_percentile\": 0.9080899953842163,\n            \"score_tier\": 1,\n            \"state\": \"MO\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"756dd8ca84004b2b056e3260750b1620\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1000 E Highway 60\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-354-1580\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.93254,\n                        \"lon\": -93.92774\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.93254,\n                    \"longitude\": -93.92774\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1801350137\",\n            \"npi\": 1801350137,\n            \"entity_name\": \"Kacee Bodiford\",\n            \"first_name\": \"Kacee\",\n            \"last_name\": \"Bodiford\",\n            \"gender\": \"Female\",\n            \"title\": \"APRN\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Washington Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"ARCare\",\n                \"Baptist Health (AR)\",\n                \"Elite Home Health\",\n                \"Star Physical Therapy - Tennessee\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 25,\n                    \"subspecialty_name\": \"Behavioral Health\",\n                    \"subspecialty_score\": 81,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 92,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 72.7174899,\n            \"appropriateness_metric_value\": 90.9623476,\n            \"cost_metric_value\": 79.5365983,\n            \"performance_metric_value\": 76.6524567,\n            \"overall_metric_value\": 77.7377824,\n            \"scoring_order\": 94,\n            \"score_overall_quality\": 94.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.8740500211715698,\n            \"treatment_percentile\": 0.8746100068092346,\n            \"outcomes_percentile\": 0.931410014629364,\n            \"overall_percentile\": 0.8675699830055237,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"c5656db9dcc6a92ecc1be130bfb66c60\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3150 E Heritage Pkwy\",\n                    \"address_2\": \"\",\n                    \"city\": \"Farmington\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72730\",\n                    \"phone\": \"479-400-1140\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.01664,\n                        \"lon\": -94.27285\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.01664,\n                    \"longitude\": -94.27285\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1912352055\",\n            \"npi\": 1912352055,\n            \"entity_name\": \"Courtney Rushing\",\n            \"first_name\": \"Courtney\",\n            \"last_name\": \"Rushing\",\n            \"gender\": \"Female\",\n            \"title\": \"APRN\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"affiliation\": \"Mercy (MO)\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 91,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 80.1813388,\n            \"appropriateness_metric_value\": 36.4882944,\n            \"cost_metric_value\": 99.9999952,\n            \"performance_metric_value\": 76.3559622,\n            \"overall_metric_value\": 93.3449891,\n            \"scoring_order\": 94,\n            \"score_overall_quality\": 94.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 0.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"treatment_percentile\": 0.8886299729347229,\n            \"outcomes_percentile\": 0.9099400043487549,\n            \"overall_percentile\": 0.9873800277709961,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"958d0de427c63389a3eee298a456e449\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste T20\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-3720\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1093009078\",\n            \"npi\": 1093009078,\n            \"entity_name\": \"Kevin Meredith\",\n            \"first_name\": \"Kevin\",\n            \"last_name\": \"Meredith\",\n            \"gender\": \"Male\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Fort Smith (FKA St Edward Mercy Medical Center)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 7,\n            \"specialty\": \"Pulmonology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 30,\n                    \"subspecialty_name\": \"Asthma\",\n                    \"subspecialty_score\": 89,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 31,\n                    \"subspecialty_name\": \"COPD\",\n                    \"subspecialty_score\": 95,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 34,\n                    \"subspecialty_name\": \"Sleep Medicine\",\n                    \"subspecialty_score\": 100,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 83.03602426,\n            \"appropriateness_metric_value\": 39.7683712,\n            \"cost_metric_value\": 69.7263643,\n            \"performance_metric_value\": 69.7512755,\n            \"overall_metric_value\": 69.296551,\n            \"scoring_order\": 91,\n            \"score_overall_quality\": 91.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.18369999527931213,\n            \"treatment_percentile\": 0.8701199889183044,\n            \"outcomes_percentile\": 0.8197500109672546,\n            \"overall_percentile\": 0.6294599771499634,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"19935b31334b5cf41c43f3e9176fa939\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 200\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-3555\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"da08d9576a2704a3f01390418af05b3e\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2710 S Rife Medical Ln\",\n                    \"address_2\": \"\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-8000\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.30941,\n                        \"lon\": -94.18293\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.30941,\n                    \"longitude\": -94.18293\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {}\n            }\n        },\n        {\n            \"entity_id\": \"1316995137\",\n            \"npi\": 1316995137,\n            \"entity_name\": \"Robert Stuppy\",\n            \"first_name\": \"Robert\",\n            \"last_name\": \"Stuppy\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\",\n                \"Mercy Hospital Springfield (FKA St Johns Hospital)\"\n            ],\n            \"group_affiliations\": [\n                \"Circle of Life Hospice\",\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 87,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 84,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 84,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 66.3796281,\n            \"appropriateness_metric_value\": 35.6604783,\n            \"cost_metric_value\": 84.05174481,\n            \"performance_metric_value\": 53.4578472,\n            \"overall_metric_value\": 69.05456766,\n            \"scoring_order\": 86,\n            \"score_overall_quality\": 86.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.21185000240802765,\n            \"treatment_percentile\": 0.8637999892234802,\n            \"outcomes_percentile\": 0.8118699789047241,\n            \"overall_percentile\": 0.6795700192451477,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1144275413\",\n            \"npi\": 1144275413,\n            \"entity_name\": \"Mark Pickhardt\",\n            \"first_name\": \"Mark\",\n            \"last_name\": \"Pickhardt\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish\",\n            \"hospital_affiliations\": [\n                \"Fayetteville VA Medical Center\",\n                \"Northwest Medical Center - Springdale\",\n                \"Washington Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"Northwest Health System\",\n                \"VA South Central VA Health Care Network (VISN 16)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 1,\n            \"specialty\": \"Obstetrics\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 13,\n                    \"subspecialty_name\": \"General Gynecology\",\n                    \"subspecialty_score\": 99,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 45.298844701938066,\n            \"appropriateness_metric_value\": 99.99999522977983,\n            \"cost_metric_value\": 40.05494156567606,\n            \"performance_metric_value\": 92.83912725923227,\n            \"overall_metric_value\": 65.61137605304602,\n            \"scoring_order\": 99,\n            \"score_overall_quality\": 99.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 0.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.8761955499649048,\n            \"treatment_percentile\": 0.6025132536888123,\n            \"overall_percentile\": 0.6434618830680847,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"34ffc269dd162d970d780c43f65a7694\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1100 N College Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Fayetteville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72703\",\n                    \"phone\": \"479-443-4301\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.07723,\n                        \"lon\": -94.15698\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.07723,\n                    \"longitude\": -94.15698\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {}\n            }\n        },\n        {\n            \"entity_id\": \"1316439466\",\n            \"npi\": 1316439466,\n            \"entity_name\": \"Sharon Igou\",\n            \"first_name\": \"Sharon\",\n            \"last_name\": \"Igou\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center Branson (FKA Skaggs Regional Medical Center)\",\n                \"Cox Medical Center South\",\n                \"Cox Monett Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 93,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 86,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 46.3248458,\n            \"appropriateness_metric_value\": 74.9831159,\n            \"cost_metric_value\": 99.9999952,\n            \"performance_metric_value\": 54.6714907,\n            \"overall_metric_value\": 89.6148825,\n            \"scoring_order\": 86,\n            \"score_overall_quality\": 86.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.7136600017547607,\n            \"treatment_percentile\": 0.28661999106407166,\n            \"outcomes_percentile\": 0.5743100047111511,\n            \"overall_percentile\": 0.9660900235176086,\n            \"score_tier\": 1,\n            \"state\": \"MO\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"b82ab75a48ff3c1e00aef9de1437e6ad\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"25376 State Highway 39\",\n                    \"address_2\": \"Ste 301\",\n                    \"city\": \"Shell Knob\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65747\",\n                    \"phone\": \"417-236-2680\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.61234,\n                        \"lon\": -93.6053\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.61234,\n                    \"longitude\": -93.6053\n                },\n                {\n                    \"location_id\": \"482476351db7da4f97bff5d45fb176e4\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"815 N Lincoln Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-354-1500\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.92724,\n                        \"lon\": -93.93114\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.92724,\n                    \"longitude\": -93.93114\n                },\n                {\n                    \"location_id\": \"fa02e2c510db332c5f9236fdc5964efe\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"525 Branson Landing Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Branson\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65616\",\n                    \"phone\": \"417-348-8032\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.63889,\n                        \"lon\": -93.32805\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.63889,\n                    \"longitude\": -93.32805\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1447240080\",\n            \"npi\": 1447240080,\n            \"entity_name\": \"Ronald Angelo Rubio\",\n            \"first_name\": \"Ronald Angelo\",\n            \"last_name\": \"Rubio\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Filipino\",\n            \"hospital_affiliations\": [\n                \"Baxter Health (FKA Baxter Regional Medical Center)\",\n                \"Cox Medical Center Branson (FKA Skaggs Regional Medical Center)\",\n                \"Izard Regional Hospital (FKA Izard County Medical Center)\",\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"North Arkansas Regional Medical Center\",\n                \"Ozark Health Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"Baxter Health System\",\n                \"Boa Vida Healthcare\",\n                \"CoxHealth\",\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 1010,\n            \"specialty\": \"Rheumatology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 84,\n                    \"subspecialty_name\": \"Gout\",\n                    \"subspecialty_score\": 80,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 85,\n                    \"subspecialty_name\": \"Lupus\",\n                    \"subspecialty_score\": 88,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 86,\n                    \"subspecialty_name\": \"Psoriatic Arthritis\",\n                    \"subspecialty_score\": 84,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 87,\n                    \"subspecialty_name\": \"Rheumatoid Arthritis\",\n                    \"subspecialty_score\": 97,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 55.7312506,\n            \"appropriateness_metric_value\": 67.4108215,\n            \"cost_metric_value\": 42.5564675,\n            \"performance_metric_value\": 58.9973612,\n            \"overall_metric_value\": 50.5994743,\n            \"scoring_order\": 88,\n            \"score_overall_quality\": 88.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.5299599766731262,\n            \"treatment_percentile\": 0.6632500290870667,\n            \"outcomes_percentile\": 0.45511001348495483,\n            \"overall_percentile\": 0.46862998604774475,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"273a2e6ccc5f949bc4b4e0c5b921695c\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"214 Carter St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Berryville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72616\",\n                    \"phone\": \"870-423-3355\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.35835,\n                        \"lon\": -93.55169\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.35835,\n                    \"longitude\": -93.55169\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"cb364445-82b3-4e88-8569-c0b0f45bf65c","name":"Distance Sort","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/?location=36.333009211382, -94.13365492377461&radius=50mi&network_slug=&ordering=distance","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["providers",""],"query":[{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"location","value":"36.333009211382, -94.13365492377461","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178"},{"key":"radius","value":"50mi","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12"},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-74.1__40.01,-71.12)","disabled":true},{"key":"q","value":"<string>","description":"String: Query multi-match param","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"entity_name","value":"<string>","description":"String: First and last name of a provider","disabled":true},{"key":"gender","value":"<string>","description":"String: Ex: 'Female', 'Male'","disabled":true},{"key":"specialty","value":"<string>","description":"String: A provider's specialty\nExample: 'Cardiology'","disabled":true},{"key":"specialty_id","value":"<integer>","description":"Integer: The unique identifier associated with a specialty","disabled":true},{"key":"ordering","value":"distance","description":"String: The order in which search results will return. \nOptions include: \n- 'best_match' <- a culmination of curated bucketing, score, and distance\n- 'quality'\n- 'distance'\n- Any field on the queried index such as: 'first_name', 'last_name', 'specialty_id'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance "},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true},{"key":"score_overall_quality__gt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gt` (greater than) filter","disabled":true},{"key":"score_overall_quality__gte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gte` (greater than or equal to) filter","disabled":true},{"key":"score_overall_quality__lt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true},{"key":"score_overall_quality__lte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3571,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/providers/?limit=10&location=36.333009211382%2C+-94.13365492377461&network_slug=aetnachoiceposii&offset=10&ordering=distance&radius=50mi\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"entity_id\": \"1184974487\",\n            \"npi\": 1184974487,\n            \"entity_name\": \"Samantha Butler\",\n            \"first_name\": \"Samantha\",\n            \"last_name\": \"Butler\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"50fc4defebb8ccb88eb77b20b2981dfb\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1200 W Walnut St\",\n                    \"address_2\": \"Ste 1400\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72756\",\n                    \"phone\": \"479-725-6000\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": false,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.33367,\n                        \"lon\": -94.13275\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.33367,\n                    \"longitude\": -94.13275\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1902277924\",\n            \"npi\": 1902277924,\n            \"entity_name\": \"Erica Olson\",\n            \"first_name\": \"Erica\",\n            \"last_name\": \"Olson\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [],\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"708273369bf6848f07495427f4653e85\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2508 SE 20th St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bentonville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72712\",\n                    \"phone\": \"479-273-9088\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.34906,\n                        \"lon\": -94.1817\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.34906,\n                    \"longitude\": -94.1817\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1124733472\",\n            \"npi\": 1124733472,\n            \"entity_name\": \"Faith Kramer\",\n            \"first_name\": \"Faith\",\n            \"last_name\": \"Kramer\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"2ef0c30f30354409d1701c94cdeb0e7f\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1400 SW Susana St\",\n                    \"address_2\": \"Ste 12\",\n                    \"city\": \"Bentonville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72713\",\n                    \"phone\": \"479-203-7100\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.35638,\n                        \"lon\": -94.23117\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.35638,\n                    \"longitude\": -94.23117\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1851070676\",\n            \"npi\": 1851070676,\n            \"entity_name\": \"Christy Miller\",\n            \"first_name\": \"Christy\",\n            \"last_name\": \"Miller\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"722bd4249d5b5a0e12c55ad05e10a444\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1200 W Walnut St\",\n                    \"address_2\": \"Ste 1085\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72756\",\n                    \"phone\": \"479-345-3651\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.33367,\n                        \"lon\": -94.13275\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.33367,\n                    \"longitude\": -94.13275\n                },\n                {\n                    \"location_id\": \"64e16a03700d56f278bdde934ea0c3ba\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"805 N 20th Pl\",\n                    \"address_2\": \"Ste 1\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72756\",\n                    \"phone\": \"479-345-3651\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.34135,\n                        \"lon\": -94.14629\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.34135,\n                    \"longitude\": -94.14629\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {}\n            }\n        },\n        {\n            \"entity_id\": \"1679806780\",\n            \"npi\": 1679806780,\n            \"entity_name\": \"Debra Crews\",\n            \"first_name\": \"Debra\",\n            \"last_name\": \"Crews\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [],\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"bd57d6034b177cf52beddf9daf9bfad9\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1200 W Walnut St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72756\",\n                    \"phone\": \"479-621-0301\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.33367,\n                        \"lon\": -94.13275\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.33367,\n                    \"longitude\": -94.13275\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1790398899\",\n            \"npi\": 1790398899,\n            \"entity_name\": \"Carol Lester\",\n            \"first_name\": \"Carol\",\n            \"last_name\": \"Lester\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"c3b0b87b9c530850e29c76e54b6762fb\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"913 E Sumac St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72756\",\n                    \"phone\": \"479-621-0301\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31733,\n                        \"lon\": -94.10521\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31733,\n                    \"longitude\": -94.10521\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1487092821\",\n            \"npi\": 1487092821,\n            \"entity_name\": \"Megan Cierra\",\n            \"first_name\": \"Megan\",\n            \"last_name\": \"Cierra\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [],\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"300332c6730a9ca5b3ee44ee4dba3721\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"204 S 24th St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-621-0301\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.33331,\n                        \"lon\": -94.1519\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.33331,\n                    \"longitude\": -94.1519\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1881360212\",\n            \"npi\": 1881360212,\n            \"entity_name\": \"Kirstie Bailey\",\n            \"first_name\": \"Kirstie\",\n            \"last_name\": \"Bailey\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"2ef0c30f30354409d1701c94cdeb0e7f\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1400 SW Susana St\",\n                    \"address_2\": \"Ste 12\",\n                    \"city\": \"Bentonville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72713\",\n                    \"phone\": \"479-203-7100\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.35638,\n                        \"lon\": -94.23117\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.35638,\n                    \"longitude\": -94.23117\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1881052785\",\n            \"npi\": 1881052785,\n            \"entity_name\": \"Elizabeth Steckel\",\n            \"first_name\": \"Elizabeth\",\n            \"last_name\": \"Steckel\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"52acbab7dc736dcc199a20ad80ad753c\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3401 SE Macy Rd\",\n                    \"address_2\": \"Ste 13\",\n                    \"city\": \"Bentonville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72712\",\n                    \"phone\": \"833-779-9675\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.33826,\n                        \"lon\": -94.20979\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.33826,\n                    \"longitude\": -94.20979\n                },\n                {\n                    \"location_id\": \"2ef0c30f30354409d1701c94cdeb0e7f\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1400 SW Susana St\",\n                    \"address_2\": \"Ste 12\",\n                    \"city\": \"Bentonville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72713\",\n                    \"phone\": \"479-203-7100\",\n                    \"fax\": \"479-899-6300\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.35638,\n                        \"lon\": -94.23117\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.35638,\n                    \"longitude\": -94.23117\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1124495551\",\n            \"npi\": 1124495551,\n            \"entity_name\": \"Kristi Washington\",\n            \"first_name\": \"Kristi\",\n            \"last_name\": \"Washington\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [],\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"f01f86285e87a19c54d6f6d69829a400\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2927 N Point Cir\",\n                    \"address_2\": \"# 1\",\n                    \"city\": \"Fayetteville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72704\",\n                    \"phone\": \"479-621-0301\",\n                    \"fax\": \"479-899-6300\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.10516,\n                        \"lon\": -94.1774\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.10516,\n                    \"longitude\": -94.1774\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"1c40be3e-1ac8-4be6-86f8-ca68dfe5dbe3","name":"Quality Sort","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/?location=36.333009211382, -94.13365492377461&radius=50mi&network_slug=&ordering=quality","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["providers",""],"query":[{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"location","value":"36.333009211382, -94.13365492377461","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178"},{"key":"radius","value":"50mi","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12"},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-74.1__40.01,-71.12)","disabled":true},{"key":"q","value":"<string>","description":"String: Query multi-match param","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"entity_name","value":"<string>","description":"String: First and last name of a provider","disabled":true},{"key":"gender","value":"<string>","description":"String: Ex: 'Female', 'Male'","disabled":true},{"key":"specialty","value":"<string>","description":"String: A provider's specialty\nExample: 'Cardiology'","disabled":true},{"key":"specialty_id","value":"<integer>","description":"Integer: The unique identifier associated with a specialty","disabled":true},{"key":"ordering","value":"quality","description":"String: The order in which search results will return. \nOptions include: \n- 'best_match' <- a culmination of curated bucketing, score, and distance\n- 'quality'\n- 'distance'\n- Any field on the queried index such as: 'first_name', 'last_name', 'specialty_id'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance "},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true},{"key":"score_overall_quality__gt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gt` (greater than) filter","disabled":true},{"key":"score_overall_quality__gte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gte` (greater than or equal to) filter","disabled":true},{"key":"score_overall_quality__lt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true},{"key":"score_overall_quality__lte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3571,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/providers/?limit=10&location=36.333009211382%2C+-94.13365492377461&network_slug=aetnachoiceposii&offset=10&ordering=quality&radius=50mi\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"entity_id\": \"1407411093\",\n            \"npi\": 1407411093,\n            \"entity_name\": \"Drew Young\",\n            \"first_name\": \"Drew\",\n            \"last_name\": \"Young\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center South\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\",\n                \"Mattax Neu Prater Eye Center\",\n                \"Mattax Neu Prater Eye Surgery Center - Springfield\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 1016,\n            \"specialty\": \"Ophthalmology\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"a9947eb6e7f1ba7d7ce9f386c86058ab\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2170 E Cleveland St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-886-3937\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.93179,\n                        \"lon\": -93.89298\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.93179,\n                    \"longitude\": -93.89298\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1114214962\",\n            \"npi\": 1114214962,\n            \"entity_name\": \"Jamie Thomas\",\n            \"first_name\": \"Jamie\",\n            \"last_name\": \"Thomas\",\n            \"gender\": \"Male\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [\n                \"Ascension Seton Edgar B Davis (FKA Seton Edgar B Davis Hospital)\",\n                \"Ascension Seton Hays (FKA Seton Medical Center Hays)\",\n                \"Ascension Seton Highland Lakes\",\n                \"Ascension Seton Smithville (FKA Seton Smithville Regional)\",\n                \"Ascension Seton Southwest (FKA Seton Southwest Hospital)\",\n                \"Freeman Hospital West\",\n                \"Freeman Neosho Hospital\",\n                \"Mercy Hospital Aurora (FKA St Johns Hospital Aurora)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Springfield (FKA St Johns Hospital)\",\n                \"Mercy St Francis Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"Ascension Seton (AKA Seton Healthcare Family)\",\n                \"Freeman Health System\",\n                \"Integrity Home Care and Hospice\",\n                \"Mercy (MO)\",\n                \"Ozark Tri-County Health Care Consortium (AKA Access Family Care)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 25,\n                    \"subspecialty_name\": \"Behavioral Health\",\n                    \"subspecialty_score\": 87,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 73,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 27,\n                    \"subspecialty_name\": \"Geriatrics\",\n                    \"subspecialty_score\": 79,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 29,\n                    \"subspecialty_name\": \"Women's Health\",\n                    \"subspecialty_score\": 81,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 56,\n                    \"subspecialty_name\": \"Asthma\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 57,\n                    \"subspecialty_name\": \"COPD\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 21.7976629,\n            \"appropriateness_metric_value\": 61.3043179,\n            \"cost_metric_value\": 60.9343539,\n            \"performance_metric_value\": 34.4169112,\n            \"overall_metric_value\": 46.3165967,\n            \"scoring_order\": 79,\n            \"score_overall_quality\": 79.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 1.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.4075700044631958,\n            \"treatment_percentile\": 0.22191999852657318,\n            \"outcomes_percentile\": 0.02436400018632412,\n            \"overall_percentile\": 0.3881300091743469,\n            \"score_tier\": 2,\n            \"state\": \"TX\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"45ec847403258d753739f84c75c163f8\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"4016 Main St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Cassville\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65625\",\n                    \"phone\": \"417-847-0057\",\n                    \"fax\": \"417-847-0079\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.65318,\n                        \"lon\": -93.89617\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.65318,\n                    \"longitude\": -93.89617\n                },\n                {\n                    \"location_id\": \"a8dfb235b500b24840f8a6ba4b884216\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"927 N 71 Business Hwy\",\n                    \"address_2\": \"\",\n                    \"city\": \"Anderson\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"64831\",\n                    \"phone\": \"417-845-8300\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.64697,\n                        \"lon\": -94.4379\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.64697,\n                    \"longitude\": -94.4379\n                },\n                {\n                    \"location_id\": \"25b5d57c484a38e985b10fb0395a7596\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1504A N Business 49\",\n                    \"address_2\": \"\",\n                    \"city\": \"Neosho\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"64850\",\n                    \"phone\": \"417-451-4447\",\n                    \"fax\": \"417-451-4448\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.88475,\n                        \"lon\": -94.40648\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.88475,\n                    \"longitude\": -94.40648\n                },\n                {\n                    \"location_id\": \"b15eed18b0c06cfc55729bd597442231\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1810 S Carnation Dr\",\n                    \"address_2\": \"\",\n                    \"city\": \"Aurora\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65605\",\n                    \"phone\": \"417-678-1260\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.95557,\n                        \"lon\": -93.73669\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.95557,\n                    \"longitude\": -93.73669\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1730802091\",\n            \"npi\": 1730802091,\n            \"entity_name\": \"Connor English\",\n            \"first_name\": \"Connor\",\n            \"last_name\": \"English\",\n            \"gender\": \"Male\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"affiliation\": \"Ozark Orthopaedics\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [\n                \"Ozark Orthopaedics\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2041,\n            \"specialty\": \"Physical Therapy\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2101,\n                    \"subspecialty_name\": \"Adults\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2106,\n                    \"subspecialty_name\": \"Hip\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2107,\n                    \"subspecialty_name\": \"Knee\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2108,\n                    \"subspecialty_name\": \"Neck\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                },\n                {\n                    \"subspecialty_id\": 2112,\n                    \"subspecialty_name\": \"Shoulder\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"957cd3d2d605c234289187623875d58c\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3317 N Wimberly Dr\",\n                    \"address_2\": \"\",\n                    \"city\": \"Fayetteville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72703\",\n                    \"phone\": \"479-521-2752\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.11153,\n                        \"lon\": -94.15427\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.11153,\n                    \"longitude\": -94.15427\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1366853590\",\n            \"npi\": 1366853590,\n            \"entity_name\": \"Amanda Phelps\",\n            \"first_name\": \"Amanda\",\n            \"last_name\": \"Phelps\",\n            \"gender\": \"Female\",\n            \"title\": \"MA\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [],\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"b82ab75a48ff3c1e00aef9de1437e6ad\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"25376 State Highway 39\",\n                    \"address_2\": \"Ste 301\",\n                    \"city\": \"Shell Knob\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65747\",\n                    \"phone\": \"417-236-2680\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.61234,\n                        \"lon\": -93.6053\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.61234,\n                    \"longitude\": -93.6053\n                },\n                {\n                    \"location_id\": \"482476351db7da4f97bff5d45fb176e4\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"815 N Lincoln Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-354-1500\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.92724,\n                        \"lon\": -93.93114\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.92724,\n                    \"longitude\": -93.93114\n                },\n                {\n                    \"location_id\": \"fa02e2c510db332c5f9236fdc5964efe\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"525 Branson Landing Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Branson\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65616\",\n                    \"phone\": \"417-335-7540\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.63889,\n                        \"lon\": -93.32805\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.63889,\n                    \"longitude\": -93.32805\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1902086119\",\n            \"npi\": 1902086119,\n            \"entity_name\": \"Lance Weathers\",\n            \"first_name\": \"Lance\",\n            \"last_name\": \"Weathers\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 99,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 71,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 78,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 57.8733702,\n            \"appropriateness_metric_value\": 18.6178498,\n            \"cost_metric_value\": 61.1002644,\n            \"performance_metric_value\": 39.6124234,\n            \"overall_metric_value\": 50.2110295,\n            \"scoring_order\": 81,\n            \"score_overall_quality\": 81.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.08190900087356567,\n            \"treatment_percentile\": 0.7200199961662292,\n            \"outcomes_percentile\": 0.46693000197410583,\n            \"overall_percentile\": 0.36994999647140503,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-876-2845\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1821574815\",\n            \"npi\": 1821574815,\n            \"entity_name\": \"Toni Myer\",\n            \"first_name\": \"Toni\",\n            \"last_name\": \"Myer\",\n            \"gender\": \"Female\",\n            \"title\": \"APRN\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"affiliation\": \"Washington Regional Medical Center\",\n            \"hospital_affiliations\": [\n                \"Washington Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"HerKare\",\n                \"Washington Regional Home Health\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 78,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 39.1669023,\n            \"appropriateness_metric_value\": 95.3635221,\n            \"cost_metric_value\": 99.9999952,\n            \"performance_metric_value\": 49.7177909,\n            \"overall_metric_value\": 87.4715384,\n            \"scoring_order\": 84,\n            \"score_overall_quality\": 84.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 0.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"treatment_percentile\": 0.34323999285697937,\n            \"outcomes_percentile\": 0.9209799766540527,\n            \"overall_percentile\": 0.9556800127029419,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"bc23b795e502844d3133b9672356460f\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"14558 Highway 412\",\n                    \"address_2\": \"\",\n                    \"city\": \"Huntsville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72740\",\n                    \"phone\": \"479-351-0973\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.10091,\n                        \"lon\": -93.74684\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.10091,\n                    \"longitude\": -93.74684\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1295580827\",\n            \"npi\": 1295580827,\n            \"entity_name\": \"Kaitlyn Reid\",\n            \"first_name\": \"Kaitlyn\",\n            \"last_name\": \"Reid\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"affiliation\": \"Arkansas Childrens Hospital\",\n            \"hospital_affiliations\": [\n                \"Arkansas Childrens Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"Arkansas Childrens Hospital System\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2068,\n            \"specialty\": \"Nursing\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"44a1191c22dae7a5543b645be6ed995c\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2601 Gene George Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Springdale\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72762\",\n                    \"phone\": \"479-725-6800\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.15709,\n                        \"lon\": -94.19996\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.15709,\n                    \"longitude\": -94.19996\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1275192387\",\n            \"npi\": 1275192387,\n            \"entity_name\": \"Brook Bounous\",\n            \"first_name\": \"Brook\",\n            \"last_name\": \"Bounous\",\n            \"gender\": \"Male\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center South\",\n                \"Cox Monett Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\",\n                \"Haven Home Health - Ozark\",\n                \"Integrity Home Care and Hospice\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 25,\n                    \"subspecialty_name\": \"Behavioral Health\",\n                    \"subspecialty_score\": 83,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 93,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3100,\n                    \"subspecialty_name\": \"Pediatrics\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"quality_metric_value\": 76.4328978,\n            \"appropriateness_metric_value\": 78.2146624,\n            \"cost_metric_value\": 89.2579673,\n            \"performance_metric_value\": 76.3313834,\n            \"overall_metric_value\": 81.7448488,\n            \"scoring_order\": 94,\n            \"score_overall_quality\": 94.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.989080011844635,\n            \"treatment_percentile\": 0.7763299942016602,\n            \"outcomes_percentile\": 0.931410014629364,\n            \"overall_percentile\": 0.9080899953842163,\n            \"score_tier\": 1,\n            \"state\": \"MO\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"756dd8ca84004b2b056e3260750b1620\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1000 E Highway 60\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-354-1580\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.93254,\n                        \"lon\": -93.92774\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.93254,\n                    \"longitude\": -93.92774\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1730901588\",\n            \"npi\": 1730901588,\n            \"entity_name\": \"Mali Sirisena\",\n            \"first_name\": \"Mali\",\n            \"last_name\": \"Sirisena\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2068,\n            \"specialty\": \"Nursing\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"fa68ef2246e98ce42f1e70555de7b6a3\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3400 SE Macy Rd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bentonville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72712\",\n                    \"phone\": \"479-321-2818\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.33714,\n                        \"lon\": -94.20982\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.33714,\n                    \"longitude\": -94.20982\n                },\n                {\n                    \"location_id\": \"f37b9eaec3c22414535a7d62136b72ae\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"700 N 40th St\",\n                    \"address_2\": \"Ste B\",\n                    \"city\": \"Springdale\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72762\",\n                    \"phone\": \"479-318-2828\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.1915,\n                        \"lon\": -94.17437\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.1915,\n                    \"longitude\": -94.17437\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1386913499\",\n            \"npi\": 1386913499,\n            \"entity_name\": \"Kristy Montz-Goble\",\n            \"first_name\": \"Kristy\",\n            \"last_name\": \"Montz-Goble\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"health_plan\": \"\",\n            \"specialty_id\": 2045,\n            \"specialty\": \"Chiropractor\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"17a80ece4b19b7aff89ad320ec7c6644\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"16500 State Highway 76\",\n                    \"address_2\": \"\",\n                    \"city\": \"Cassville\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65625\",\n                    \"phone\": \"417-847-5081\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.65879,\n                        \"lon\": -93.85492\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.65879,\n                    \"longitude\": -93.85492\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"2526e50c-408f-46cb-a5ea-89760fced2ff","name":"Specialty Filter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/?location=36.333009211382, -94.13365492377461&radius=50mi&network_slug=&specialty_id=2","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["providers",""],"query":[{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"location","value":"36.333009211382, -94.13365492377461","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178"},{"key":"radius","value":"50mi","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12"},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-74.1__40.01,-71.12)","disabled":true},{"key":"q","value":"<string>","description":"String: Query multi-match param","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"entity_name","value":"<string>","description":"String: First and last name of a provider","disabled":true},{"key":"gender","value":"<string>","description":"String: Ex: 'Female', 'Male'","disabled":true},{"key":"specialty","value":"<string>","description":"String: A provider's specialty\nExample: 'Cardiology'","disabled":true},{"key":"specialty_id","value":"2","description":"Integer: The unique identifier associated with a specialty"},{"key":"ordering","value":"<string>","description":"String: The order in which search results will return. \nOptions include: \n- 'best_match' <- a culmination of curated bucketing, score, and distance\n- 'quality'\n- 'distance'\n- Any field on the queried index such as: 'first_name', 'last_name', 'specialty_id'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance ","disabled":true},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true},{"key":"score_overall_quality__gt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gt` (greater than) filter","disabled":true},{"key":"score_overall_quality__gte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gte` (greater than or equal to) filter","disabled":true},{"key":"score_overall_quality__lt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true},{"key":"score_overall_quality__lte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 67,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/providers/?limit=10&location=36.333009211382%2C+-94.13365492377461&network_slug=aetnachoiceposii&offset=10&radius=50mi&specialty_id=2\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"entity_id\": \"1902086119\",\n            \"npi\": 1902086119,\n            \"entity_name\": \"Lance Weathers\",\n            \"first_name\": \"Lance\",\n            \"last_name\": \"Weathers\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 99,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 71,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 78,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 57.8733702,\n            \"appropriateness_metric_value\": 18.6178498,\n            \"cost_metric_value\": 61.1002644,\n            \"performance_metric_value\": 39.6124234,\n            \"overall_metric_value\": 50.2110295,\n            \"scoring_order\": 81,\n            \"score_overall_quality\": 81.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.08190900087356567,\n            \"treatment_percentile\": 0.7200199961662292,\n            \"outcomes_percentile\": 0.46693000197410583,\n            \"overall_percentile\": 0.36994999647140503,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-876-2845\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1316995137\",\n            \"npi\": 1316995137,\n            \"entity_name\": \"Robert Stuppy\",\n            \"first_name\": \"Robert\",\n            \"last_name\": \"Stuppy\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\",\n                \"Mercy Hospital Springfield (FKA St Johns Hospital)\"\n            ],\n            \"group_affiliations\": [\n                \"Circle of Life Hospice\",\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 87,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 84,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 84,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 66.3796281,\n            \"appropriateness_metric_value\": 35.6604783,\n            \"cost_metric_value\": 84.05174481,\n            \"performance_metric_value\": 53.4578472,\n            \"overall_metric_value\": 69.05456766,\n            \"scoring_order\": 86,\n            \"score_overall_quality\": 86.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.21185000240802765,\n            \"treatment_percentile\": 0.8637999892234802,\n            \"outcomes_percentile\": 0.8118699789047241,\n            \"overall_percentile\": 0.6795700192451477,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1316439466\",\n            \"npi\": 1316439466,\n            \"entity_name\": \"Sharon Igou\",\n            \"first_name\": \"Sharon\",\n            \"last_name\": \"Igou\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center Branson (FKA Skaggs Regional Medical Center)\",\n                \"Cox Medical Center South\",\n                \"Cox Monett Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 93,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 86,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 46.3248458,\n            \"appropriateness_metric_value\": 74.9831159,\n            \"cost_metric_value\": 99.9999952,\n            \"performance_metric_value\": 54.6714907,\n            \"overall_metric_value\": 89.6148825,\n            \"scoring_order\": 86,\n            \"score_overall_quality\": 86.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.7136600017547607,\n            \"treatment_percentile\": 0.28661999106407166,\n            \"outcomes_percentile\": 0.5743100047111511,\n            \"overall_percentile\": 0.9660900235176086,\n            \"score_tier\": 1,\n            \"state\": \"MO\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"b82ab75a48ff3c1e00aef9de1437e6ad\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"25376 State Highway 39\",\n                    \"address_2\": \"Ste 301\",\n                    \"city\": \"Shell Knob\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65747\",\n                    \"phone\": \"417-236-2680\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.61234,\n                        \"lon\": -93.6053\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.61234,\n                    \"longitude\": -93.6053\n                },\n                {\n                    \"location_id\": \"482476351db7da4f97bff5d45fb176e4\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"815 N Lincoln Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-354-1500\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.92724,\n                        \"lon\": -93.93114\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.92724,\n                    \"longitude\": -93.93114\n                },\n                {\n                    \"location_id\": \"fa02e2c510db332c5f9236fdc5964efe\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"525 Branson Landing Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Branson\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65616\",\n                    \"phone\": \"417-348-8032\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.63889,\n                        \"lon\": -93.32805\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.63889,\n                    \"longitude\": -93.32805\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1285803353\",\n            \"npi\": 1285803353,\n            \"entity_name\": \"Jessica Birchem\",\n            \"first_name\": \"Jessica\",\n            \"last_name\": \"Birchem\",\n            \"gender\": \"Female\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center Branson (FKA Skaggs Regional Medical Center)\",\n                \"Mercy Hospital Aurora (FKA St Johns Hospital Aurora)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Lebanon\",\n                \"Mercy Hospital Springfield (FKA St Johns Hospital)\",\n                \"Mercy St Francis Hospital\",\n                \"Texas County Memorial Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\",\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 74,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 85,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 81,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 85,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 2500,\n                    \"subspecialty_name\": \"Adult Congenital\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"quality_metric_value\": 62.2090537,\n            \"appropriateness_metric_value\": 46.6366404,\n            \"cost_metric_value\": 81.3146396,\n            \"performance_metric_value\": 56.002257027,\n            \"overall_metric_value\": 68.7029302,\n            \"scoring_order\": 87,\n            \"score_overall_quality\": 87.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.32370999455451965,\n            \"treatment_percentile\": 0.6595100164413452,\n            \"outcomes_percentile\": 0.9569900035858154,\n            \"overall_percentile\": 0.6730700135231018,\n            \"score_tier\": 1,\n            \"state\": \"MO\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"ad5edf85b8ecd7fc9e0621557e271b2a\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"315 E Cleveland Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-820-3911\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.92872,\n                        \"lon\": -93.92582\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.92872,\n                    \"longitude\": -93.92582\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1588213771\",\n            \"npi\": 1588213771,\n            \"entity_name\": \"Wendy Hart\",\n            \"first_name\": \"Wendy\",\n            \"last_name\": \"Hart\",\n            \"gender\": \"Female\",\n            \"title\": \"DNP, APRN\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish\",\n            \"affiliation\": \"Northwest Medical Center - Springdale\",\n            \"hospital_affiliations\": [\n                \"Northwest Medical Center - Springdale\"\n            ],\n            \"group_affiliations\": [\n                \"Northwest Health System\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 88,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 90,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 86,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 50.9436348,\n            \"appropriateness_metric_value\": 52.7905432,\n            \"cost_metric_value\": 32.4670882,\n            \"performance_metric_value\": 50.9536177,\n            \"overall_metric_value\": 40.3453375,\n            \"scoring_order\": 85,\n            \"score_overall_quality\": 85.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 1,\n            \"diagnosing_percentile\": 0.3958599865436554,\n            \"treatment_percentile\": 0.5782999992370605,\n            \"outcomes_percentile\": 0.23162999749183655,\n            \"overall_percentile\": 0.24459999799728394,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"4ff82a35af763ef211f9882cb3e97753\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2900 Medical Center Pkwy\",\n                    \"address_2\": \"Ste 240B\",\n                    \"city\": \"Bentonville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72712\",\n                    \"phone\": \"479-553-2200\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.34251,\n                        \"lon\": -94.19002\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.34251,\n                    \"longitude\": -94.19002\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1164802757\",\n            \"npi\": 1164802757,\n            \"entity_name\": \"Bethany Murrill\",\n            \"first_name\": \"Bethany\",\n            \"last_name\": \"Murrill\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Aurora (FKA St Johns Hospital Aurora)\",\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Joplin\",\n                \"Mercy Hospital Lebanon\",\n                \"Mercy Hospital Springfield (FKA St Johns Hospital)\",\n                \"Texas County Memorial Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 76,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 83,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 67.2324589,\n            \"appropriateness_metric_value\": 24.03289177,\n            \"cost_metric_value\": 30.2542255,\n            \"performance_metric_value\": 49.5551393,\n            \"overall_metric_value\": 39.1981903,\n            \"scoring_order\": 84,\n            \"score_overall_quality\": 84.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 1,\n            \"diagnosing_percentile\": 0.11620000004768372,\n            \"treatment_percentile\": 0.8797199726104736,\n            \"outcomes_percentile\": 0.8291100263595581,\n            \"overall_percentile\": 0.23228000104427338,\n            \"score_tier\": 2,\n            \"state\": \"MO\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"b82ab75a48ff3c1e00aef9de1437e6ad\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"25376 State Highway 39\",\n                    \"address_2\": \"Ste 301\",\n                    \"city\": \"Shell Knob\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65747\",\n                    \"phone\": \"417-236-2680\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.61234,\n                        \"lon\": -93.6053\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.61234,\n                    \"longitude\": -93.6053\n                },\n                {\n                    \"location_id\": \"482476351db7da4f97bff5d45fb176e4\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"815 N Lincoln Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-354-1500\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.92724,\n                        \"lon\": -93.93114\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.92724,\n                    \"longitude\": -93.93114\n                },\n                {\n                    \"location_id\": \"fa02e2c510db332c5f9236fdc5964efe\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"525 Branson Landing Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Branson\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65616\",\n                    \"phone\": \"417-348-8032\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.63889,\n                        \"lon\": -93.32805\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.63889,\n                    \"longitude\": -93.32805\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1962440685\",\n            \"npi\": 1962440685,\n            \"entity_name\": \"Philip Riley\",\n            \"first_name\": \"Philip\",\n            \"last_name\": \"Riley\",\n            \"gender\": \"Male\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Circle of Life Hospice\",\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 71,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 87,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 90,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 85,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 63.009427039,\n            \"appropriateness_metric_value\": 45.9467049,\n            \"cost_metric_value\": 75.9175387,\n            \"performance_metric_value\": 56.5540412,\n            \"overall_metric_value\": 66.1530172,\n            \"scoring_order\": 87,\n            \"score_overall_quality\": 87.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.3169899880886078,\n            \"treatment_percentile\": 0.8078399896621704,\n            \"outcomes_percentile\": 0.690530002117157,\n            \"overall_percentile\": 0.6292399764060974,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"fax\": \"479-338-4445\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1831386556\",\n            \"npi\": 1831386556,\n            \"entity_name\": \"Zubair Ahmed\",\n            \"first_name\": \"Zubair\",\n            \"last_name\": \"Ahmed\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Hindi|Urdu|English\",\n            \"hospital_affiliations\": [\n                \"North Arkansas Regional Medical Center\",\n                \"Washington Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"MANA Urgent Care (FKA Mediserve Walk-in Clinic)\",\n                \"Washington Regional Medical Center Physicians\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 85,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 77,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 73,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 81,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 57.5516405,\n            \"appropriateness_metric_value\": 28.5597749,\n            \"cost_metric_value\": 75.08310654,\n            \"performance_metric_value\": 46.1642749,\n            \"overall_metric_value\": 60.4858431,\n            \"scoring_order\": 83,\n            \"score_overall_quality\": 83.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.14990000426769257,\n            \"treatment_percentile\": 0.7469300031661987,\n            \"outcomes_percentile\": 0.3725700080394745,\n            \"overall_percentile\": 0.5324299931526184,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"938e199a2276e94f657cf31b91fe6a48\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3211 N Northhills Blvd\",\n                    \"address_2\": \"Ste 110\",\n                    \"city\": \"Fayetteville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72703\",\n                    \"phone\": \"479-571-4338\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.10794,\n                        \"lon\": -94.15589\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.10794,\n                    \"longitude\": -94.15589\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1730567124\",\n            \"npi\": 1730567124,\n            \"entity_name\": \"Steven Stroud\",\n            \"first_name\": \"Steven\",\n            \"last_name\": \"Stroud\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"affiliation\": \"Hillcrest Medical Center\",\n            \"hospital_affiliations\": [\n                \"Hillcrest Hospital Claremore\",\n                \"Hillcrest Hospital South (FKA Southcrest Hospital)\",\n                \"Hillcrest Medical Center\",\n                \"Oklahoma Heart Institute on the Campus of Hillcrest Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"Hillcrest HealthCare System\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"18fa695635140671092e0d0eaa9401c9\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"900 E 13th St\",\n                    \"address_2\": \"Ste 200\",\n                    \"city\": \"Grove\",\n                    \"state\": \"OK\",\n                    \"zipcode\": \"74344\",\n                    \"phone\": \"918-592-0999\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.58302,\n                        \"lon\": -94.75554\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.58302,\n                    \"longitude\": -94.75554\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {}\n            }\n        },\n        {\n            \"entity_id\": \"1346831765\",\n            \"npi\": 1346831765,\n            \"entity_name\": \"Brittany Kramer\",\n            \"first_name\": \"Brittany\",\n            \"last_name\": \"Kramer\",\n            \"gender\": \"Female\",\n            \"title\": \"PA-C\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"affiliation\": \"Cox Medical Center South\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center South\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"b82ab75a48ff3c1e00aef9de1437e6ad\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"25376 State Highway 39\",\n                    \"address_2\": \"Ste 301\",\n                    \"city\": \"Shell Knob\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65747\",\n                    \"phone\": \"417-236-2680\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.61234,\n                        \"lon\": -93.6053\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.61234,\n                    \"longitude\": -93.6053\n                },\n                {\n                    \"location_id\": \"482476351db7da4f97bff5d45fb176e4\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"815 N Lincoln Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-354-1500\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.92724,\n                        \"lon\": -93.93114\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.92724,\n                    \"longitude\": -93.93114\n                },\n                {\n                    \"location_id\": \"fa02e2c510db332c5f9236fdc5964efe\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"525 Branson Landing Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Branson\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65616\",\n                    \"phone\": \"417-348-8032\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.63889,\n                        \"lon\": -93.32805\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.63889,\n                    \"longitude\": -93.32805\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {}\n            }\n        }\n    ]\n}"},{"id":"5dcac4b5-7d73-4e27-b199-9291833c19cc","name":"Subpecialty Filter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/?location=36.333009211382, -94.13365492377461&radius=50mi&network_slug=&specialty_id=2&subspecialty_id=2","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["providers",""],"query":[{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"location","value":"36.333009211382, -94.13365492377461","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178"},{"key":"radius","value":"50mi","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12"},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-74.1__40.01,-71.12)","disabled":true},{"key":"q","value":"<string>","description":"String: Query multi-match param","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"entity_name","value":"<string>","description":"String: First and last name of a provider","disabled":true},{"key":"gender","value":"<string>","description":"String: Ex: 'Female', 'Male'","disabled":true},{"key":"specialty","value":"<string>","description":"String: A provider's specialty\nExample: 'Cardiology'","disabled":true},{"key":"specialty_id","value":"2","description":"Integer: The unique identifier associated with a specialty"},{"key":"subspecialty_id","value":"2","description":"Integer: The unique identifier associated with a subspecialty"},{"key":"ordering","value":"<string>","description":"String: The order in which search results will return. \nOptions include: \n- 'best_match' <- a culmination of curated bucketing, score, and distance\n- 'quality'\n- 'distance'\n- Any field on the queried index such as: 'first_name', 'last_name', 'specialty_id'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance ","disabled":true},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true},{"key":"score_overall_quality__gt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gt` (greater than) filter","disabled":true},{"key":"score_overall_quality__gte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gte` (greater than or equal to) filter","disabled":true},{"key":"score_overall_quality__lt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true},{"key":"score_overall_quality__lte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 31,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/providers/?limit=10&location=36.333009211382%2C+-94.13365492377461&network_slug=aetnachoiceposii&offset=10&radius=50mi&specialty_id=2&subspecialty_id=2\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"entity_id\": \"1902086119\",\n            \"npi\": 1902086119,\n            \"entity_name\": \"Lance Weathers\",\n            \"first_name\": \"Lance\",\n            \"last_name\": \"Weathers\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 99,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 71,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 78,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 57.8733702,\n            \"appropriateness_metric_value\": 18.6178498,\n            \"cost_metric_value\": 61.1002644,\n            \"performance_metric_value\": 39.6124234,\n            \"overall_metric_value\": 50.2110295,\n            \"scoring_order\": 81,\n            \"score_overall_quality\": 81.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.08190900087356567,\n            \"treatment_percentile\": 0.7200199961662292,\n            \"outcomes_percentile\": 0.46693000197410583,\n            \"overall_percentile\": 0.36994999647140503,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-876-2845\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1316995137\",\n            \"npi\": 1316995137,\n            \"entity_name\": \"Robert Stuppy\",\n            \"first_name\": \"Robert\",\n            \"last_name\": \"Stuppy\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\",\n                \"Mercy Hospital Springfield (FKA St Johns Hospital)\"\n            ],\n            \"group_affiliations\": [\n                \"Circle of Life Hospice\",\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 87,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 84,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 84,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 66.3796281,\n            \"appropriateness_metric_value\": 35.6604783,\n            \"cost_metric_value\": 84.05174481,\n            \"performance_metric_value\": 53.4578472,\n            \"overall_metric_value\": 69.05456766,\n            \"scoring_order\": 86,\n            \"score_overall_quality\": 86.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.21185000240802765,\n            \"treatment_percentile\": 0.8637999892234802,\n            \"outcomes_percentile\": 0.8118699789047241,\n            \"overall_percentile\": 0.6795700192451477,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1285803353\",\n            \"npi\": 1285803353,\n            \"entity_name\": \"Jessica Birchem\",\n            \"first_name\": \"Jessica\",\n            \"last_name\": \"Birchem\",\n            \"gender\": \"Female\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center Branson (FKA Skaggs Regional Medical Center)\",\n                \"Mercy Hospital Aurora (FKA St Johns Hospital Aurora)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Lebanon\",\n                \"Mercy Hospital Springfield (FKA St Johns Hospital)\",\n                \"Mercy St Francis Hospital\",\n                \"Texas County Memorial Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\",\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 74,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 85,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 81,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 85,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 2500,\n                    \"subspecialty_name\": \"Adult Congenital\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"quality_metric_value\": 62.2090537,\n            \"appropriateness_metric_value\": 46.6366404,\n            \"cost_metric_value\": 81.3146396,\n            \"performance_metric_value\": 56.002257027,\n            \"overall_metric_value\": 68.7029302,\n            \"scoring_order\": 87,\n            \"score_overall_quality\": 87.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.32370999455451965,\n            \"treatment_percentile\": 0.6595100164413452,\n            \"outcomes_percentile\": 0.9569900035858154,\n            \"overall_percentile\": 0.6730700135231018,\n            \"score_tier\": 1,\n            \"state\": \"MO\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"ad5edf85b8ecd7fc9e0621557e271b2a\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"315 E Cleveland Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-820-3911\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.92872,\n                        \"lon\": -93.92582\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.92872,\n                    \"longitude\": -93.92582\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1962440685\",\n            \"npi\": 1962440685,\n            \"entity_name\": \"Philip Riley\",\n            \"first_name\": \"Philip\",\n            \"last_name\": \"Riley\",\n            \"gender\": \"Male\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Circle of Life Hospice\",\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 71,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 87,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 90,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 85,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 63.009427039,\n            \"appropriateness_metric_value\": 45.9467049,\n            \"cost_metric_value\": 75.9175387,\n            \"performance_metric_value\": 56.5540412,\n            \"overall_metric_value\": 66.1530172,\n            \"scoring_order\": 87,\n            \"score_overall_quality\": 87.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.3169899880886078,\n            \"treatment_percentile\": 0.8078399896621704,\n            \"outcomes_percentile\": 0.690530002117157,\n            \"overall_percentile\": 0.6292399764060974,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"fax\": \"479-338-4445\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1831386556\",\n            \"npi\": 1831386556,\n            \"entity_name\": \"Zubair Ahmed\",\n            \"first_name\": \"Zubair\",\n            \"last_name\": \"Ahmed\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Hindi|Urdu|English\",\n            \"hospital_affiliations\": [\n                \"North Arkansas Regional Medical Center\",\n                \"Washington Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"MANA Urgent Care (FKA Mediserve Walk-in Clinic)\",\n                \"Washington Regional Medical Center Physicians\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 85,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 77,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 73,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 81,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 57.5516405,\n            \"appropriateness_metric_value\": 28.5597749,\n            \"cost_metric_value\": 75.08310654,\n            \"performance_metric_value\": 46.1642749,\n            \"overall_metric_value\": 60.4858431,\n            \"scoring_order\": 83,\n            \"score_overall_quality\": 83.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.14990000426769257,\n            \"treatment_percentile\": 0.7469300031661987,\n            \"outcomes_percentile\": 0.3725700080394745,\n            \"overall_percentile\": 0.5324299931526184,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"938e199a2276e94f657cf31b91fe6a48\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3211 N Northhills Blvd\",\n                    \"address_2\": \"Ste 110\",\n                    \"city\": \"Fayetteville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72703\",\n                    \"phone\": \"479-571-4338\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.10794,\n                        \"lon\": -94.15589\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.10794,\n                    \"longitude\": -94.15589\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1467681486\",\n            \"npi\": 1467681486,\n            \"entity_name\": \"Robbie Mangalasseril\",\n            \"first_name\": \"Robbie\",\n            \"last_name\": \"Mangalasseril\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center Branson (FKA Skaggs Regional Medical Center)\",\n                \"Cox Medical Center South\",\n                \"North Arkansas Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 79,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 78,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 79,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 80,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 45.8537334,\n            \"appropriateness_metric_value\": 26.9571233,\n            \"cost_metric_value\": 72.9666879,\n            \"performance_metric_value\": 38.2387915,\n            \"overall_metric_value\": 54.2434271,\n            \"scoring_order\": 80,\n            \"score_overall_quality\": 80.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.13785000145435333,\n            \"treatment_percentile\": 0.35708001255989075,\n            \"outcomes_percentile\": 0.2535499930381775,\n            \"overall_percentile\": 0.4300599992275238,\n            \"score_tier\": 2,\n            \"state\": \"MO\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"fa02e2c510db332c5f9236fdc5964efe\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"525 Branson Landing Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Branson\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65616\",\n                    \"phone\": \"417-335-7000\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.63889,\n                        \"lon\": -93.32805\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.63889,\n                    \"longitude\": -93.32805\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1124030002\",\n            \"npi\": 1124030002,\n            \"entity_name\": \"James Chapman\",\n            \"first_name\": \"James\",\n            \"last_name\": \"Chapman\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Cherokee Nation WW Hastings Hospital\",\n                \"Hillcrest Hospital Claremore\",\n                \"Hillcrest Hospital South (FKA Southcrest Hospital)\",\n                \"Hillcrest Medical Center\",\n                \"INTEGRIS Health Grove Hospital\",\n                \"INTEGRIS Miami Hospital (FKA INTEGRIS Baptist Regional Health Center)\",\n                \"Oklahoma Heart Institute on the Campus of Hillcrest Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"Cherokee Nation - Vinita Health Center\",\n                \"Hillcrest HealthCare System\",\n                \"INTEGRIS Health\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 93,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 77,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 75,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 81,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 54.698291,\n            \"appropriateness_metric_value\": 31.8216822,\n            \"cost_metric_value\": 75.4597029,\n            \"performance_metric_value\": 46.01365017,\n            \"overall_metric_value\": 60.3816537,\n            \"scoring_order\": 83,\n            \"score_overall_quality\": 83.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.17732000350952148,\n            \"treatment_percentile\": 0.5260999798774719,\n            \"outcomes_percentile\": 0.6820399761199951,\n            \"overall_percentile\": 0.5305799841880798,\n            \"score_tier\": 2,\n            \"state\": \"OK\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"18fa695635140671092e0d0eaa9401c9\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"900 E 13th St\",\n                    \"address_2\": \"Ste 200\",\n                    \"city\": \"Grove\",\n                    \"state\": \"OK\",\n                    \"zipcode\": \"74344\",\n                    \"phone\": \"918-592-0999\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.58302,\n                        \"lon\": -94.75554\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.58302,\n                    \"longitude\": -94.75554\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1023072808\",\n            \"npi\": 1023072808,\n            \"entity_name\": \"David Churchill\",\n            \"first_name\": \"David\",\n            \"last_name\": \"Churchill\",\n            \"gender\": \"Male\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Eureka Springs Hospital\",\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"North Arkansas Regional Medical Center\",\n                \"Washington Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"Mercy (MO)\",\n                \"Washington Regional Medical Center Physicians\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 80,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 81,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 77,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 83,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 59.05432013,\n            \"appropriateness_metric_value\": 36.6453777,\n            \"cost_metric_value\": 64.1445692,\n            \"performance_metric_value\": 50.7028455,\n            \"overall_metric_value\": 56.9003969,\n            \"scoring_order\": 85,\n            \"score_overall_quality\": 85.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.2204899936914444,\n            \"treatment_percentile\": 0.8327000141143799,\n            \"outcomes_percentile\": 0.2727699875831604,\n            \"overall_percentile\": 0.47297000885009766,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"afed91ec450d6955c8d0c26d69d1bc4f\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3000 NW A St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bentonville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72712\",\n                    \"phone\": \"479-463-8740\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.40822,\n                        \"lon\": -94.21568\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.40822,\n                    \"longitude\": -94.21568\n                },\n                {\n                    \"location_id\": \"938e199a2276e94f657cf31b91fe6a48\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3211 N Northhills Blvd\",\n                    \"address_2\": \"Ste 110\",\n                    \"city\": \"Fayetteville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72703\",\n                    \"phone\": \"479-463-8740\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.10794,\n                        \"lon\": -94.15589\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.10794,\n                    \"longitude\": -94.15589\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1134221393\",\n            \"npi\": 1134221393,\n            \"entity_name\": \"Scott Ferreira\",\n            \"first_name\": \"Scott\",\n            \"last_name\": \"Ferreira\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"hospital_affiliations\": [\n                \"Citizens Memorial Hospital\",\n                \"Cox Medical Center Branson (FKA Skaggs Regional Medical Center)\",\n                \"Cox Medical Center South\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 77,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 91,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 94,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 87,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 53.4493058,\n            \"appropriateness_metric_value\": 58.3921783,\n            \"cost_metric_value\": 1.4852021,\n            \"performance_metric_value\": 54.9474353,\n            \"overall_metric_value\": 14.3781345,\n            \"scoring_order\": 86,\n            \"score_overall_quality\": 86.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 1,\n            \"diagnosing_percentile\": 0.5110700130462646,\n            \"treatment_percentile\": 0.3834899961948395,\n            \"outcomes_percentile\": 0.7330600023269653,\n            \"overall_percentile\": 0.05619800090789795,\n            \"score_tier\": 3,\n            \"state\": \"MO\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"b82ab75a48ff3c1e00aef9de1437e6ad\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"25376 State Highway 39\",\n                    \"address_2\": \"Ste 301\",\n                    \"city\": \"Shell Knob\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65747\",\n                    \"phone\": \"417-236-2680\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.61234,\n                        \"lon\": -93.6053\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.61234,\n                    \"longitude\": -93.6053\n                },\n                {\n                    \"location_id\": \"482476351db7da4f97bff5d45fb176e4\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"815 N Lincoln Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-354-1500\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.92724,\n                        \"lon\": -93.93114\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.92724,\n                    \"longitude\": -93.93114\n                },\n                {\n                    \"location_id\": \"fa02e2c510db332c5f9236fdc5964efe\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"525 Branson Landing Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Branson\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65616\",\n                    \"phone\": \"417-348-8032\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.63889,\n                        \"lon\": -93.32805\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.63889,\n                    \"longitude\": -93.32805\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {}\n            }\n        },\n        {\n            \"entity_id\": \"1639370851\",\n            \"npi\": 1639370851,\n            \"entity_name\": \"Garrett Sanford\",\n            \"first_name\": \"Garrett\",\n            \"last_name\": \"Sanford\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"affiliation\": \"Washington Regional Medical Center\",\n            \"hospital_affiliations\": [\n                \"North Arkansas Regional Medical Center\",\n                \"Washington Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"Washington Regional Home Health\",\n                \"Washington Regional Medical Center Physicians\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 95,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 85,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 84,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 87,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 2500,\n                    \"subspecialty_name\": \"Adult Congenital\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"quality_metric_value\": 61.200176,\n            \"appropriateness_metric_value\": 59.7438646,\n            \"cost_metric_value\": 86.1022462,\n            \"performance_metric_value\": 60.360899,\n            \"overall_metric_value\": 73.9104111,\n            \"scoring_order\": 88,\n            \"score_overall_quality\": 88.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.48166999220848083,\n            \"treatment_percentile\": 0.759880006313324,\n            \"outcomes_percentile\": 0.686020016670227,\n            \"overall_percentile\": 0.7636399865150452,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"938e199a2276e94f657cf31b91fe6a48\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3211 N Northhills Blvd\",\n                    \"address_2\": \"Ste 110\",\n                    \"city\": \"Fayetteville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72703\",\n                    \"phone\": \"479-463-8740\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.10794,\n                        \"lon\": -94.15589\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.10794,\n                    \"longitude\": -94.15589\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"f3f4e577-4ab1-4789-a436-6bb288776c5c","name":"Languages Filter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true},{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/?network_slug=&location=36.333009211382, -94.13365492377461&radius=50mi&specialty_id=2&languages=French,Spanish","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["providers",""],"query":[{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"location","value":"<lat, lon>","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178","disabled":true},{"key":"radius","value":"<string>","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12","disabled":true},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-71.12__40.01,-74.1)","disabled":true},{"key":"q","value":"<string>","description":"String: Query multi-match param","disabled":true},{"key":"entity_name","value":"<string>","description":"String: First and last name of a provider","disabled":true},{"key":"gender","value":"<string>","description":"String: Ex: 'Female', 'Male'","disabled":true},{"key":"specialty","value":"<string>","description":"String: A provider's specialty\nExample: 'Cardiology'","disabled":true},{"key":"specialty_id","value":"<integer>","description":"Integer: The unique identifier associated with a specialty","disabled":true},{"key":"subspecialty_id","value":"<integer>","description":"Integer: The unique identifier associated with a subspecialty","disabled":true},{"key":"ordering","value":"<string>","description":"String: The order in which search results will return. \nOptions include: \n- 'best_match' <- a culmination of curated bucketing, score, and distance\n- 'quality'\n- 'distance'\n- Any field on the queried index such as: 'first_name', 'last_name', 'specialty_id'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance ","disabled":true},{"key":"npi__in","value":"<integer,integer>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true},{"key":"score_overall_quality__gt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gt` (greater than) filter","disabled":true},{"key":"score_overall_quality__gte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gte` (greater than or equal to) filter","disabled":true},{"key":"score_overall_quality__lt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true},{"key":"score_overall_quality__lte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"location","value":"36.333009211382, -94.13365492377461"},{"key":"radius","value":"50mi"},{"key":"specialty_id","value":"2"},{"key":"languages","value":"French,Spanish"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 17,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/providers/?languages=French%2CSpanish&limit=10&location=36.333009211382%2C+-94.13365492377461&network_slug=aetnachoiceposii&offset=10&radius=50mi&specialty_id=2\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"entity_id\": \"1699748806\",\n            \"npi\": 1699748806,\n            \"entity_name\": \"Ahmad Elesber\",\n            \"first_name\": \"Ahmad\",\n            \"last_name\": \"Elesber\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Arabic|French|English\",\n            \"hospital_affiliations\": [\n                \"North Arkansas Regional Medical Center\",\n                \"Northwest Medical Center - Springdale\",\n                \"Siloam Springs Regional Hospital\",\n                \"Washington Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"Community Health Systems (AKA CHS)\",\n                \"Northwest Health System\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 96,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 82,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 73,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 85,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 56.4988678,\n            \"appropriateness_metric_value\": 41.3165342,\n            \"cost_metric_value\": 43.3067824,\n            \"performance_metric_value\": 50.8493605,\n            \"overall_metric_value\": 46.9927942,\n            \"scoring_order\": 85,\n            \"score_overall_quality\": 85.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 1.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.2642500102519989,\n            \"treatment_percentile\": 0.8784899711608887,\n            \"outcomes_percentile\": 0.08525200188159943,\n            \"overall_percentile\": 0.326119989156723,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"722b1594386d423b87a08dc753a0c123\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"601 W Maple Ave\",\n                    \"address_2\": \"Ste 703\",\n                    \"city\": \"Springdale\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72764\",\n                    \"phone\": \"479-750-2203\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.18125,\n                        \"lon\": -94.13539\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.18125,\n                    \"longitude\": -94.13539\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1861440430\",\n            \"npi\": 1861440430,\n            \"entity_name\": \"Alexander Stein\",\n            \"first_name\": \"Alexander\",\n            \"last_name\": \"Stein\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Hindi|Spanish|French|Arabic|English|Somali|Portuguese|Vietnamese|German\",\n            \"hospital_affiliations\": [\n                \"CHI Health Nebraska Heart (FKA Nebraska Heart Hospital)\",\n                \"Corewell Health Lakeland Hospitals - St Joseph Hospital (FKA Spectrum Heath Lakeland Medical Center)\",\n                \"Long Beach Medical Center (FKA Long Beach Memorial Medical Center)\",\n                \"Providence Little Company of Mary Medical Center San Pedro\",\n                \"Providence Little Company of Mary Medical Center Torrance\",\n                \"Torrance Memorial Medical Center\",\n                \"UCI Health - Lakewood (FKA Lakewood Regional Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"CHI Health (FKA Alegent Creighton Health)\",\n                \"Cedars-Sinai Health System\",\n                \"Corewell Health South (FKA Spectrum Health Lakeland)\",\n                \"MemorialCare Health System\",\n                \"OptumCare\",\n                \"Prospect Medical Holdings\",\n                \"Providence Health & Services - Southern California (FKA Providence Health & Services - California)\",\n                \"UCI Health\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 88,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 84,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 35.4191318,\n            \"appropriateness_metric_value\": 76.525984,\n            \"cost_metric_value\": 81.9023389,\n            \"performance_metric_value\": 47.3255255,\n            \"overall_metric_value\": 63.6640307,\n            \"scoring_order\": 84,\n            \"score_overall_quality\": 84.0,\n            \"score_care_journey_treatment\": 1.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.7410299777984619,\n            \"treatment_percentile\": 0.09279400110244751,\n            \"outcomes_percentile\": 0.8940600156784058,\n            \"overall_percentile\": 0.5872700214385986,\n            \"score_tier\": 2,\n            \"state\": \"CA\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"d4745a8296271a20ad6dd1b4964a71ad\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 210\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-3888\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1902086119\",\n            \"npi\": 1902086119,\n            \"entity_name\": \"Lance Weathers\",\n            \"first_name\": \"Lance\",\n            \"last_name\": \"Weathers\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 99,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 71,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 78,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 57.8733702,\n            \"appropriateness_metric_value\": 18.6178498,\n            \"cost_metric_value\": 61.1002644,\n            \"performance_metric_value\": 39.6124234,\n            \"overall_metric_value\": 50.2110295,\n            \"scoring_order\": 81,\n            \"score_overall_quality\": 81.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.08190900087356567,\n            \"treatment_percentile\": 0.7200199961662292,\n            \"outcomes_percentile\": 0.46693000197410583,\n            \"overall_percentile\": 0.36994999647140503,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-876-2845\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1316995137\",\n            \"npi\": 1316995137,\n            \"entity_name\": \"Robert Stuppy\",\n            \"first_name\": \"Robert\",\n            \"last_name\": \"Stuppy\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\",\n                \"Mercy Hospital Springfield (FKA St Johns Hospital)\"\n            ],\n            \"group_affiliations\": [\n                \"Circle of Life Hospice\",\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 87,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 84,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 84,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 66.3796281,\n            \"appropriateness_metric_value\": 35.6604783,\n            \"cost_metric_value\": 84.05174481,\n            \"performance_metric_value\": 53.4578472,\n            \"overall_metric_value\": 69.05456766,\n            \"scoring_order\": 86,\n            \"score_overall_quality\": 86.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.21185000240802765,\n            \"treatment_percentile\": 0.8637999892234802,\n            \"outcomes_percentile\": 0.8118699789047241,\n            \"overall_percentile\": 0.6795700192451477,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1588213771\",\n            \"npi\": 1588213771,\n            \"entity_name\": \"Wendy Hart\",\n            \"first_name\": \"Wendy\",\n            \"last_name\": \"Hart\",\n            \"gender\": \"Female\",\n            \"title\": \"DNP, APRN\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish\",\n            \"affiliation\": \"Northwest Medical Center - Springdale\",\n            \"hospital_affiliations\": [\n                \"Northwest Medical Center - Springdale\"\n            ],\n            \"group_affiliations\": [\n                \"Northwest Health System\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 88,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 90,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 86,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 50.9436348,\n            \"appropriateness_metric_value\": 52.7905432,\n            \"cost_metric_value\": 32.4670882,\n            \"performance_metric_value\": 50.9536177,\n            \"overall_metric_value\": 40.3453375,\n            \"scoring_order\": 85,\n            \"score_overall_quality\": 85.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 1,\n            \"diagnosing_percentile\": 0.3958599865436554,\n            \"treatment_percentile\": 0.5782999992370605,\n            \"outcomes_percentile\": 0.23162999749183655,\n            \"overall_percentile\": 0.24459999799728394,\n            \"score_tier\": 2,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"4ff82a35af763ef211f9882cb3e97753\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2900 Medical Center Pkwy\",\n                    \"address_2\": \"Ste 240B\",\n                    \"city\": \"Bentonville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72712\",\n                    \"phone\": \"479-553-2200\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.34251,\n                        \"lon\": -94.19002\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.34251,\n                    \"longitude\": -94.19002\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1962440685\",\n            \"npi\": 1962440685,\n            \"entity_name\": \"Philip Riley\",\n            \"first_name\": \"Philip\",\n            \"last_name\": \"Riley\",\n            \"gender\": \"Male\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish\",\n            \"hospital_affiliations\": [\n                \"Mercy Hospital Berryville (FKA St Johns Hospital Berryville)\",\n                \"Mercy Hospital Cassville (FKA St Johns Cassville)\",\n                \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Circle of Life Hospice\",\n                \"Mercy (MO)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 71,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 87,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 90,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 85,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 63.009427039,\n            \"appropriateness_metric_value\": 45.9467049,\n            \"cost_metric_value\": 75.9175387,\n            \"performance_metric_value\": 56.5540412,\n            \"overall_metric_value\": 66.1530172,\n            \"scoring_order\": 87,\n            \"score_overall_quality\": 87.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.3169899880886078,\n            \"treatment_percentile\": 0.8078399896621704,\n            \"outcomes_percentile\": 0.690530002117157,\n            \"overall_percentile\": 0.6292399764060974,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8e3bcbaa99bb1295bf08868072fd0364\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2708 S Rife Medical Ln\",\n                    \"address_2\": \"Ste 220\",\n                    \"city\": \"Rogers\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72758\",\n                    \"phone\": \"479-338-4400\",\n                    \"fax\": \"479-338-4445\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.31006,\n                        \"lon\": -94.18281\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.31006,\n                    \"longitude\": -94.18281\n                },\n                {\n                    \"location_id\": \"3c89ce7775704c510495b1686e801902\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1 Mercy Way\",\n                    \"address_2\": \"\",\n                    \"city\": \"Bella Vista\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72714\",\n                    \"phone\": \"479-338-4400\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.43757,\n                        \"lon\": -94.23301\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.43757,\n                    \"longitude\": -94.23301\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1639370851\",\n            \"npi\": 1639370851,\n            \"entity_name\": \"Garrett Sanford\",\n            \"first_name\": \"Garrett\",\n            \"last_name\": \"Sanford\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"affiliation\": \"Washington Regional Medical Center\",\n            \"hospital_affiliations\": [\n                \"North Arkansas Regional Medical Center\",\n                \"Washington Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"Washington Regional Home Health\",\n                \"Washington Regional Medical Center Physicians\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 95,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 85,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 84,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 87,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 2500,\n                    \"subspecialty_name\": \"Adult Congenital\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"quality_metric_value\": 61.200176,\n            \"appropriateness_metric_value\": 59.7438646,\n            \"cost_metric_value\": 86.1022462,\n            \"performance_metric_value\": 60.360899,\n            \"overall_metric_value\": 73.9104111,\n            \"scoring_order\": 88,\n            \"score_overall_quality\": 88.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 2.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.48166999220848083,\n            \"treatment_percentile\": 0.759880006313324,\n            \"outcomes_percentile\": 0.686020016670227,\n            \"overall_percentile\": 0.7636399865150452,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"938e199a2276e94f657cf31b91fe6a48\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3211 N Northhills Blvd\",\n                    \"address_2\": \"Ste 110\",\n                    \"city\": \"Fayetteville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72703\",\n                    \"phone\": \"479-463-8740\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.10794,\n                        \"lon\": -94.15589\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.10794,\n                    \"longitude\": -94.15589\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1366421653\",\n            \"npi\": 1366421653,\n            \"entity_name\": \"Russell Wood\",\n            \"first_name\": \"Russell\",\n            \"last_name\": \"Wood\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish\",\n            \"affiliation\": \"Washington Regional Medical Center\",\n            \"hospital_affiliations\": [\n                \"Washington Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"Washington Regional Medical Center Physicians\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 90,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 88,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 88,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 54.01431357,\n            \"appropriateness_metric_value\": 80.2816106,\n            \"cost_metric_value\": 8.5069483,\n            \"performance_metric_value\": 61.1808025,\n            \"overall_metric_value\": 25.568583,\n            \"scoring_order\": 88,\n            \"score_overall_quality\": 88.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 1,\n            \"diagnosing_percentile\": 0.8020700216293335,\n            \"treatment_percentile\": 0.4378400146961212,\n            \"outcomes_percentile\": 0.7553300261497498,\n            \"overall_percentile\": 0.1192300021648407,\n            \"score_tier\": 3,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"938e199a2276e94f657cf31b91fe6a48\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"3211 N Northhills Blvd\",\n                    \"address_2\": \"Ste 110\",\n                    \"city\": \"Fayetteville\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72703\",\n                    \"phone\": \"479-404-2110\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.10794,\n                        \"lon\": -94.15589\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.10794,\n                    \"longitude\": -94.15589\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1427514538\",\n            \"npi\": 1427514538,\n            \"entity_name\": \"Kirsten Burks\",\n            \"first_name\": \"Kirsten\",\n            \"last_name\": \"Burks\",\n            \"gender\": \"Female\",\n            \"title\": \"FNP\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish\",\n            \"affiliation\": \"Access Medical Clinic\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [\n                \"Access Medical Clinic\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 96,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 100,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 90,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 48.3135026,\n            \"appropriateness_metric_value\": 99.9999952,\n            \"cost_metric_value\": 99.9999952,\n            \"performance_metric_value\": 66.329929,\n            \"overall_metric_value\": 95.1071011,\n            \"scoring_order\": 90,\n            \"score_overall_quality\": 90.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 3,\n            \"diagnosing_percentile\": 0.9965699911117554,\n            \"treatment_percentile\": 0.2831200063228607,\n            \"outcomes_percentile\": 0.7229200005531311,\n            \"overall_percentile\": 0.9960299730300903,\n            \"score_tier\": 1,\n            \"state\": \"AR\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"1d3d7257b27009dbff3158a38cd63835\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"451 Phillips St\",\n                    \"address_2\": \"\",\n                    \"city\": \"West Fork\",\n                    \"state\": \"AR\",\n                    \"zipcode\": \"72774\",\n                    \"phone\": \"870-856-1202\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 35.92558,\n                        \"lon\": -94.19648\n                    },\n                    \"extension\": {},\n                    \"latitude\": 35.92558,\n                    \"longitude\": -94.19648\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1740621457\",\n            \"npi\": 1740621457,\n            \"entity_name\": \"Menfil Orellana-Barrios\",\n            \"first_name\": \"Menfil\",\n            \"last_name\": \"Orellana-Barrios\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [\n                \"Cox Medical Center Branson (FKA Skaggs Regional Medical Center)\",\n                \"Cox Medical Center South\",\n                \"North Arkansas Regional Medical Center\"\n            ],\n            \"group_affiliations\": [\n                \"CoxHealth\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2,\n            \"specialty\": \"Cardiology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 2,\n                    \"subspecialty_name\": \"Electrophysiology\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3,\n                    \"subspecialty_name\": \"Heart Failure\",\n                    \"subspecialty_score\": 81,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 4,\n                    \"subspecialty_name\": \"Interventional Cardiology\",\n                    \"subspecialty_score\": 72,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 51,\n                    \"subspecialty_name\": \"Coronary Artery Disease\",\n                    \"subspecialty_score\": 80,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 58.37503,\n            \"appropriateness_metric_value\": 13.7648763,\n            \"cost_metric_value\": 52.09708644,\n            \"performance_metric_value\": 37.2304255,\n            \"overall_metric_value\": 43.5171497,\n            \"scoring_order\": 80,\n            \"score_overall_quality\": 80.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.05227300152182579,\n            \"treatment_percentile\": 0.7055500149726868,\n            \"outcomes_percentile\": 0.5665799975395203,\n            \"overall_percentile\": 0.2814899981021881,\n            \"score_tier\": 2,\n            \"state\": \"MO\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"b82ab75a48ff3c1e00aef9de1437e6ad\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"25376 State Highway 39\",\n                    \"address_2\": \"Ste 301\",\n                    \"city\": \"Shell Knob\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65747\",\n                    \"phone\": \"417-236-2680\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.61234,\n                        \"lon\": -93.6053\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.61234,\n                    \"longitude\": -93.6053\n                },\n                {\n                    \"location_id\": \"482476351db7da4f97bff5d45fb176e4\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"815 N Lincoln Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Monett\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65708\",\n                    \"phone\": \"417-354-1500\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.92724,\n                        \"lon\": -93.93114\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.92724,\n                    \"longitude\": -93.93114\n                },\n                {\n                    \"location_id\": \"fa02e2c510db332c5f9236fdc5964efe\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"525 Branson Landing Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Branson\",\n                    \"state\": \"MO\",\n                    \"zipcode\": \"65616\",\n                    \"phone\": \"417-335-7000\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 36.63889,\n                        \"lon\": -93.32805\n                    },\n                    \"extension\": {},\n                    \"latitude\": 36.63889,\n                    \"longitude\": -93.32805\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"8150ac5e-06a7-4190-a8d6-6a5c59c11f0e","name":"Bounding Box Search","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/?bounding_box=40.73,-74.1__40.01,-71.12&network_slug=","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["providers",""],"query":[{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"location","value":"<lat, lon>","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178","disabled":true},{"key":"radius","value":"<string/integer>","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12","disabled":true},{"key":"bounding_box","value":"40.73,-74.1__40.01,-71.12","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-74.1__40.01,-71.12)"},{"key":"q","value":"<string>","description":"String: Query multi-match param","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"entity_name","value":"<string>","description":"String: First and last name of a provider","disabled":true},{"key":"gender","value":"<string>","description":"String: Ex: 'Female', 'Male'","disabled":true},{"key":"specialty","value":"<string>","description":"String: A provider's specialty\nExample: 'Cardiology'","disabled":true},{"key":"specialty_id","value":"<integer>","description":"Integer: The unique identifier associated with a specialty","disabled":true},{"key":"ordering","value":"<string>","description":"String: The order in which search results will return. \nOptions include: \n- 'best_match' <- a culmination of curated bucketing, score, and distance\n- 'quality'\n- 'distance'\n- Any field on the queried index such as: 'first_name', 'last_name', 'specialty_id'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance ","disabled":true},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true},{"key":"score_overall_quality__gt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gt` (greater than) filter","disabled":true},{"key":"score_overall_quality__gte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__gte` (greater than or equal to) filter","disabled":true},{"key":"score_overall_quality__lt","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true},{"key":"score_overall_quality__lte","value":"<integer>","description":"Integer (70-100): score_overall_quality is a 70-100 confidence score derived in our modeling processes\nThis field has an optional `__lt` (less than) filter","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10000,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/providers/?bounding_box=40.73%2C-74.1__40.01%2C-71.12&limit=10&network_slug=aetnachoiceposii&offset=10\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"entity_id\": \"1083768162\",\n            \"npi\": 1083768162,\n            \"entity_name\": \"Kimberly Mcconnell\",\n            \"first_name\": \"Kimberly\",\n            \"last_name\": \"Mcconnell\",\n            \"gender\": \"Female\",\n            \"title\": \"MA\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [],\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"9ff5962c65e3402dcdb8bc71e54cf497\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1105 Berkshire Blvd\",\n                    \"address_2\": \"Ofc 110\",\n                    \"city\": \"Wyomissing\",\n                    \"state\": \"PA\",\n                    \"zipcode\": \"19610\",\n                    \"phone\": \"610-374-4963\",\n                    \"fax\": \"610-378-5403\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.34476,\n                        \"lon\": -75.9744\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.34476,\n                    \"longitude\": -75.9744\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1306897327\",\n            \"npi\": 1306897327,\n            \"entity_name\": \"Louis Emmer\",\n            \"first_name\": \"Louis\",\n            \"last_name\": \"Emmer\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish|Hebrew|Russian\",\n            \"hospital_affiliations\": [\n                \"Richmond University Medical Center\",\n                \"Staten Island University Hospital - North Campus\",\n                \"The Mount Sinai Hospital (AKA Mount Sinai Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Mount Sinai Health System (FKA Mount Sinai Medical Center)\",\n                \"Northwell Health (AKA North Shore Long Island Jewish Health System)\",\n                \"Personal Touch Home Care\",\n                \"Richmond University Medical Center Physicians\",\n                \"Silverlake Specialized Care Center\",\n                \"VNA of Staten Island\",\n                \"VNS Health (FKA Visiting Nurse Service of New York)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 25,\n                    \"subspecialty_name\": \"Behavioral Health\",\n                    \"subspecialty_score\": 91,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 80,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 27,\n                    \"subspecialty_name\": \"Geriatrics\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 29,\n                    \"subspecialty_name\": \"Women's Health\",\n                    \"subspecialty_score\": 70,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 56,\n                    \"subspecialty_name\": \"Asthma\",\n                    \"subspecialty_score\": 80,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 57,\n                    \"subspecialty_name\": \"COPD\",\n                    \"subspecialty_score\": 95,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 43.217296,\n            \"appropriateness_metric_value\": 13.8690831,\n            \"cost_metric_value\": 3.4379635,\n            \"performance_metric_value\": 28.7616318,\n            \"overall_metric_value\": 11.6516927,\n            \"scoring_order\": 77,\n            \"score_overall_quality\": 77.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 1,\n            \"diagnosing_percentile\": 0.025682000443339348,\n            \"treatment_percentile\": 0.34828999638557434,\n            \"outcomes_percentile\": 0.5788499712944031,\n            \"overall_percentile\": 0.014925000257790089,\n            \"score_tier\": 3,\n            \"state\": \"NY\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"183f6453fdee1be4a907cd6b44ae7b08\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"MTS DOCA SI VICTORY\",\n                    \"address_2\": \"375 SEGUINE AVE\",\n                    \"city\": \"STATEN ISLAND\",\n                    \"state\": \"NY\",\n                    \"zipcode\": \"10309\",\n                    \"phone\": \"718-477-6900\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.53115,\n                        \"lon\": -74.217755\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.53115,\n                    \"longitude\": -74.217755\n                },\n                {\n                    \"location_id\": \"2a3f008454bfb0c8a10049ef1fc36213\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"4982 Hylan Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Staten Island\",\n                    \"state\": \"NY\",\n                    \"zipcode\": \"10312\",\n                    \"phone\": \"718-967-6600\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.52663,\n                        \"lon\": -74.17398\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.52663,\n                    \"longitude\": -74.17398\n                },\n                {\n                    \"location_id\": \"b731cfecd285f17e9f7df1761118e712\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"2315 Victory Blvd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Staten Island\",\n                    \"state\": \"NY\",\n                    \"zipcode\": \"10314\",\n                    \"phone\": \"718-477-6900\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.61139,\n                        \"lon\": -74.14123\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.61139,\n                    \"longitude\": -74.14123\n                },\n                {\n                    \"location_id\": \"208f93a4b9e4b005636a92961c17cf85\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"MTS DOCA SI VICTORY\",\n                    \"address_2\": \"355 BARD AVE\",\n                    \"city\": \"STATEN ISLAND\",\n                    \"state\": \"NY\",\n                    \"zipcode\": \"10310\",\n                    \"phone\": \"718-477-6900\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.633155,\n                        \"lon\": -74.116182\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.633155,\n                    \"longitude\": -74.116182\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1841203940\",\n            \"npi\": 1841203940,\n            \"entity_name\": \"Cory Vergilio\",\n            \"first_name\": \"Cory\",\n            \"last_name\": \"Vergilio\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Spanish|English\",\n            \"hospital_affiliations\": [\n                \"Hunterdon Health (FKA Hunterdon Medical Center)\",\n                \"Morristown Medical Center\",\n                \"RWJ University Hospital Somerset (FKA Somerset Medical Center)\",\n                \"Robert Wood Johnson University Hospital New Brunswick\",\n                \"Trinitas Regional Medical Center - Williamson Street Campus (FKA Trinitas Regional Medical Center)\"\n            ],\n            \"group_affiliations\": [\n                \"Anesthesia Consultants of New Jersey LLC\",\n                \"Atlantic Health System\",\n                \"Digestive Associates - Hillsborough (AKA Digestive Healthcare Center)\",\n                \"Digestive Healthcare Center\",\n                \"PE GI Solutions (FKA Physicians Endoscopy)\",\n                \"RWJBarnabas Health\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 6,\n            \"specialty\": \"Gastroenterology\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 9,\n                    \"subspecialty_name\": \"Endoscopy\",\n                    \"subspecialty_score\": 79,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 11,\n                    \"subspecialty_name\": \"Inflammatory Bowel Disease\",\n                    \"subspecialty_score\": 97,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 52,\n                    \"subspecialty_name\": \"Colonoscopy\",\n                    \"subspecialty_score\": 79,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 53,\n                    \"subspecialty_name\": \"Upper Endoscopy\",\n                    \"subspecialty_score\": 73,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 74.6944341,\n            \"appropriateness_metric_value\": 17.8887965,\n            \"cost_metric_value\": 62.9372284,\n            \"performance_metric_value\": 43.4831323,\n            \"overall_metric_value\": 52.75447,\n            \"scoring_order\": 82,\n            \"score_overall_quality\": 82.0,\n            \"score_care_journey_treatment\": 3.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.10592000186443329,\n            \"treatment_percentile\": 0.6798800230026245,\n            \"outcomes_percentile\": 0.8496599793434143,\n            \"overall_percentile\": 0.4271099865436554,\n            \"score_tier\": 2,\n            \"state\": \"NJ\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"e75dd42b4640ead384b2692facff2a2b\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\"\n                    ],\n                    \"address_1\": \"31 Mountain Blvd\",\n                    \"address_2\": \"Bldg J\",\n                    \"city\": \"Warren\",\n                    \"state\": \"NJ\",\n                    \"zipcode\": \"07059\",\n                    \"phone\": \"908-546-7678\",\n                    \"fax\": \"908-546-7679\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.61282,\n                        \"lon\": -74.49978\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.61282,\n                    \"longitude\": -74.49978\n                },\n                {\n                    \"location_id\": \"bd0bb6b3d77a97a57d79ea0f8b116911\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\"\n                    ],\n                    \"address_1\": \"319 E Main St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Somerville\",\n                    \"state\": \"NJ\",\n                    \"zipcode\": \"08876\",\n                    \"phone\": \"908-203-0900\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.56563,\n                        \"lon\": -74.59847\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.56563,\n                    \"longitude\": -74.59847\n                },\n                {\n                    \"location_id\": \"fd599e5c790e3ccf1c9f2470dc538d32\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\"\n                    ],\n                    \"address_1\": \"511 Courtyard Dr\",\n                    \"address_2\": \"\",\n                    \"city\": \"Hillsborough\",\n                    \"state\": \"NJ\",\n                    \"zipcode\": \"08844\",\n                    \"phone\": \"908-895-0001\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.54984,\n                        \"lon\": -74.6117\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.54984,\n                    \"longitude\": -74.6117\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1053430793\",\n            \"npi\": 1053430793,\n            \"entity_name\": \"Melissa Schwartz\",\n            \"first_name\": \"Melissa\",\n            \"last_name\": \"Schwartz\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"health_plan\": \"\",\n            \"specialty_id\": 1017,\n            \"specialty\": \"Otolaryngology\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"e14a7c9646ca1bb2448b8d18724cd735\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d656c992553f968e2d08ac7390a1b402\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"375 Township Line Rd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Elkins Park\",\n                    \"state\": \"PA\",\n                    \"zipcode\": \"19027\",\n                    \"phone\": \"215-887-7380\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.0724,\n                        \"lon\": -75.10207\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.0724,\n                    \"longitude\": -75.10207\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1265283337\",\n            \"npi\": 1265283337,\n            \"entity_name\": \"Daniel Jordan\",\n            \"first_name\": \"Daniel\",\n            \"last_name\": \"Jordan\",\n            \"gender\": \"Male\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"8b67e2fc8cdda04b6066645c2406647a\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"412 W Sycamore St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Kokomo\",\n                    \"state\": \"IN\",\n                    \"zipcode\": \"46901\",\n                    \"phone\": \"260-421-5000\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.48653,\n                        \"lon\": -86.13476\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.48653,\n                    \"longitude\": -86.13476\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {}\n            }\n        },\n        {\n            \"entity_id\": \"1316637796\",\n            \"npi\": 1316637796,\n            \"entity_name\": \"Alicia Wong\",\n            \"first_name\": \"Alicia\",\n            \"last_name\": \"Wong\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"Yue Chinese|English|Mandarin Chinese\",\n            \"affiliation\": \"JAG-ONE Physical Therapy (FKA One on One Physical & Occupational Therapy)\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [\n                \"JAG-ONE Physical Therapy (FKA One on One Physical & Occupational Therapy)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 2072,\n            \"specialty\": \"Occupational Therapy\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"d2a23c3701a128aa9069daba33977c22\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\"\n                    ],\n                    \"address_1\": \"1441 South Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Staten Island\",\n                    \"state\": \"NY\",\n                    \"zipcode\": \"10314\",\n                    \"phone\": \"718-303-9777\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.59646,\n                        \"lon\": -74.16363\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.59646,\n                    \"longitude\": -74.16363\n                },\n                {\n                    \"location_id\": \"5701c2720e84083697a1c3b1639afce9\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\"\n                    ],\n                    \"address_1\": \"4363 Amboy Rd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Staten Island\",\n                    \"state\": \"NY\",\n                    \"zipcode\": \"10312\",\n                    \"phone\": \"516-735-1018\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.54553,\n                        \"lon\": -74.16039\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.54553,\n                    \"longitude\": -74.16039\n                },\n                {\n                    \"location_id\": \"8b2db017ed902a3868b602fddac77127\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\"\n                    ],\n                    \"address_1\": \"1243 Woodrow Rd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Staten Island\",\n                    \"state\": \"NY\",\n                    \"zipcode\": \"10309\",\n                    \"phone\": \"718-966-0111\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.54196,\n                        \"lon\": -74.20606\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.54196,\n                    \"longitude\": -74.20606\n                },\n                {\n                    \"location_id\": \"dc24333298b1ef971b97c339e66b242c\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\"\n                    ],\n                    \"address_1\": \"33 Richmond Hill Rd\",\n                    \"address_2\": \"\",\n                    \"city\": \"Staten Island\",\n                    \"state\": \"NY\",\n                    \"zipcode\": \"10314\",\n                    \"phone\": \"718-982-6340\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.58835,\n                        \"lon\": -74.16639\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.58835,\n                    \"longitude\": -74.16639\n                },\n                {\n                    \"location_id\": \"649e4510776f3840f4ed8af2e84a625d\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\"\n                    ],\n                    \"address_1\": \"2965 Veterans Rd W\",\n                    \"address_2\": \"Ste A\",\n                    \"city\": \"Staten Island\",\n                    \"state\": \"NY\",\n                    \"zipcode\": \"10309\",\n                    \"phone\": \"718-874-1012\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.52823,\n                        \"lon\": -74.23803\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.52823,\n                    \"longitude\": -74.23803\n                },\n                {\n                    \"location_id\": \"0a83f8f5ac1843754bc7f776724834d9\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\"\n                    ],\n                    \"address_1\": \"1551 Richmond Rd\",\n                    \"address_2\": \"Ste 1B\",\n                    \"city\": \"Staten Island\",\n                    \"state\": \"NY\",\n                    \"zipcode\": \"10304\",\n                    \"phone\": \"718-966-0111\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.59184,\n                        \"lon\": -74.10109\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.59184,\n                    \"longitude\": -74.10109\n                },\n                {\n                    \"location_id\": \"82d0fe928c0e70529fc212f48c9c8ec3\",\n                    \"product_ids\": [\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\"\n                    ],\n                    \"address_1\": \"1351 Forest Ave\",\n                    \"address_2\": \"\",\n                    \"city\": \"Staten Island\",\n                    \"state\": \"NY\",\n                    \"zipcode\": \"10302\",\n                    \"phone\": \"718-390-0060\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.62597,\n                        \"lon\": -74.13451\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.62597,\n                    \"longitude\": -74.13451\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {}\n            }\n        },\n        {\n            \"entity_id\": \"1285668459\",\n            \"npi\": 1285668459,\n            \"entity_name\": \"Ellery Ho\",\n            \"first_name\": \"Ellery\",\n            \"last_name\": \"Ho\",\n            \"gender\": \"Male\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"affiliation\": \"Preferred Podiatry Group PC\",\n            \"hospital_affiliations\": [],\n            \"group_affiliations\": [\n                \"Preferred Podiatry Group PC\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 1032,\n            \"specialty\": \"Podiatry\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"bb490652967611d1096fec5426425d18\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"1209 Northwood Dr\",\n                    \"address_2\": \"\",\n                    \"city\": \"Anderson\",\n                    \"state\": \"IN\",\n                    \"zipcode\": \"46011\",\n                    \"phone\": \"847-504-5000\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.1265,\n                        \"lon\": -85.70412\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.1265,\n                    \"longitude\": -85.70412\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {}\n            }\n        },\n        {\n            \"entity_id\": \"1326026956\",\n            \"npi\": 1326026956,\n            \"entity_name\": \"Daniel Zenk\",\n            \"first_name\": \"Daniel\",\n            \"last_name\": \"Zenk\",\n            \"gender\": \"Male\",\n            \"title\": \"MD\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|Spanish\",\n            \"hospital_affiliations\": [\n                \"Banner North Colorado Medical Center (FKA North Colorado Medical Center)\",\n                \"UCHealth Greeley Hospital\",\n                \"UCHealth Longs Peak Hospital\",\n                \"UCHealth Medical Center of the Rockies\",\n                \"UCHealth Poudre Valley Hospital\"\n            ],\n            \"group_affiliations\": [\n                \"AccentCare\",\n                \"Banner Health\",\n                \"Bayada Home Health Care\",\n                \"Canyon Home Care & Hospice\",\n                \"Caring Hearts Home Health Care\",\n                \"Enhabit Home Health & Hospice\",\n                \"Grace Pointe Continuing Care\",\n                \"Pathways\",\n                \"Preferred Home Care Services\",\n                \"Tender Care Pediatric Services Inc\",\n                \"UCHealth (AKA University of Colorado Health)\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 25,\n                    \"subspecialty_name\": \"Behavioral Health\",\n                    \"subspecialty_score\": 88,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 90,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 27,\n                    \"subspecialty_name\": \"Geriatrics\",\n                    \"subspecialty_score\": 100,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 29,\n                    \"subspecialty_name\": \"Women's Health\",\n                    \"subspecialty_score\": 94,\n                    \"subspecialty_score_tier\": 1,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 56,\n                    \"subspecialty_name\": \"Asthma\",\n                    \"subspecialty_score\": 83,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 57,\n                    \"subspecialty_name\": \"COPD\",\n                    \"subspecialty_score\": 73,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                }\n            ],\n            \"quality_metric_value\": 53.2497015,\n            \"appropriateness_metric_value\": 95.8646424,\n            \"cost_metric_value\": 40.2257871,\n            \"performance_metric_value\": 72.4605623,\n            \"overall_metric_value\": 55.6289727,\n            \"scoring_order\": 92,\n            \"score_overall_quality\": 92.0,\n            \"score_care_journey_treatment\": 2.0,\n            \"score_care_journey_diagnosing\": 3.0,\n            \"score_care_journey_outcomes\": 2.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.9552199840545654,\n            \"treatment_percentile\": 0.689050018787384,\n            \"outcomes_percentile\": 0.2831299901008606,\n            \"overall_percentile\": 0.5575399994850159,\n            \"score_tier\": 2,\n            \"state\": \"CO\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"6c80325f3c0256951c89bb20e2953f19\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"6767 29th St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Greeley\",\n                    \"state\": \"CO\",\n                    \"zipcode\": \"80634\",\n                    \"phone\": \"970-350-2438\",\n                    \"fax\": \"970-350-2473\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.42056,\n                        \"lon\": -104.72475\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.42056,\n                    \"longitude\": -104.72475\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1356302715\",\n            \"npi\": 1356302715,\n            \"entity_name\": \"Patrick Waters\",\n            \"first_name\": \"Patrick\",\n            \"last_name\": \"Waters\",\n            \"gender\": \"Male\",\n            \"title\": \"DO\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English|French|Spanish\",\n            \"hospital_affiliations\": [\n                \"Jefferson Einstein Hospital (FKA Einstein Medical Center Philadelphia)\"\n            ],\n            \"group_affiliations\": [\n                \"Einstein Healthcare Network (AKA Einstein - Jefferson Health)\",\n                \"Trinity Health at Home\"\n            ],\n            \"health_plan\": \"\",\n            \"specialty_id\": 5,\n            \"specialty\": \"Primary Care\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 25,\n                    \"subspecialty_name\": \"Behavioral Health\",\n                    \"subspecialty_score\": 89,\n                    \"subspecialty_score_tier\": 2,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 26,\n                    \"subspecialty_name\": \"Diabetes and High Blood Pressure\",\n                    \"subspecialty_score\": 74,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 29,\n                    \"subspecialty_name\": \"Women's Health\",\n                    \"subspecialty_score\": 74,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 56,\n                    \"subspecialty_name\": \"Asthma\",\n                    \"subspecialty_score\": 76,\n                    \"subspecialty_score_tier\": 3,\n                    \"subspecialty_type\": \"scored\"\n                },\n                {\n                    \"subspecialty_id\": 3101,\n                    \"subspecialty_name\": \"HIV\",\n                    \"subspecialty_score\": 0,\n                    \"subspecialty_score_tier\": 0,\n                    \"subspecialty_type\": \"high_volume\"\n                }\n            ],\n            \"quality_metric_value\": 23.6843227,\n            \"appropriateness_metric_value\": 99.9999952,\n            \"cost_metric_value\": 58.539822,\n            \"performance_metric_value\": 31.4416895,\n            \"overall_metric_value\": 43.2627557,\n            \"scoring_order\": 78,\n            \"score_overall_quality\": 78.0,\n            \"score_care_journey_treatment\": 1.0,\n            \"score_care_journey_diagnosing\": 1.0,\n            \"score_care_journey_outcomes\": 3.0,\n            \"score_care_journey_cost\": 2,\n            \"diagnosing_percentile\": 0.04954500123858452,\n            \"treatment_percentile\": 0.1345899999141693,\n            \"outcomes_percentile\": 0.7641699910163879,\n            \"overall_percentile\": 0.33313998579978943,\n            \"score_tier\": 2,\n            \"state\": \"PA\",\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"816ae58faf775d52d8472cefd14f4652\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"3f3e992a2265917952274037d5bdd138\",\n                        \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                        \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"bd1303db3759153de82c3936723b62aa\",\n                        \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"ca00b57daee5dacd711f43dc37e8c56e\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e60f820c532bce202a656636dd2bfa37\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"251 E Bringhurst St\",\n                    \"address_2\": \"\",\n                    \"city\": \"Philadelphia\",\n                    \"state\": \"PA\",\n                    \"zipcode\": \"19144\",\n                    \"phone\": \"215-844-1020\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.03415,\n                        \"lon\": -75.16518\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.03415,\n                    \"longitude\": -75.16518\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        },\n        {\n            \"entity_id\": \"1194329086\",\n            \"npi\": 1194329086,\n            \"entity_name\": \"Kadidiatou Tahirou\",\n            \"first_name\": \"Kadidiatou\",\n            \"last_name\": \"Tahirou\",\n            \"gender\": \"Female\",\n            \"title\": \"\",\n            \"telehealth_available\": false,\n            \"accepting_new_patients\": true,\n            \"board_certified\": false,\n            \"years_experience\": 0,\n            \"languages\": \"English\",\n            \"health_plan\": \"\",\n            \"specialty_id\": 15,\n            \"specialty\": \"Behavioral Health\",\n            \"subspecialties\": [],\n            \"outcare_competent\": false,\n            \"outcare_certified\": false,\n            \"places\": [\n                {\n                    \"location_id\": \"7967bdb527a5e1c6eb186a6d4fae70d0\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"17b4ac45d5abce5de197cc9df431176c\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"132 Veterans Ln\",\n                    \"address_2\": \"\",\n                    \"city\": \"Doylestown\",\n                    \"state\": \"PA\",\n                    \"zipcode\": \"18901\",\n                    \"phone\": \"855-832-6727\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.31886,\n                        \"lon\": -75.13104\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.31886,\n                    \"longitude\": -75.13104\n                },\n                {\n                    \"location_id\": \"07d532e95752fa091f85c801a7d49a23\",\n                    \"product_ids\": [\n                        \"109ecf00ead9eff92b25ed2ce346da35\",\n                        \"1697d7a5a183f49e632f80f22124bb3b\",\n                        \"191e74b3049ed26ca709576d4dc1d8ee\",\n                        \"24b76db8473d833c47f1ac23f6448411\",\n                        \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                        \"61711d044eb56e890dd0e6d51dc45386\",\n                        \"632aba0ec28592026b3d33e6f82a0520\",\n                        \"6c35b7436eef09aae71da6bedf2ea085\",\n                        \"7ef382eb40bf4e144486344a2327069f\",\n                        \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                        \"ad48eb00b486a864814028d661c34a71\",\n                        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                        \"c91fb6b6a26b8bf26998d40171e070c2\",\n                        \"d56ab3897b731845a955b5b55840f3fe\",\n                        \"d7f05f2ef245d69bc5d057e18c636f21\",\n                        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n                    ],\n                    \"address_1\": \"8 N Queen St\",\n                    \"address_2\": \"Ste 301\",\n                    \"city\": \"Lancaster\",\n                    \"state\": \"PA\",\n                    \"zipcode\": \"17603\",\n                    \"phone\": \"888-805-8206\",\n                    \"fax\": \"855-936-1282\",\n                    \"specialization\": \"\",\n                    \"is_wheelchair_accessible\": false,\n                    \"accepting_new_patients\": true,\n                    \"telehealth_available\": false,\n                    \"location\": {\n                        \"lat\": 40.0383,\n                        \"lon\": -76.30588\n                    },\n                    \"extension\": {},\n                    \"latitude\": 40.0383,\n                    \"longitude\": -76.30588\n                }\n            ],\n            \"extension\": {\n                \"centers_of_excellence\": {},\n                \"health_system_tier_by_network\": {\n                    \"lifepoint-bluecardppoepo\": {\n                        \"tier\": 3,\n                        \"tier_label\": \"\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"df14c936-0f36-4104-bf73-40132ca054f4"},{"name":"single provider lookup","id":"8439fccc-2821-417a-9020-a17071de2804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://fusion.staging.emboldhealth.com/api/pg/providers/:npi/","description":"<h4 id=\"get-a-single-provider-by-npi\"><strong>Get a single provider by NPI</strong></h4>\n<p>This endpoint returns a single provider based on a NPI supplied in the url path. The provider object returned is identical to the individual results objects returned in Provider Search (see above). The difference being that only a <code>network_slug</code> query parameter is necessary and no pagination meta data is needed.</p>\n<p>^See query param description for more details on <code>network_slug</code></p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}},"urlObject":{"path":["providers",":npi",""],"host":["https://fusion.staging.emboldhealth.com/api/pg"],"query":[{"disabled":true,"description":{"content":"<p>(Required) String: A network slug string associated with a client. Only a valid network_slug will return results</p>\n","type":"text/plain"},"key":"network_slug","value":""},{"disabled":true,"description":{"content":"<p>String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178</p>\n","type":"text/plain"},"key":"location","value":"<lat, lon>"}],"variable":[{"id":"fcea0d1f-14d8-4338-be5b-f984982c8ca4","type":"any","value":null,"key":"npi"}]}},"response":[{"id":"884ed6b1-9bd4-4e64-846f-63da0574a9c2","name":"Provider Detail Schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <<bearer token>>"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/:entity_id/","protocol":"https","host":["fusion","staging","emboldhealth","com"],"path":["api","pg","providers",":entity_id",""],"query":[{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results","disabled":true},{"key":"location","value":"<lat, lon>","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178","type":"text","disabled":true}],"variable":[{"key":"entity_id","value":"<string>","description":"(Required)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_id\": { \"type\": \"string\" },\n    \"npi\": { \"type\": \"integer\" },\n    \"entity_name\": { \"type\": \"string\" },\n    \"first_name\": { \"type\": \"string\" },\n    \"last_name\": { \"type\": \"string\" },\n    \"gender\": { \"type\": \"string\" },\n\n    \"title\": { \"type\": \"string\" },\n    \"title_array\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n\n    \"telehealth_available\": { \"type\": \"boolean\" },\n    \"accepting_new_patients\": { \"type\": \"boolean\" },\n    \"board_certified\": { \"type\": \"boolean\" },\n\n    \"medical_school\": { \"type\": \"string\" },\n\n    \"years_experience\": {\n        \"type\": \"object\",\n        \"properties\": {\n        \"source\": { \"type\": \"string\" },\n        \"parsedValue\": { \"type\": \"number\" }\n        }\n    },\n\n    \"languages\": { \"type\": \"string\" },\n    \"languages_array\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n\n    \"hospital_affiliations\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n    \"group_affiliations\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n\n    \"is_pcp\": {\n        \"type\": \"object\",\n        \"additionalProperties\": { \"type\": \"boolean\" }\n    },\n\n    \"health_plan\": { \"type\": \"string\" },\n\n    \"specialty_id\": { \"type\": \"integer\" },\n    \"specialty\": { \"type\": \"string\" },\n\n    \"subspecialty_names\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n    \"subspecialties\": {\n        \"type\": \"array\",\n        \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n            \"subspecialty_id\": { \"type\": \"integer\" },\n            \"subspecialty_name\": { \"type\": \"string\" },\n            \"subspecialty_score\": { \"type\": \"integer\" },\n            \"subspecialty_score_tier\": { \"type\": \"integer\" },\n            \"subspecialty_type\": { \"type\": \"string\" }\n        }\n        }\n    },\n\n    \"region_id\": { \"type\": \"integer\" },\n    \"region\": { \"type\": \"string\" },\n\n    \"quality_metric_value\": { \"type\": \"number\" },\n    \"appropriateness_metric_value\": { \"type\": \"number\" },\n\n    \"cost_metric_value\": {\n        \"type\": \"object\",\n        \"properties\": {\n        \"source\": { \"type\": \"string\" },\n        \"parsedValue\": { \"type\": \"number\" }\n        }\n    },\n\n    \"performance_metric_value\": { \"type\": \"number\" },\n    \"overall_metric_value\": { \"type\": \"number\" },\n\n    \"scoring_order\": { \"type\": \"integer\" },\n\n    \"score_overall_quality\": {\n        \"type\": \"object\",\n        \"properties\": {\n        \"source\": { \"type\": \"string\" },\n        \"parsedValue\": { \"type\": \"number\" }\n        }\n    },\n\n    \"score_care_journey_treatment\": {\n        \"type\": \"object\",\n        \"properties\": {\n        \"source\": { \"type\": \"string\" },\n        \"parsedValue\": { \"type\": \"number\" }\n        }\n    },\n\n    \"score_care_journey_diagnosing\": {\n        \"type\": \"object\",\n        \"properties\": {\n        \"source\": { \"type\": \"string\" },\n        \"parsedValue\": { \"type\": \"number\" }\n        }\n    },\n\n    \"score_care_journey_outcomes\": {\n        \"type\": \"object\",\n        \"properties\": {\n        \"source\": { \"type\": \"string\" },\n        \"parsedValue\": { \"type\": \"number\" }\n        }\n    },\n\n    \"score_care_journey_cost\": { \"type\": \"integer\" },\n\n    \"diagnosing_percentile\": { \"type\": \"number\" },\n    \"treatment_percentile\": { \"type\": \"number\" },\n    \"outcomes_percentile\": { \"type\": \"number\" },\n    \"overall_percentile\": { \"type\": \"number\" },\n\n    \"score_tier\": { \"type\": \"integer\" },\n    \"state\": { \"type\": \"string\" },\n\n    \"benefit_decrease\": { \"type\": \"boolean\" },\n    \"curated_out\": { \"type\": \"boolean\" },\n    \"embold_evaluated\": { \"type\": \"boolean\" },\n\n    \"outcare_competent\": { \"type\": \"boolean\" },\n    \"outcare_certified\": { \"type\": \"boolean\" },\n    \"outcare_url\": { \"type\": \"string\" },\n\n    \"total_care\": { \"type\": \"boolean\" },\n\n    \"extension\": {\n        \"type\": \"object\",\n        \"properties\": {\n        \"centers_of_excellence\": { \"type\": \"object\" }\n        }\n    },\n\n    \"places\": {\n        \"type\": \"array\",\n        \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n            \"location_id\": { \"type\": \"string\" },\n            \"product_ids\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n\n            \"name\": { \"type\": \"string\" },\n\n            \"address_1\": { \"type\": \"string\" },\n            \"address_2\": { \"type\": \"string\" },\n\n            \"city\": { \"type\": \"string\" },\n            \"state\": { \"type\": \"string\" },\n            \"zipcode\": { \"type\": \"string\" },\n\n            \"phone\": { \"type\": \"string\" },\n            \"fax\": { \"type\": \"string\" },\n\n            \"specialization\": { \"type\": \"string\" },\n\n            \"is_wheelchair_accessible\": { \"type\": \"boolean\" },\n            \"accepting_new_patients\": { \"type\": \"boolean\" },\n            \"telehealth_available\": { \"type\": \"boolean\" },\n\n            \"location\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"lat\": { \"type\": \"number\" },\n                \"lon\": { \"type\": \"number\" }\n            }\n            },\n\n            \"extension\": { \"type\": \"object\" },\n\n            \"latitude\": { \"type\": \"number\" },\n            \"longitude\": { \"type\": \"number\" }\n        }\n        }\n    }\n}\n"},{"id":"b4f851b5-ee29-4561-83bb-876f0e60eac4","name":"Provider Detail Example","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <<bearer token>>"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/providers/:entity_id/?network_slug=","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["providers",":entity_id",""],"query":[{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"location","value":"<lat, lon>","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178","type":"text","disabled":true}],"variable":[{"key":"entity_id","value":"1992818124","description":"(Required)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_id\": \"1992818124\",\n    \"npi\": 1992818124,\n    \"entity_name\": \"Margot Roseman\",\n    \"first_name\": \"Margot\",\n    \"last_name\": \"Roseman\",\n    \"gender\": \"Female\",\n    \"title\": \"MD\",\n    \"telehealth_available\": false,\n    \"accepting_new_patients\": true,\n    \"board_certified\": false,\n    \"years_experience\": 0,\n    \"languages\": \"English|Spanish\",\n    \"hospital_affiliations\": [\n        \"Santa Barbara Cottage Hospital\"\n    ],\n    \"group_affiliations\": [\n        \"Childrens Medical Clinic of Saint Barbara\",\n        \"Cottage Health (FKA Cottage Health System)\"\n    ],\n    \"health_plan\": \"\",\n    \"specialty_id\": 10,\n    \"specialty\": \"Pediatrics\",\n    \"subspecialties\": [\n        {\n            \"subspecialty_id\": 38,\n            \"subspecialty_name\": \"Behavioral Health\",\n            \"subspecialty_score\": 92,\n            \"subspecialty_score_tier\": 1,\n            \"subspecialty_type\": \"scored\"\n        },\n        {\n            \"subspecialty_id\": 55,\n            \"subspecialty_name\": \"Attention Deficit Hyperactivity Disorder\",\n            \"subspecialty_score\": 82,\n            \"subspecialty_score_tier\": 2,\n            \"subspecialty_type\": \"scored\"\n        },\n        {\n            \"subspecialty_id\": 3000,\n            \"subspecialty_name\": \"Developmental Pediatrics\",\n            \"subspecialty_score\": 0,\n            \"subspecialty_score_tier\": 0,\n            \"subspecialty_type\": \"high_volume\"\n        }\n    ],\n    \"quality_metric_value\": 93.35955445086259,\n    \"appropriateness_metric_value\": 92.71103750860128,\n    \"cost_metric_value\": 92.44203190517545,\n    \"performance_metric_value\": 92.88991357429688,\n    \"overall_metric_value\": 92.54003905451192,\n    \"scoring_order\": 100,\n    \"score_overall_quality\": 100.0,\n    \"score_care_journey_treatment\": 3.0,\n    \"score_care_journey_diagnosing\": 3.0,\n    \"score_care_journey_outcomes\": 3.0,\n    \"score_care_journey_cost\": 3,\n    \"diagnosing_percentile\": 0.7669935822486877,\n    \"treatment_percentile\": 0.9169912338256836,\n    \"outcomes_percentile\": 0.7023453116416931,\n    \"overall_percentile\": 0.9767996668815613,\n    \"score_tier\": 1,\n    \"state\": \"CA\",\n    \"outcare_competent\": false,\n    \"outcare_certified\": false,\n    \"places\": [\n        {\n            \"location_id\": \"918aa2d4e2960cbe68b58db84b8385ca\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"17b4ac45d5abce5de197cc9df431176c\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"address_1\": \"15 E Arrellaga St\",\n            \"address_2\": \"\",\n            \"city\": \"Santa Barbara\",\n            \"state\": \"CA\",\n            \"zipcode\": \"93101\",\n            \"phone\": \"805-965-1095\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"accepting_new_patients\": true,\n            \"telehealth_available\": false,\n            \"location\": {\n                \"lat\": 34.4273,\n                \"lon\": -119.70948\n            },\n            \"extension\": {},\n            \"latitude\": 34.4273,\n            \"longitude\": -119.70948\n        }\n    ],\n    \"extension\": {\n        \"centers_of_excellence\": {},\n        \"health_system_tier_by_network\": {\n            \"lifepoint-bluecardppoepo\": {\n                \"tier\": 3,\n                \"tier_label\": \"\"\n            }\n        }\n    }\n}"}],"_postman_id":"8439fccc-2821-417a-9020-a17071de2804"},{"name":"providers autocomplete","id":"180a135b-5a38-45d2-b5ba-06235c500702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://fusion.staging.emboldhealth.com/api/pg/autocomplete/?q=<string>&location=<lat, lon>&radius=<string>&network_slug=&type=provider","description":"<h4 id=\"get-autocomplete-results-for-providers\">Get autocomplete results for providers</h4>\n<p>This autocomplete endpoint returns 4 subset lists of results (Specialties, Subspecialties, Search Terms, and Providers). In order to be more accurate and restrictive in the results, we strongly encourage using the <code>type</code> query parameter with the value of <code>provider</code>, <code>place</code>, or <code>specialty</code>. As such, this endpoint is used for provider, place, and specialty autocomplete. For the purposes of this documentation, we will treat these three use cases as separate endpoints and describe them only for the specific <code>type</code> that is relevant to the folder that the endpoint is a part of. All examples in this folder will already have the query parameter of <code>type</code> set to <code>'provider'</code></p>\n<h6 id=\"provider-autocomplete\">Provider autocomplete</h6>\n<p>As described above, this endpoint can be used to return a list of provider autocomplete results. It accepts the following query parameters:</p>\n<ul>\n<li><p><code>q</code>: (Required) Query multi-match param</p>\n</li>\n<li><p><code>location</code>: (Required) Location coordinates in the latitude,longitude format.</p>\n<ul>\n<li>Example: 30.268504,-97.743178</li>\n</ul>\n</li>\n<li><p><code>radius</code>: (Required) String: Only return results in this radius or geo hash precision.</p>\n<ul>\n<li><p>Supports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi</p>\n<ul>\n<li>Ex: 25mi</li>\n</ul>\n</li>\n<li><p>If no units are given, supports a geo hash precision of 1-12</p>\n</li>\n<li><p>*Note: All radius values translate to a geo hash precision, and it is recommended to use the precision value</p>\n</li>\n</ul>\n</li>\n<li><p><code>network_slug</code>: (Required)</p>\n</li>\n<li><p><code>type</code>: 'provider' - ^see above for more information</p>\n</li>\n</ul>\n<p>The providers subset of this endpoint's response has a limit of 25 results. See examples for response schema and example values.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}},"urlObject":{"path":["autocomplete",""],"host":["https://fusion.staging.emboldhealth.com/api/pg"],"query":[{"description":{"content":"<p>(Required) String: Query multi-match param</p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"description":{"content":"<p>(Required) String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178</p>\n","type":"text/plain"},"key":"location","value":"<lat, lon>"},{"description":{"content":"<p>(Required) String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12</p>\n","type":"text/plain"},"key":"radius","value":"<string>"},{"description":{"content":"<p>(Required) String: A network slug string associated with a client. Only valid a valid network_slug will return results</p>\n","type":"text/plain"},"key":"network_slug","value":""},{"description":{"content":"<p>String: Type of results to return. Choices are 'provider' and 'specialty'. If neither are provided, the search will return results for both types.</p>\n","type":"text/plain"},"key":"type","value":"provider"}],"variable":[]}},"response":[{"id":"a063966b-ea5d-4627-be90-ec596af86219","name":"Provider Autocomplete Schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"description":"Optional token used for logging","key":"X-Integration-Token","value":"<uuid4>","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/autocomplete/","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["autocomplete",""],"query":[{"key":"q","value":"<string>","description":"(Required) String: Query multi-match param.","disabled":true},{"key":"location","value":"<lat, lon>","description":"(Required) String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178","disabled":true},{"key":"radius","value":"<string>","description":"(Required) String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12\n","disabled":true},{"key":"neighbours","value":"<1...12>","description":"(Required) Integer: Extended results area of radius with geo hash border","type":"text","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results","disabled":true},{"key":"type","value":"provider","description":"String: Type of results to return. Choices are 'provider' and 'specialty'. If neither are provided, the search will return results for both types.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"providers\": [\n    {\n      \"entityName\": \"string\",\n      \"entityId\": \"string\",\n      \"specialty\": \"string\",\n      \"specialtyId\": \"integer\"\n    }\n  ]\n}"},{"id":"64b8d2cf-0c75-44ab-a419-6f1c686bc80f","name":"Provider Autocomplete Schema Example","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/autocomplete/?q=smith&location=36.333009211382, -94.13365492377461&radius=4&network_slug=&type=provider&neighbours=3","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["autocomplete",""],"query":[{"key":"q","value":"smith","description":"(Required) String: Query multi-match param."},{"key":"location","value":"36.333009211382, -94.13365492377461","description":"(Required) String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178"},{"key":"radius","value":"4","description":"(Required) String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12\n"},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"type","value":"provider","description":"String: Type of results to return. Choices are 'provider' and 'specialty'. If neither are provided, the search will return results for both types."},{"key":"neighbours","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"providers\": [\n        {\n            \"entity_name\": \"Audrey Smith\",\n            \"entity_id\": \"1477170082\",\n            \"specialty\": \"Ortho-Joint\",\n            \"specialty_id\": 3,\n            \"score_tier\": 1\n        },\n        {\n            \"entity_name\": \"Derainey Smith\",\n            \"entity_id\": \"1740575075\",\n            \"specialty\": \"Primary Care\",\n            \"specialty_id\": 5,\n            \"score_tier\": 2\n        },\n        {\n            \"entity_name\": \"Rachel Smith\",\n            \"entity_id\": \"1578040937\",\n            \"specialty\": \"Behavioral Health\",\n            \"specialty_id\": 15,\n            \"score_tier\": null\n        },\n        {\n            \"entity_name\": \"Bessie Smith\",\n            \"entity_id\": \"1437403235\",\n            \"specialty\": \"Nursing\",\n            \"specialty_id\": 2068,\n            \"score_tier\": null\n        },\n        {\n            \"entity_name\": \"Henry Smith\",\n            \"entity_id\": \"1649884560\",\n            \"specialty\": \"Behavioral Health\",\n            \"specialty_id\": 15,\n            \"score_tier\": null\n        },\n        {\n            \"entity_name\": \"Roxanne Smithson\",\n            \"entity_id\": \"1639128697\",\n            \"specialty\": \"Other Care Provider\",\n            \"specialty_id\": 9999,\n            \"score_tier\": null\n        },\n        {\n            \"entity_name\": \"Britte Smith\",\n            \"entity_id\": \"1053366617\",\n            \"specialty\": \"Obstetrics\",\n            \"specialty_id\": 1,\n            \"score_tier\": 2\n        },\n        {\n            \"entity_name\": \"Carolyn Smith\",\n            \"entity_id\": \"1750585063\",\n            \"specialty\": \"Primary Care\",\n            \"specialty_id\": 5,\n            \"score_tier\": 1\n        },\n        {\n            \"entity_name\": \"Luke Smith\",\n            \"entity_id\": \"1922307784\",\n            \"specialty\": \"Primary Care\",\n            \"specialty_id\": 5,\n            \"score_tier\": null\n        },\n        {\n            \"entity_name\": \"Kaitlyn Smith\",\n            \"entity_id\": \"1053912360\",\n            \"specialty\": \"Behavioral Health\",\n            \"specialty_id\": 15,\n            \"score_tier\": null\n        }\n    ]\n}"}],"_postman_id":"180a135b-5a38-45d2-b5ba-06235c500702"}],"id":"75841b2e-bf0e-4088-b744-66492a4b68a7","event":[{"listen":"prerequest","script":{"id":"1446234c-2315-4410-b073-8b4bf15a6eb2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cf58fe1f-adcb-4f4b-839d-2c72b67cfc70","type":"text/javascript","exec":[""]}}],"_postman_id":"75841b2e-bf0e-4088-b744-66492a4b68a7","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}}},{"name":"Places","item":[{"name":"places search","id":"e9b2450d-cdc0-4efc-91bc-dbb619d766a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://fusion.staging.emboldhealth.com/api/pg/places/","description":"<h4 id=\"get-a-list-of-places-for-given-parameters\"><strong>Get a list of places for given parameters</strong></h4>\n<p>This endpoint returns a paginated response of place objects. It supports common pagination parameters such as <code>limit</code> and <code>offset</code> . It returns values outside of the results such as <code>count</code>, <code>next</code>, and <code>previous</code>.</p>\n<p>Along with the pagination support, we also offer the ability to pass location data via search parameters. These query parameters include:</p>\n<ul>\n<li><code>location</code> (lat/lon coordinates)</li>\n<li><code>radius</code> (by unit or geo hash precision (1-12))</li>\n<li><code>bounding_box</code> (in the format of <code>top_right_lat, top_right_lon__bottom_left_lat, bottom_left_lon</code> (e.g 40.73,-71.12__40.01,-74.1)</li>\n</ul>\n<p>In addition to the above support, this endpoint allows for filtering and sorting on any field that exists in the datasource to which our api is connected.</p>\n<h6 id=\"filtering\">Filtering</h6>\n<ul>\n<li>EXAMPLES:<ul>\n<li><code>/?state=TN</code><ul>\n<li>Returns places only in the state of TN</li>\n</ul>\n</li>\n<li><code>/?city=Nashville</code><ul>\n<li>Returns places only in the city of Nashville</li>\n</ul>\n</li>\n<li><code>/?hospital_grade=A</code><ul>\n<li>Returns places only with a hospital grade of 'A'</li>\n</ul>\n</li>\n<li><code>/?name__exact=Vanderbilt Childrens Hospital</code><ul>\n<li>Returns providers with the exact match name of 'Vanderbilt Childrens Hospital'</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h6 id=\"sorting\">Sorting</h6>\n<ul>\n<li>By using the query parameter <code>ordering</code>, we are able to sort on specific values as well as any field that exists in the datasource in which our api is connected. The <code>ordering</code> parameter accepts one or many values (using a comma delimited list of values)<ul>\n<li>The designated values are:<ul>\n<li><code>distance</code>- In order to use this value, the query parameter of <code>location</code> is required</li>\n</ul>\n</li>\n<li>Examples of alternative dynamic values are:<ul>\n<li><code>name</code></li>\n<li><code>hospital_grade</code></li>\n</ul>\n</li>\n</ul>\n</li>\n<li>In addition to the possible values outlined above, there is also the ability to prefix the value with <code>-</code> to signal ordering <code>desc</code><ul>\n<li>EXAMPLES<ul>\n<li><code>/?ordering=name</code><ul>\n<li>orders alphabetically on the name values</li>\n</ul>\n</li>\n<li><code>/?ordering=-name</code><ul>\n<li>orders alphabetically on the name values DESC</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}},"urlObject":{"path":["places",""],"host":["https://fusion.staging.emboldhealth.com/api/pg"],"query":[{"disabled":true,"description":{"content":"<p>Integer: Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Integer: The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"disabled":true,"description":{"content":"<p>String: The order in which search results will return. \nOptions include: </p>\n<ul>\n<li>'quality'</li>\n<li>'distance'</li>\n<li>'hospital_grade'</li>\n<li>Any field on the queried index such as: 'name'</li>\n<li>The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance</li>\n</ul>\n","type":"text/plain"},"key":"ordering","value":"<string>"},{"disabled":true,"description":{"content":"<p>String: Query multi-match param</p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"disabled":true,"description":{"content":"<p>String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178</p>\n","type":"text/plain"},"key":"location","value":"<string>"},{"disabled":true,"description":{"content":"<p>String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-71.12__40.01,-74.1)</p>\n","type":"text/plain"},"key":"bounding_box","value":"<string>"},{"disabled":true,"description":{"content":"<p>String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12</p>\n","type":"text/plain"},"key":"radius","value":"<string>"},{"disabled":true,"description":{"content":"<p>(Required) String: A network slug string associated with a client. Only a valid network_slug will return results</p>\n","type":"text/plain"},"key":"network_slug","value":""},{"disabled":true,"description":{"content":"<p>Integer: Return places that have the provided npi. </p>\n","type":"text/plain"},"key":"npi","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788</p>\n","type":"text/plain"},"key":"npi__in","value":"<integer,integer>"},{"disabled":true,"description":{"content":"<p>String: Name of place.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":true,"description":{"content":"<p>String: Pipe delemited list of specailization abbreviations (must be in all caps). Ex: LAB|HOSP\nOptions:</p>\n<ul>\n<li>LAB</li>\n<li>HOSP</li>\n<li>ER</li>\n<li>UC</li>\n<li>CLIN</li>\n<li>IMG</li>\n<li>DME</li>\n</ul>\n","type":"text/plain"},"key":"specialization","value":"<string|string>"},{"disabled":true,"description":{"content":"<p>String: Letter representation for the type of place.\nOptions:</p>\n<ul>\n<li>C (Clinic)</li>\n<li>F (facility)</li>\n<li>G (Group)</li>\n<li>H (Hospital)</li>\n<li>L (Laboratory)</li>\n<li>O (Office)</li>\n</ul>\n","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":true,"description":{"content":"<p>String: Hospital Safety Grade\nOptions:</p>\n<ul>\n<li>A</li>\n<li>B</li>\n<li>C</li>\n<li>D</li>\n<li>F</li>\n<li>NG (Not Graded)</li>\n</ul>\n","type":"text/plain"},"key":"hospital_grade","value":"<string>"}],"variable":[]}},"response":[{"id":"f549313a-bb4c-43b9-8df2-5b9984e2bc36","name":"Places Search Schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/places/","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["places",""],"query":[{"key":"limit","value":"<integer>","type":"text","disabled":true},{"key":"offset","value":"<integer>","type":"text","disabled":true},{"key":"ordering","value":"<string>","type":"text","disabled":true},{"key":"q","value":"<string>","type":"text","disabled":true},{"key":"location","value":"<string>","type":"text","disabled":true},{"key":"bounding_box","value":"<string>","type":"text","disabled":true},{"key":"radius","value":"<string>","type":"text","disabled":true},{"key":"network_slug","value":"","type":"text","disabled":true},{"key":"npi","value":"<integer>","type":"text","disabled":true},{"key":"name","value":"<string>","type":"text","disabled":true},{"key":"specialization","value":"<string|string>","type":"text","disabled":true},{"key":"type","value":"<string>","type":"text","disabled":true},{"key":"hospital_grade","value":"<string>","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": {\n        \"type\": \"integer\"\n    },\n    \"aggregations\": {\n        \"type\": \"object\",\n        \"properties\": {\n            \"highlight_counts\": {\n                \"type\": \"object\"\n            }\n        }\n    },\n    \"filter_counts\": {\n        \"type\": \"object\"\n    },\n    \"next\": {\n        \"type\": [\n            \"string\",\n            \"null\"\n        ]\n    },\n    \"previous\": {\n        \"type\": [\n            \"string\",\n            \"null\"\n        ]\n    },\n    \"results\": {\n        \"type\": \"array\",\n        \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"id\": {\n                    \"type\": \"string\"\n                },\n                \"npi\": {\n                    \"type\": \"string\"\n                },\n                \"product_ids\": {\n                    \"type\": \"array\",\n                    \"items\": {\n                        \"type\": \"string\"\n                    }\n                },\n                \"facility_id\": {\n                    \"type\": \"string\"\n                },\n                \"location_id\": {\n                    \"type\": \"string\"\n                },\n                \"name\": {\n                    \"type\": \"string\"\n                },\n                \"address_1\": {\n                    \"type\": \"string\"\n                },\n                \"address_2\": {\n                    \"type\": \"string\"\n                },\n                \"city\": {\n                    \"type\": \"string\"\n                },\n                \"state\": {\n                    \"type\": \"string\"\n                },\n                \"zipcode\": {\n                    \"type\": \"string\"\n                },\n                \"latitude\": {\n                    \"type\": \"number\"\n                },\n                \"longitude\": {\n                    \"type\": \"number\"\n                },\n                \"location\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                        \"lat\": {\n                            \"type\": \"number\"\n                        },\n                        \"lon\": {\n                            \"type\": \"number\"\n                        }\n                    }\n                },\n                \"fax\": {\n                    \"type\": \"string\"\n                },\n                \"phone\": {\n                    \"type\": \"string\"\n                },\n                \"specialization\": {\n                    \"type\": \"string\"\n                },\n                \"specialty_id\": {\n                    \"type\": \"integer\"\n                },\n                \"specialty_name\": {\n                    \"type\": \"string\"\n                },\n                \"subspecialties\": {\n                    \"type\": \"array\",\n                    \"items\": {\n                        \"type\": \"object\",\n                        \"properties\": {\n                            \"subspecialty_id\": {\n                                \"type\": \"integer\"\n                            },\n                            \"subspecialty_name\": {\n                                \"type\": \"string\"\n                            }\n                        }\n                    }\n                },\n                \"is_wheelchair_accessible\": {\n                    \"type\": \"boolean\"\n                },\n                \"type\": {\n                    \"type\": \"string\"\n                },\n                \"type_display\": {\n                    \"type\": \"array\",\n                    \"items\": {\n                        \"type\": \"string\"\n                    }\n                },\n                \"client_featured\": {\n                    \"type\": \"boolean\"\n                },\n                \"extension\": {\n                    \"type\": \"object\"\n                },\n                \"classification\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                        \"types\": {\n                            \"type\": \"array\",\n                            \"items\": {\n                                \"type\": \"object\",\n                                \"properties\": {\n                                    \"embold_id\": {\n                                        \"type\": \"string\"\n                                    },\n                                    \"name\": {\n                                        \"type\": \"string\"\n                                    }\n                                }\n                            }\n                        },\n                        \"focus_areas\": {\n                            \"type\": \"array\",\n                            \"items\": {}\n                        },\n                        \"terms\": {\n                            \"type\": \"array\",\n                            \"items\": {\n                                \"type\": \"object\",\n                                \"properties\": {\n                                    \"embold_id\": {\n                                        \"type\": \"string\"\n                                    },\n                                    \"name\": {\n                                        \"type\": \"string\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                \"affiliated_provider_count\": {\n                    \"type\": \"integer\"\n                },\n                \"hours_of_operation\": {\n                    \"type\": \"array\",\n                    \"items\": {\n                        \"type\": \"object\",\n                        \"properties\": {\n                            \"day_of_week\": {\n                                \"type\": \"string\"\n                            },\n                            \"hours\": {\n                                \"type\": \"array\",\n                                \"items\": {\n                                    \"type\": \"object\",\n                                    \"properties\": {\n                                        \"opening_time\": {\n                                            \"type\": \"string\"\n                                        },\n                                        \"closing_time\": {\n                                            \"type\": \"string\"\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                \"distanceInMiles\": {\n                    \"type\": \"array\",\n                    \"items\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"},{"id":"77145fb8-3a8b-49fa-aeee-4218fbf3ccfd","name":"Places Search Example","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/places/?ordering=distance&q=hospital&location=36.333009211382, -94.13365492377461&radius=50mi&network_slug=&type=F","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["places",""],"query":[{"key":"ordering","value":"distance","description":"String: The order in which search results will return. \nOptions include\n- 'quality'\n- 'distance'\n- 'hospital_grade'\n- Any field on the queried index such as: 'name'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance "},{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"q","value":"hospital","description":"String: Query multi-match param"},{"key":"location","value":"36.333009211382, -94.13365492377461","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178"},{"key":"radius","value":"50mi","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12\n"},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-71.12__40.01,-74.1)","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"npi","value":"<integer>","description":"Integer: Return places that have the provided npi. ","disabled":true},{"key":"name","value":"<string>","description":"String: Name of place.","disabled":true},{"key":"specialization","value":"<string|string>","description":"String: Pipe delemited list of specailization abbreviations (must be in all caps). Ex: LAB|HOSP\nOptions:\n- LAB\n- HOSP\n- ER\n- UC\n- CLIN\n- IMG\n- DME","disabled":true},{"key":"type","value":"F","description":"String: Letter representation for the type of place.\nOptions:\n- C (Clinic)\n- F (facility)\n- G (Group)\n- H (Hospital)\n- L (Laboratory)\n- O (Office)\n"},{"key":"hospital_grade","value":"<string>","description":"String: Hospital Grade\nOptions:\n- A\n- B\n- C\n- D\n- F\n- NG (Not Graded)","disabled":true},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 55,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/places/?limit=10&location=36.333009211382%2C+-94.13365492377461&network_slug=aetnachoiceposii&offset=10&ordering=distance&q=hospital&radius=50mi&type=F\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": \"a7150c9827f8ba75e11b64ba7ad6abd9\",\n            \"npi\": \"1942265160\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d656c992553f968e2d08ac7390a1b402\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"641add4eea0b9961c34f99fe1578edf9\",\n            \"name\": \"Mercy Hospital Rogers\",\n            \"address_1\": \"1200 W Walnut St\",\n            \"address_2\": \"Ste 1800\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72756\",\n            \"latitude\": 36.33367,\n            \"longitude\": -94.13275,\n            \"location\": {\n                \"lat\": 36.33367,\n                \"lon\": -94.13275\n            },\n            \"fax\": \"417-829-4500\",\n            \"phone\": \"479-636-0200\",\n            \"specialization\": \"HOSP|ER\",\n            \"specialty_id\": 312,\n            \"specialty_name\": \"Home Health\",\n            \"subspecialties\": [\n                {}\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Home Health\"\n                ],\n                \"focus_areas\": [],\n                \"terms\": []\n            },\n            \"distanceInMiles\": [\n                0.0679855157719809\n            ]\n        },\n        {\n            \"id\": \"c50ba4fbe67aeec0bd3e4b4aa9643370\",\n            \"npi\": \"1467896613\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"9abd08c7b92564dbd57e784a8b885f7b\",\n            \"name\": \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\",\n            \"address_1\": \"3101 SE 14th St\",\n            \"address_2\": \"\",\n            \"city\": \"Bentonville\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72712\",\n            \"latitude\": 36.35625,\n            \"longitude\": -94.1753,\n            \"location\": {\n                \"lat\": 36.35625,\n                \"lon\": -94.1753\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-636-9234\",\n            \"specialization\": \"ER|HOSP\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {}\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Dentistry\",\n                    \"Attention Deficit Hyperactivity Disorder\",\n                    \"Behavioral Health\",\n                    \"Women's Health\",\n                    \"COPD\",\n                    \"Pediatrics\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Primary Care\",\n                    \"Asthma\",\n                    \"Geriatrics\",\n                    \"Emergency Medicine\"\n                ],\n                \"terms\": [\n                    \"Women Health\",\n                    \"Children\",\n                    \"Tetanus Shot\",\n                    \"Preventive Care\",\n                    \"Emergency Doctor\",\n                    \"Asthma Treatment\",\n                    \"Annual Physical\",\n                    \"ER Doctor\",\n                    \"Women's Health\",\n                    \"Child Abuse Pediatrics\",\n                    \"Geriatrician\",\n                    \"TDAP\",\n                    \"Weight Loss Treatment\",\n                    \"PCP\",\n                    \"Internist\",\n                    \"Cognitive Behavior\",\n                    \"Checkup\",\n                    \"Baby Doctor\",\n                    \"Psychiatric\",\n                    \"Kid Doctor\",\n                    \"Behavior Analysis\",\n                    \"School Physical\",\n                    \"Geriatric Doctor\",\n                    \"Senior Health\",\n                    \"General Practice\",\n                    \"Overweight Treatment\",\n                    \"Poison Ivy Treatment\",\n                    \"Doctor\",\n                    \"Hypertension\",\n                    \"Screenings\",\n                    \"HBP\",\n                    \"Family Doctor\",\n                    \"Obesity Treatment\",\n                    \"Elderly\",\n                    \"Pediatrician\",\n                    \"Family Practice\",\n                    \"Mental Health\",\n                    \"Internal Medicine\",\n                    \"ER\",\n                    \"Kids\",\n                    \"Child Doctor\",\n                    \"Hyperglycemia\",\n                    \"Teen Doctor\",\n                    \"Flu Treatment\",\n                    \"Cardiac Catheterization\",\n                    \"ED\",\n                    \"Womens Health\",\n                    \"Adolescent Medicine\",\n                    \"General Medicine\",\n                    \"Family Medicine\",\n                    \"Cold Treatment\",\n                    \"Kid\",\n                    \"Obesity Medicine\",\n                    \"Child\",\n                    \"Children's Doctor\",\n                    \"Emergency Department\",\n                    \"Behavioral Health\",\n                    \"Vaccines\",\n                    \"High Blood Pressure\",\n                    \"General Doctor\",\n                    \"Rehabilitation\",\n                    \"Teen\",\n                    \"Peds\",\n                    \"Immunization\",\n                    \"Cognitive Behavior Doctor\",\n                    \"Geriatrics\",\n                    \"Ped\",\n                    \"Obesity Medicine (Pediatrics)\"\n                ]\n            },\n            \"distanceInMiles\": [\n                2.819753927085635\n            ]\n        },\n        {\n            \"id\": \"b49b0a2cf3fc057764f2c2f1d7acd04a\",\n            \"npi\": \"1467896613\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"17b4ac45d5abce5de197cc9df431176c\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"90bb7010c8e128fa2863afe8b31dd9b9\",\n            \"name\": \"Mercy Hospital Northwest Arkansas (FKA Mercy Medical Center)\",\n            \"address_1\": \"2710 S Rife Medical Ln\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72758\",\n            \"latitude\": 36.30941,\n            \"longitude\": -94.18293,\n            \"location\": {\n                \"lat\": 36.30941,\n                \"lon\": -94.18293\n            },\n            \"fax\": \"816-633-7089\",\n            \"phone\": \"855-420-7900\",\n            \"specialization\": \"ER|HOSP|IMG|LAB|CLIN\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {}\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"Laboratory\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"General Gynecology\",\n                    \"Neurology\",\n                    \"Pregnancy and Delivery\",\n                    \"Joint Pain Management\",\n                    \"Ortho-Joint\",\n                    \"Interventional Cardiology\",\n                    \"Endoscopy\",\n                    \"Cardiology\",\n                    \"Emergency Medicine\",\n                    \"Colonoscopy\",\n                    \"Inflammatory Bowel Disease\",\n                    \"Attention Deficit Hyperactivity Disorder\",\n                    \"Asthma\",\n                    \"Obstetrics\",\n                    \"Obstetrics & Gynecology\",\n                    \"Knee\",\n                    \"Radiology\",\n                    \"Placenta Disorders\",\n                    \"Orthopedic Surgery\",\n                    \"Behavioral Health\",\n                    \"HIV\",\n                    \"Coronary Artery Disease\",\n                    \"Arthroscopy\",\n                    \"Endometriosis\",\n                    \"Heart Failure\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Pediatrics\",\n                    \"Electrophysiology\",\n                    \"Primary Care\",\n                    \"Diabetes in Pregnancy\",\n                    \"Hip\",\n                    \"Ovarian Dysfunction\",\n                    \"Women's Health\",\n                    \"Multiple Gestation\",\n                    \"COPD\",\n                    \"Gastroenterology\",\n                    \"Upper Endoscopy\",\n                    \"Foot and Ankle\",\n                    \"Hand and Wrist\",\n                    \"Shoulder and Elbow\",\n                    \"Placenta Previa\",\n                    \"Geriatrics\",\n                    \"Hypertensive Disorders\"\n                ],\n                \"terms\": [\n                    \"Cervical Biopsy\",\n                    \"General Practice\",\n                    \"Rotator Cuff\",\n                    \"Elbow Surgery\",\n                    \"Plantar Fascia Release\",\n                    \"Hip Surgery\",\n                    \"Knee Repair\",\n                    \"Female Check Up\",\n                    \"Heart Catheter Doctor\",\n                    \"Stomach\",\n                    \"VAD\",\n                    \"Meniscus\",\n                    \"CT Scan\",\n                    \"Shoulder Arthroscopy\",\n                    \"Digestive Disease Doctor\",\n                    \"Wrist Surgery\",\n                    \"GI Doctor\",\n                    \"Hip Doctor\",\n                    \"Heart Valve Treatment\",\n                    \"Knee Doctor\",\n                    \"Hysterectomy\",\n                    \"Repair Ankle Fracture\",\n                    \"Senior Health\",\n                    \"Foot Surgery\",\n                    \"Shoulder Surgeon\",\n                    \"Child Abuse Pediatrics\",\n                    \"Hip Scope\",\n                    \"Stomach Doctor\",\n                    \"Knee Meniscectomy\",\n                    \"Annual Physical\",\n                    \"Shoulder Arthritis\",\n                    \"Womens Health\",\n                    \"Knee Arthroscopy\",\n                    \"Hand Surgeon\",\n                    \"Joint Doctor\",\n                    \"Inflammatory Bowel Disease\",\n                    \"Obesity Treatment\",\n                    \"Stress Test\",\n                    \"Repair Trochanteric Fracture\",\n                    \"Finger Dislocations\",\n                    \"Pediatrician\",\n                    \"Rehabilitation\",\n                    \"Emergency Department\",\n                    \"Psychiatric\",\n                    \"ER\",\n                    \"CAT Scan\",\n                    \"Cubital Tunnel\",\n                    \"Digestive Disease\",\n                    \"Repair Femoral Neck Fracture\",\n                    \"Wrist Fracture Repair\",\n                    \"Knee Surgery\",\n                    \"Hip Surgeon\",\n                    \"Women Health\",\n                    \"Immunization\",\n                    \"Knee Replacement\",\n                    \"Hand Fracture\",\n                    \"Interventional Cardiologist\",\n                    \"Obgyn\",\n                    \"Internist\",\n                    \"Gastroenterologist\",\n                    \"Tubal Ligation\",\n                    \"Leg Fracture\",\n                    \"Hysteroscopy\",\n                    \"Fifth Metatarsal Fracture\",\n                    \"Endometrial Biopsy\",\n                    \"Wrist Doctor\",\n                    \"Baby\",\n                    \"Knee Surgeon\",\n                    \"Foot Doctor\",\n                    \"Imaging\",\n                    \"Angio\",\n                    \"Pap Smear\",\n                    \"Weight Loss Treatment\",\n                    \"Internal Medicine\",\n                    \"Heartburn\",\n                    \"Knee Arthritis\",\n                    \"Finger Doctor\",\n                    \"Hip Replacement\",\n                    \"Women's Doctor\",\n                    \"Obesity Medicine (Pediatrics)\",\n                    \"EGD\",\n                    \"Ped\",\n                    \"Orthopedic Surgeon\",\n                    \"Finger Surgeon\",\n                    \"Ventricular Assist Device\",\n                    \"School Physical\",\n                    \"Maternal\",\n                    \"Elbow Bursitis\",\n                    \"Woman Doctor\",\n                    \"Cold Treatment\",\n                    \"ACL Repair\",\n                    \"Gut\",\n                    \"Shoulder Repair\",\n                    \"Mallet Finger\",\n                    \"LVAD\",\n                    \"Women's Health\",\n                    \"General Medicine\",\n                    \"Teen\",\n                    \"Heart Stent Doctor\",\n                    \"Hallux Rigidus\",\n                    \"Vaccines\",\n                    \"Elderly\",\n                    \"Cardiovascular Disease\",\n                    \"Midwife\",\n                    \"PCP\",\n                    \"High Blood Pressure\",\n                    \"Electrophysiologist\",\n                    \"Bunionectomy\",\n                    \"Family Medicine\",\n                    \"MRI\",\n                    \"Ob/Gyn\",\n                    \"Brain Disease\",\n                    \"Behavioral Health\",\n                    \"Finger Fracture Repair\",\n                    \"Pregnancy Doctor\",\n                    \"Heart Doctor\",\n                    \"Tetanus Shot\",\n                    \"TDAP\",\n                    \"Poison Ivy Treatment\",\n                    \"Heart Transplant Cardiologist\",\n                    \"Family Doctor\",\n                    \"Knee Fracture\",\n                    \"Radial Fracture Repair\",\n                    \"Endoscopy\",\n                    \"Angioplasty\",\n                    \"Wrist Surgeon\",\n                    \"Child Doctor\",\n                    \"Heart Rhythm Doctor\",\n                    \"Bowels\",\n                    \"Screenings\",\n                    \"Delivery\",\n                    \"Gynecology\",\n                    \"Carpal Tunnel\",\n                    \"Kids\",\n                    \"Trigger Finger\",\n                    \"Overweight Treatment\",\n                    \"Emergency Doctor\",\n                    \"Teen Doctor\",\n                    \"Radiologist\",\n                    \"Geriatrics\",\n                    \"Cardiac Transplant\",\n                    \"Heart Stent\",\n                    \"Geriatrician\",\n                    \"Baby Doctor\",\n                    \"Stent\",\n                    \"Electrophysiology\",\n                    \"Peds\",\n                    \"Children's Doctor\",\n                    \"Digestive Doctor\",\n                    \"Hand Surgery\",\n                    \"Ankle Replacement\",\n                    \"Finger Fracture\",\n                    \"Finger Surgery\",\n                    \"Children\",\n                    \"PET\",\n                    \"General Doctor\",\n                    \"Family Practice\",\n                    \"Kid\",\n                    \"Cathether\",\n                    \"D&C\",\n                    \"Flu Treatment\",\n                    \"IBD\",\n                    \"Baby Delivery\",\n                    \"Hip Repair\",\n                    \"Carpal Tunnel Repease\",\n                    \"Big Toe Arthritis\",\n                    \"Hip Arthroscopy\",\n                    \"Heart Treatment\",\n                    \"Checkup\",\n                    \"Sigmoidoscopy\",\n                    \"Stomach Pain\",\n                    \"HBP\",\n                    \"Hyperglycemia\",\n                    \"Pacemaker\",\n                    \"Hip Arthritis\",\n                    \"Colonoscopy\",\n                    \"Heart Transplant\",\n                    \"Mental Health\",\n                    \"Ankle Doctor\",\n                    \"RVAD\",\n                    \"Ganglion Cyst\",\n                    \"Hypertension\",\n                    \"Esophagogastroduodenoscopy\",\n                    \"Ob\",\n                    \"Brain Doctor\",\n                    \"Hand Doctor\",\n                    \"Kid Doctor\",\n                    \"Hammertoe Fixation\",\n                    \"Endoscope\",\n                    \"Cardiac Catheterization\",\n                    \"Vaginal Delivery\",\n                    \"Coronary Artery Disease\",\n                    \"Achilles Tendon Repair\",\n                    \"Neurologist\",\n                    \"Childbirth\",\n                    \"Circulatory System Doctor\",\n                    \"Treadmill Test\",\n                    \"Arrhythmia Doctor\",\n                    \"Coronary Stent\",\n                    \"Colposcopy\",\n                    \"Elbow Surgeon\",\n                    \"Ankle Surgery\",\n                    \"Shoulder Surgery\",\n                    \"Adolescent Medicine\",\n                    \"Defibrillator\",\n                    \"Endometriosis\",\n                    \"Obesity Medicine\",\n                    \"Cardiologist\",\n                    \"Digestive Diseases\",\n                    \"Gynecologist\",\n                    \"Coronary Treatment\",\n                    \"Prenatal\",\n                    \"ED\",\n                    \"AICD\",\n                    \"Obstetrician\",\n                    \"ER Doctor\",\n                    \"Child\",\n                    \"Dupuytren's Contractures\",\n                    \"Wrist Fracture\",\n                    \"Asthma Treatment\",\n                    \"C-Section\",\n                    \"Geriatric Doctor\",\n                    \"Forearm Fracture Repair\",\n                    \"Hip Fracture\",\n                    \"Bones\",\n                    \"Bone Doctor\",\n                    \"Shoulder Replacement\",\n                    \"Doctor\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Joint\",\n                    \"Intestines\",\n                    \"X-Ray\",\n                    \"Knee Scope\",\n                    \"Cesarian Section\",\n                    \"Ablation\",\n                    \"GI\",\n                    \"Preventive Care\",\n                    \"Bursitis\",\n                    \"Xray\"\n                ]\n            },\n            \"distanceInMiles\": [\n                3.1913227016798347\n            ]\n        },\n        {\n            \"id\": \"407a68749a445990e987f3342ff84230\",\n            \"npi\": \"1144695354\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"b6b51ea7fbfbb1e9512b5ac5e2e554c9\",\n            \"name\": \"Mercy Hospital Rogers\",\n            \"address_1\": \"2710 S Rife Medical Ln\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72758\",\n            \"latitude\": 36.30941,\n            \"longitude\": -94.18293,\n            \"location\": {\n                \"lat\": 36.30941,\n                \"lon\": -94.18293\n            },\n            \"fax\": \"417-829-4500\",\n            \"phone\": \"417-862-0715\",\n            \"specialization\": \"CLIN\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Placenta Disorders\",\n                    \"Asthma\",\n                    \"Geriatrics\",\n                    \"Colonoscopy\",\n                    \"Primary Care\",\n                    \"Inflammatory Bowel Disease\",\n                    \"Orthopedic Surgery\",\n                    \"Electrophysiology\",\n                    \"Arthroscopy\",\n                    \"Ortho-Joint\",\n                    \"Radiology\",\n                    \"Joint Pain Management\",\n                    \"Hand and Wrist\",\n                    \"Hypertensive Disorders\",\n                    \"Multiple Gestation\",\n                    \"Cardiology\",\n                    \"Endometriosis\",\n                    \"Foot and Ankle\",\n                    \"Obstetrics & Gynecology\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Neurology\",\n                    \"Pediatrics\",\n                    \"Coronary Artery Disease\",\n                    \"Pregnancy and Delivery\",\n                    \"Hip\",\n                    \"Ovarian Dysfunction\",\n                    \"Upper Endoscopy\",\n                    \"Behavioral Health\",\n                    \"Endoscopy\",\n                    \"Emergency Medicine\",\n                    \"Women's Health\",\n                    \"HIV\",\n                    \"Attention Deficit Hyperactivity Disorder\",\n                    \"Diabetes in Pregnancy\",\n                    \"Heart Failure\",\n                    \"Placenta Previa\",\n                    \"COPD\",\n                    \"Gastroenterology\",\n                    \"Obstetrics\",\n                    \"Shoulder and Elbow\",\n                    \"Knee\",\n                    \"General Gynecology\",\n                    \"Interventional Cardiology\"\n                ],\n                \"terms\": [\n                    \"VAD\",\n                    \"Internist\",\n                    \"Endometrial Biopsy\",\n                    \"Arrhythmia Doctor\",\n                    \"Geriatric Doctor\",\n                    \"Delivery\",\n                    \"Behavioral Health\",\n                    \"Cesarian Section\",\n                    \"General Medicine\",\n                    \"Carpal Tunnel\",\n                    \"Knee Replacement\",\n                    \"Knee Fracture\",\n                    \"Heart Catheter Doctor\",\n                    \"Hip Repair\",\n                    \"Knee Arthritis\",\n                    \"ACL Repair\",\n                    \"Foot Surgery\",\n                    \"Cubital Tunnel\",\n                    \"Teen Doctor\",\n                    \"CAT Scan\",\n                    \"Bones\",\n                    \"Obstetrician\",\n                    \"Hip Arthritis\",\n                    \"Bunionectomy\",\n                    \"Tetanus Shot\",\n                    \"Tubal Ligation\",\n                    \"Geriatrics\",\n                    \"Baby\",\n                    \"Hip Surgeon\",\n                    \"Pediatrician\",\n                    \"Ablation\",\n                    \"Endoscope\",\n                    \"Pap Smear\",\n                    \"Kids\",\n                    \"Cervical Biopsy\",\n                    \"Hyperglycemia\",\n                    \"Treadmill Test\",\n                    \"Screenings\",\n                    \"Obesity Treatment\",\n                    \"Heart Doctor\",\n                    \"Shoulder Replacement\",\n                    \"Cardiac Transplant\",\n                    \"Hip Arthroscopy\",\n                    \"Hand Surgery\",\n                    \"Hand Fracture\",\n                    \"GI\",\n                    \"Angio\",\n                    \"Overweight Treatment\",\n                    \"MRI\",\n                    \"Meniscus\",\n                    \"Peds\",\n                    \"PCP\",\n                    \"Joint\",\n                    \"Knee Surgery\",\n                    \"Angioplasty\",\n                    \"Knee Scope\",\n                    \"Interventional Cardiologist\",\n                    \"Gynecology\",\n                    \"Doctor\",\n                    \"Emergency Department\",\n                    \"Repair Trochanteric Fracture\",\n                    \"Shoulder Surgeon\",\n                    \"Hysteroscopy\",\n                    \"Family Doctor\",\n                    \"Shoulder Arthroscopy\",\n                    \"Radial Fracture Repair\",\n                    \"Digestive Diseases\",\n                    \"GI Doctor\",\n                    \"Wrist Surgery\",\n                    \"Heart Transplant Cardiologist\",\n                    \"School Physical\",\n                    \"Stomach Doctor\",\n                    \"Vaccines\",\n                    \"Bone Doctor\",\n                    \"Preventive Care\",\n                    \"Heart Valve Treatment\",\n                    \"Repair Femoral Neck Fracture\",\n                    \"Mental Health\",\n                    \"Cardiologist\",\n                    \"CT Scan\",\n                    \"Gynecologist\",\n                    \"Checkup\",\n                    \"Digestive Doctor\",\n                    \"Forearm Fracture Repair\",\n                    \"Prenatal\",\n                    \"Digestive Disease\",\n                    \"Wrist Doctor\",\n                    \"Baby Delivery\",\n                    \"Heart Stent Doctor\",\n                    \"Imaging\",\n                    \"Shoulder Surgery\",\n                    \"Heart Rhythm Doctor\",\n                    \"Trigger Finger\",\n                    \"General Practice\",\n                    \"Radiologist\",\n                    \"Ankle Doctor\",\n                    \"Heart Transplant\",\n                    \"Kid Doctor\",\n                    \"Fifth Metatarsal Fracture\",\n                    \"Orthopedic Surgeon\",\n                    \"Hip Fracture\",\n                    \"Carpal Tunnel Repease\",\n                    \"Hip Surgery\",\n                    \"Hand Doctor\",\n                    \"Sigmoidoscopy\",\n                    \"Joint Doctor\",\n                    \"Colonoscopy\",\n                    \"Leg Fracture\",\n                    \"AICD\",\n                    \"ER Doctor\",\n                    \"Maternal\",\n                    \"Hand Surgeon\",\n                    \"Digestive Disease Doctor\",\n                    \"Finger Surgeon\",\n                    \"Achilles Tendon Repair\",\n                    \"Finger Fracture\",\n                    \"Elbow Bursitis\",\n                    \"Pacemaker\",\n                    \"Midwife\",\n                    \"Foot Doctor\",\n                    \"Children's Doctor\",\n                    \"D&C\",\n                    \"Ob/Gyn\",\n                    \"Heartburn\",\n                    \"Elbow Surgery\",\n                    \"Elbow Surgeon\",\n                    \"EGD\",\n                    \"High Blood Pressure\",\n                    \"Childbirth\",\n                    \"Rotator Cuff\",\n                    \"Plantar Fascia Release\",\n                    \"Wrist Fracture Repair\",\n                    \"Vaginal Delivery\",\n                    \"Coronary Stent\",\n                    \"Women's Health\",\n                    \"Knee Surgeon\",\n                    \"Elderly\",\n                    \"Endoscopy\",\n                    \"Hypertension\",\n                    \"Finger Surgery\",\n                    \"Ventricular Assist Device\",\n                    \"Finger Dislocations\",\n                    \"General Doctor\",\n                    \"Intestines\",\n                    \"Hip Doctor\",\n                    \"Hip Scope\",\n                    \"Child Doctor\",\n                    \"Women Health\",\n                    \"Heart Stent\",\n                    \"Colposcopy\",\n                    \"HBP\",\n                    \"Esophagogastroduodenoscopy\",\n                    \"Defibrillator\",\n                    \"Heart Treatment\",\n                    \"C-Section\",\n                    \"Brain Disease\",\n                    \"Neurologist\",\n                    \"Finger Fracture Repair\",\n                    \"Shoulder Arthritis\",\n                    \"Female Check Up\",\n                    \"Repair Ankle Fracture\",\n                    \"Big Toe Arthritis\",\n                    \"Family Medicine\",\n                    \"Knee Arthroscopy\",\n                    \"ER\",\n                    \"Brain Doctor\",\n                    \"Hysterectomy\",\n                    \"Immunization\",\n                    \"Bowels\",\n                    \"Ganglion Cyst\",\n                    \"Knee Doctor\",\n                    \"Asthma Treatment\",\n                    \"Obesity Medicine\",\n                    \"Stent\",\n                    \"Hallux Rigidus\",\n                    \"Ankle Surgery\",\n                    \"Obesity Medicine (Pediatrics)\",\n                    \"Knee Meniscectomy\",\n                    \"Knee Repair\",\n                    \"Wrist Fracture\",\n                    \"Dupuytren's Contractures\",\n                    \"Cardiovascular Disease\",\n                    \"Poison Ivy Treatment\",\n                    \"Stress Test\",\n                    \"Adolescent Medicine\",\n                    \"X-Ray\",\n                    \"Mallet Finger\",\n                    \"Senior Health\",\n                    \"Gut\",\n                    \"Coronary Artery Disease\",\n                    \"Child\",\n                    \"IBD\",\n                    \"ED\",\n                    \"Ped\",\n                    \"Stomach Pain\",\n                    \"Ankle Replacement\",\n                    \"Coronary Treatment\",\n                    \"Cathether\",\n                    \"Ob\",\n                    \"Stomach\",\n                    \"Woman Doctor\",\n                    \"Geriatrician\",\n                    \"Family Practice\",\n                    \"Gastroenterologist\",\n                    \"LVAD\",\n                    \"TDAP\",\n                    \"Annual Physical\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Weight Loss Treatment\",\n                    \"Electrophysiologist\",\n                    \"Flu Treatment\",\n                    \"Xray\",\n                    \"Womens Health\",\n                    \"Hip Replacement\",\n                    \"Finger Doctor\",\n                    \"Internal Medicine\",\n                    \"Wrist Surgeon\",\n                    \"Pregnancy Doctor\",\n                    \"Hammertoe Fixation\",\n                    \"Cold Treatment\",\n                    \"Obgyn\",\n                    \"Electrophysiology\",\n                    \"Circulatory System Doctor\",\n                    \"PET\",\n                    \"Inflammatory Bowel Disease\",\n                    \"Teen\",\n                    \"Children\",\n                    \"Baby Doctor\",\n                    \"Women's Doctor\",\n                    \"Emergency Doctor\",\n                    \"Endometriosis\",\n                    \"Shoulder Repair\",\n                    \"Child Abuse Pediatrics\",\n                    \"RVAD\",\n                    \"Bursitis\",\n                    \"Kid\"\n                ]\n            },\n            \"distanceInMiles\": [\n                3.1913227016798347\n            ]\n        },\n        {\n            \"id\": \"5682fbfcc9660aa82f425598974b3553\",\n            \"npi\": \"1710259437\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"ef3887afd4b84d116980caf79b4f9420\",\n            \"name\": \"Bhc Pinnacle Pointe Hospital, Inc.\",\n            \"address_1\": \"2618 SE J St\",\n            \"address_2\": \"Ste 12\",\n            \"city\": \"Bentonville\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72712\",\n            \"latitude\": 36.34501,\n            \"longitude\": -94.19741,\n            \"location\": {\n                \"lat\": 36.34501,\n                \"lon\": -94.19741\n            },\n            \"fax\": \"\",\n            \"phone\": \"501-279-9220\",\n            \"specialization\": \"CLIN\",\n            \"specialty_id\": 300,\n            \"specialty_name\": \"Office or Clinic\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 400,\n                    \"subspecialty_name\": \"Mental Health\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Office or Clinic\"\n                ],\n                \"focus_areas\": [\n                    \"Behavioral Health\",\n                    \"Social Worker\",\n                    \"Mental Health\",\n                    \"Anxiety\"\n                ],\n                \"terms\": [\n                    \"Community Mental Health Center\",\n                    \"Adolescent and Children Mental Health Clinic or Center\",\n                    \"Cognitive Behavior Doctor\",\n                    \"Mental Illness Community Based Residential Treatment Facility\",\n                    \"Cognitive Behavior\",\n                    \"Adult Mental Health Clinic or Center\",\n                    \"Behavior Analysis\",\n                    \"Mental Health Clinic or Center\"\n                ]\n            },\n            \"distanceInMiles\": [\n                3.6441947425766483\n            ]\n        },\n        {\n            \"id\": \"6357c860874c7e3d921b8a9cbdb47a12\",\n            \"npi\": \"1699322164\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"17b4ac45d5abce5de197cc9df431176c\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d656c992553f968e2d08ac7390a1b402\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"2ed0c32598aef58460dfffc4ceb40901\",\n            \"name\": \"Mercy Rehabilitation Hospital - Northwest Arkansas (FKA Rogers Rehabilitation Hospital)\",\n            \"address_1\": \"4313 S Pleasant Crossing Blvd\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72758\",\n            \"latitude\": 36.28022,\n            \"longitude\": -94.15023,\n            \"location\": {\n                \"lat\": 36.28022,\n                \"lon\": -94.15023\n            },\n            \"fax\": \"479-255-2300\",\n            \"phone\": \"479-341-4003\",\n            \"specialization\": \"HOSP|CLIN|IMG\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 457,\n                    \"subspecialty_name\": \"Rehabilitation\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"DEXA\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Geriatrics\",\n                    \"Rehabilitation\",\n                    \"Women's Health\",\n                    \"Asthma\",\n                    \"COPD\",\n                    \"HIV\",\n                    \"Behavioral Health\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Primary Care\"\n                ],\n                \"terms\": [\n                    \"General Practice\",\n                    \"Family Practice\",\n                    \"Annual Physical\",\n                    \"HBP\",\n                    \"Immunization\",\n                    \"Hypertension\",\n                    \"Screenings\",\n                    \"TDAP\",\n                    \"Vaccines\",\n                    \"Checkup\",\n                    \"General Medicine\",\n                    \"Geriatrician\",\n                    \"Family Doctor\",\n                    \"Poison Ivy Treatment\",\n                    \"Obesity Treatment\",\n                    \"Geriatric Doctor\",\n                    \"Cold Treatment\",\n                    \"Preventive Care\",\n                    \"PCP\",\n                    \"Mental Health\",\n                    \"Asthma Treatment\",\n                    \"Weight Loss Treatment\",\n                    \"Overweight Treatment\",\n                    \"Internist\",\n                    \"Behavioral Health\",\n                    \"Doctor\",\n                    \"School Physical\",\n                    \"High Blood Pressure\",\n                    \"Women Health\",\n                    \"Family Medicine\",\n                    \"Hyperglycemia\",\n                    \"Elderly\",\n                    \"Rehabilitation\",\n                    \"Flu Treatment\",\n                    \"Internal Medicine\",\n                    \"Obesity Medicine\",\n                    \"General Doctor\",\n                    \"Women's Health\",\n                    \"Womens Health\",\n                    \"Geriatrics\",\n                    \"Senior Health\",\n                    \"Tetanus Shot\"\n                ]\n            },\n            \"distanceInMiles\": [\n                3.7625620100771657\n            ]\n        },\n        {\n            \"id\": \"440d4023d74894db5ffd06bdaeb2372d\",\n            \"npi\": \"1598773079\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"726599b85cfdbfaa7f1f3f02f314639f\",\n            \"name\": \"Arkansas Childrens Hospital\",\n            \"address_1\": \"519 Latham Dr\",\n            \"address_2\": \"\",\n            \"city\": \"Lowell\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72745\",\n            \"latitude\": 36.25017,\n            \"longitude\": -94.14717,\n            \"location\": {\n                \"lat\": 36.25017,\n                \"lon\": -94.14717\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-750-0125\",\n            \"specialization\": \"HOSP|ER\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 450,\n                    \"subspecialty_name\": \"Children's\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Arthroscopy\",\n                    \"Shoulder and Elbow\",\n                    \"Hip\",\n                    \"Neurology\",\n                    \"Hand and Wrist\",\n                    \"Speech Language Pathologist\",\n                    \"Occupational Therapy\",\n                    \"Ortho-Joint\",\n                    \"Knee\",\n                    \"Pediatrics\",\n                    \"Children's\",\n                    \"ADHD\",\n                    \"Emergency Care (Hospital)\",\n                    \"Behavioral Health\",\n                    \"Clinical Neuropsychologist\",\n                    \"Joint Pain Management\"\n                ],\n                \"terms\": [\n                    \"Speech Therapy\",\n                    \"Knee Replacement\",\n                    \"Carpal Tunnel Repease\",\n                    \"Trigger Finger\",\n                    \"Carpal Tunnel\",\n                    \"Finger Dislocations\",\n                    \"Ganglion Cyst\",\n                    \"Elbow Surgeon\",\n                    \"Cognitive Behavior Doctor\",\n                    \"Finger Fracture\",\n                    \"Hand Doctor\",\n                    \"Child Abuse Pediatrics\",\n                    \"Finger Doctor\",\n                    \"Shoulder Repair\",\n                    \"Knee Fracture\",\n                    \"Hip Surgery\",\n                    \"Mallet Finger\",\n                    \"Forearm Fracture Repair\",\n                    \"Children\",\n                    \"Kids\",\n                    \"Joint Doctor\",\n                    \"Peds\",\n                    \"Orthopedic Surgeon\",\n                    \"Leg Fracture\",\n                    \"Wrist Fracture Repair\",\n                    \"Hip Fracture\",\n                    \"Child\",\n                    \"Bone Doctor\",\n                    \"Knee Doctor\",\n                    \"OT\",\n                    \"ACL Repair\",\n                    \"Cubital Tunnel\",\n                    \"Teen\",\n                    \"Hand Surgeon\",\n                    \"Wrist Surgeon\",\n                    \"Hip Replacement\",\n                    \"Brain Disease\",\n                    \"Rotator Cuff\",\n                    \"Baby Doctor\",\n                    \"Hand Surgery\",\n                    \"Shoulder Arthritis\",\n                    \"Pediatrician\",\n                    \"Bones\",\n                    \"Hip Surgeon\",\n                    \"Kid Doctor\",\n                    \"Shoulder Surgery\",\n                    \"Bursitis\",\n                    \"Hip Doctor\",\n                    \"Shoulder Replacement\",\n                    \"Finger Fracture Repair\",\n                    \"Repair Trochanteric Fracture\",\n                    \"Joint\",\n                    \"Neurologist\",\n                    \"Wrist Doctor\",\n                    \"Elbow Bursitis\",\n                    \"Hand Fracture\",\n                    \"Children's Doctor\",\n                    \"Behavior Analysis\",\n                    \"Wrist Fracture\",\n                    \"Knee Meniscectomy\",\n                    \"Knee Arthroscopy\",\n                    \"Wrist Surgery\",\n                    \"Knee Surgery\",\n                    \"Hip Repair\",\n                    \"Finger Surgery\",\n                    \"Hip Arthroscopy\",\n                    \"Hip Scope\",\n                    \"Hip Arthritis\",\n                    \"Kid\",\n                    \"Repair Femoral Neck Fracture\",\n                    \"Finger Surgeon\",\n                    \"Shoulder Surgeon\",\n                    \"Knee Scope\",\n                    \"Meniscus\",\n                    \"Cognitive Behavior\",\n                    \"Teen Doctor\",\n                    \"Radial Fracture Repair\",\n                    \"Child Doctor\",\n                    \"Elbow Surgery\",\n                    \"Dupuytren's Contractures\",\n                    \"Ped\",\n                    \"Adolescent Medicine\",\n                    \"Obesity Medicine (Pediatrics)\",\n                    \"Knee Surgeon\",\n                    \"Knee Arthritis\",\n                    \"Knee Repair\",\n                    \"Shoulder Arthroscopy\",\n                    \"Brain Doctor\",\n                    \"Children's\"\n                ]\n            },\n            \"distanceInMiles\": [\n                5.773267664390706\n            ]\n        },\n        {\n            \"id\": \"b71adfef29204395d728ba01cf6ffef6\",\n            \"npi\": \"1689676272\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"17b4ac45d5abce5de197cc9df431176c\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d656c992553f968e2d08ac7390a1b402\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"ac3e6673818bfaafaa055e5eb286092c\",\n            \"name\": \"Regency Hospital Of Northwest Arkansas, LLC\",\n            \"address_1\": \"609 W Maple Ave\",\n            \"address_2\": \"Fl # 6\",\n            \"city\": \"Springdale\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72764\",\n            \"latitude\": 36.18125,\n            \"longitude\": -94.13539,\n            \"location\": {\n                \"lat\": 36.18125,\n                \"lon\": -94.13539\n            },\n            \"fax\": \"479-713-7003\",\n            \"phone\": \"479-713-7001\",\n            \"specialization\": \"CLIN|HOSP|ER\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 454,\n                    \"subspecialty_name\": \"Long Term Care Hospital (LTCH)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Long Term Care Hospital (LTCH)\"\n                ],\n                \"terms\": [\n                    \"Long Term Care Hospital (LTCH)\"\n                ]\n            },\n            \"distanceInMiles\": [\n                10.486640646279325\n            ]\n        },\n        {\n            \"id\": \"36c2c1cc6d3bb8e997cc7438a8073ab4\",\n            \"npi\": \"1417084765\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"17b4ac45d5abce5de197cc9df431176c\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"a9c4174677a1fe93e7cc123bad7cae49\",\n            \"name\": \"Eureka Springs Hospital Hospice, LLC\",\n            \"address_1\": \"4847 Kaylee Ave\",\n            \"address_2\": \"Ste A\",\n            \"city\": \"Springdale\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72762\",\n            \"latitude\": 36.16672,\n            \"longitude\": -94.18456,\n            \"location\": {\n                \"lat\": 36.16672,\n                \"lon\": -94.18456\n            },\n            \"fax\": \"479-750-2710\",\n            \"phone\": \"479-751-3019\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {},\n            \"distanceInMiles\": [\n                11.835144530403463\n            ]\n        },\n        {\n            \"id\": \"a1d668d84fde3081b55a37777a2c46e1\",\n            \"npi\": \"1598773079\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1e9b93c20ae522dd4086b1123f54a009\",\n            \"name\": \"Arkansas Childrens Hospital\",\n            \"address_1\": \"2600 Gene George Blvd\",\n            \"address_2\": \"\",\n            \"city\": \"Springdale\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72762\",\n            \"latitude\": 36.15709,\n            \"longitude\": -94.19996,\n            \"location\": {\n                \"lat\": 36.15709,\n                \"lon\": -94.19996\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-725-6894\",\n            \"specialization\": \"ER|HOSP\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 450,\n                    \"subspecialty_name\": \"Children's\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Emergency Care (Hospital)\",\n                    \"Pediatrics\",\n                    \"Gastroenterology\",\n                    \"Children's\",\n                    \"Upper Endoscopy\",\n                    \"Inflammatory Bowel Disease\",\n                    \"Endoscopy\",\n                    \"Colonoscopy\"\n                ],\n                \"terms\": [\n                    \"Stomach\",\n                    \"Intestines\",\n                    \"Endoscope\",\n                    \"Inflammatory Bowel Disease\",\n                    \"Stomach Doctor\",\n                    \"GI\",\n                    \"Stomach Pain\",\n                    \"Sigmoidoscopy\",\n                    \"GI Doctor\",\n                    \"Gastroenterologist\",\n                    \"Colonoscopy\",\n                    \"EGD\",\n                    \"Digestive Disease Doctor\",\n                    \"IBD\",\n                    \"Esophagogastroduodenoscopy\",\n                    \"Digestive Doctor\",\n                    \"Children's\",\n                    \"Gut\",\n                    \"Heartburn\",\n                    \"Bowels\",\n                    \"Digestive Diseases\",\n                    \"Endoscopy\",\n                    \"Digestive Disease\"\n                ]\n            },\n            \"distanceInMiles\": [\n                12.704774128436782\n            ]\n        }\n    ]\n}"},{"id":"e482160f-76d7-4b46-9451-06fd44310906","name":"Hospital Grade Filter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/places/?q=hospital&network_slug=&type=F&hospital_grade=A","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["places",""],"query":[{"key":"ordering","value":"<string>","description":"String: The order in which search results will return. \nOptions include:\n- 'quality'\n- 'distance'\n- 'hospital_grade'\n- Any field on the queried index such as: 'name'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance ","disabled":true},{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"q","value":"hospital","description":"String: Query multi-match param"},{"key":"location","value":"<lat, lon>","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178","disabled":true},{"key":"radius","value":"<string>","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12\n","disabled":true},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-71.12__40.01,-74.1)","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results "},{"key":"npi","value":"<integer>","description":"Integer: Return places that have the provided npi. ","disabled":true},{"key":"name","value":"<string>","description":"String: Name of place.","disabled":true},{"key":"specialization","value":"<string|string>","description":"String: Pipe delemited list of specailization abbreviations (must be in all caps). Ex: LAB|HOSP\nOptions:\n- LAB\n- HOSP\n- ER\n- UC\n- CLIN\n- IMG\n- DME","disabled":true},{"key":"type","value":"F","description":"String: Letter representation for the type of place.\nOptions:\n- C (Clinic)\n- F (facility)\n- G (Group)\n- H (Hospital)\n- L (Laboratory)\n- O (Office)\n"},{"key":"hospital_grade","value":"A","description":"String: Hospital Grade\nOptions:\n- A\n- B\n- C\n- D\n- F\n- NG (Not Graded)"},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 344,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/places/?hospital_grade=A&limit=10&network_slug=aetnachoiceposii&offset=10&q=hospital&type=F\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": \"3e44e9d3b28789485b8501e7a73b6dac\",\n            \"npi\": \"1760492714\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"0fba3ee5178f94a7f883618ea0a911a7\",\n            \"name\": \"UCHealth Poudre Valley Hospital\",\n            \"address_1\": \"1107 S Lemay Ave\",\n            \"address_2\": \"Ste 300\",\n            \"city\": \"Fort Collins\",\n            \"state\": \"CO\",\n            \"zipcode\": \"80524\",\n            \"latitude\": 40.57221,\n            \"longitude\": -105.05801,\n            \"location\": {\n                \"lat\": 40.57221,\n                \"lon\": -105.05801\n            },\n            \"fax\": \"\",\n            \"phone\": \"970-495-8800\",\n            \"specialization\": \"HOSP|CLIN|LAB|ER|IMG|UC\",\n            \"specialty_id\": 300,\n            \"specialty_name\": \"Office or Clinic\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 416,\n                    \"subspecialty_name\": \"Emergency Care (Stand-alone)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/uchealth-poudre-valley-hospital\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Express Care\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"Laboratory\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"Urgent Care\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\",\n                    \"Office or Clinic\"\n                ],\n                \"focus_areas\": [\n                    \"Obstetrics & Gynecology\",\n                    \"Hypertensive Disorders\",\n                    \"Placenta Previa\",\n                    \"Emergency Care (Stand-alone)\",\n                    \"Genital Prolapse\",\n                    \"General Gynecology\",\n                    \"Emergency Care (Hospital)\",\n                    \"Menopausal Disorders\",\n                    \"General Acute Care\",\n                    \"Placenta Disorders\",\n                    \"Fertility Procedures\",\n                    \"Ovarian Dysfunction\",\n                    \"Obstetrics\",\n                    \"Pregnancy and Delivery\"\n                ],\n                \"terms\": [\n                    \"Maternal\",\n                    \"Cardiac Catheterization\",\n                    \"C-Section\",\n                    \"Ob\",\n                    \"Baby Doctor\",\n                    \"Ob/Gyn\",\n                    \"Gynecologist\",\n                    \"Colposcopy\",\n                    \"Cervical Biopsy\",\n                    \"Vaginal Delivery\",\n                    \"Baby Delivery\",\n                    \"Ablation\",\n                    \"D&C\",\n                    \"Endometrial Biopsy\",\n                    \"Woman Doctor\",\n                    \"Baby\",\n                    \"Hysterectomy\",\n                    \"Endometriosis\",\n                    \"Rehabilitation\",\n                    \"Hysteroscopy\",\n                    \"Cesarian Section\",\n                    \"Gynecology\",\n                    \"Female Check Up\",\n                    \"Women's Doctor\",\n                    \"Prenatal\",\n                    \"Psychiatric\",\n                    \"Pregnancy Doctor\",\n                    \"Delivery\",\n                    \"Tubal Ligation\",\n                    \"Midwife\",\n                    \"General Acute Care\",\n                    \"Obstetrician\",\n                    \"Pap Smear\",\n                    \"Obgyn\",\n                    \"Childbirth\"\n                ]\n            }\n        },\n        {\n            \"id\": \"a6feec40d561215d8d26eda8f16245fb\",\n            \"npi\": \"1760492714\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"0fba3ee5178f94a7f883618ea0a911a7\",\n            \"name\": \"UCHealth Poudre Valley Hospital\",\n            \"address_1\": \"1107 S Lemay Ave\",\n            \"address_2\": \"Ste 300\",\n            \"city\": \"Fort Collins\",\n            \"state\": \"CO\",\n            \"zipcode\": \"80524\",\n            \"latitude\": 40.57221,\n            \"longitude\": -105.05801,\n            \"location\": {\n                \"lat\": 40.57221,\n                \"lon\": -105.05801\n            },\n            \"fax\": \"\",\n            \"phone\": \"970-495-8800\",\n            \"specialization\": \"HOSP|CLIN|LAB|ER|IMG|UC\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {},\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/uchealth-poudre-valley-hospital\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Express Care\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"Laboratory\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"Urgent Care\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\",\n                    \"Office or Clinic\"\n                ],\n                \"focus_areas\": [\n                    \"Obstetrics & Gynecology\",\n                    \"Hypertensive Disorders\",\n                    \"Placenta Previa\",\n                    \"Emergency Care (Stand-alone)\",\n                    \"Genital Prolapse\",\n                    \"General Gynecology\",\n                    \"Emergency Care (Hospital)\",\n                    \"Menopausal Disorders\",\n                    \"General Acute Care\",\n                    \"Placenta Disorders\",\n                    \"Fertility Procedures\",\n                    \"Ovarian Dysfunction\",\n                    \"Obstetrics\",\n                    \"Pregnancy and Delivery\"\n                ],\n                \"terms\": [\n                    \"Maternal\",\n                    \"Cardiac Catheterization\",\n                    \"C-Section\",\n                    \"Ob\",\n                    \"Baby Doctor\",\n                    \"Ob/Gyn\",\n                    \"Gynecologist\",\n                    \"Colposcopy\",\n                    \"Cervical Biopsy\",\n                    \"Vaginal Delivery\",\n                    \"Baby Delivery\",\n                    \"Ablation\",\n                    \"D&C\",\n                    \"Endometrial Biopsy\",\n                    \"Woman Doctor\",\n                    \"Baby\",\n                    \"Hysterectomy\",\n                    \"Endometriosis\",\n                    \"Rehabilitation\",\n                    \"Hysteroscopy\",\n                    \"Cesarian Section\",\n                    \"Gynecology\",\n                    \"Female Check Up\",\n                    \"Women's Doctor\",\n                    \"Prenatal\",\n                    \"Psychiatric\",\n                    \"Pregnancy Doctor\",\n                    \"Delivery\",\n                    \"Tubal Ligation\",\n                    \"Midwife\",\n                    \"General Acute Care\",\n                    \"Obstetrician\",\n                    \"Pap Smear\",\n                    \"Obgyn\",\n                    \"Childbirth\"\n                ]\n            }\n        },\n        {\n            \"id\": \"aec1958a6a1b9c310ff5bf5df7b3cdf5\",\n            \"npi\": \"1063945707\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1b0bd2fb44622246c6fbc9c9565d826c\",\n            \"name\": \"UPMC Memorial (FKA UPMC Pinnacle Memorial Hospital York)\",\n            \"address_1\": \"1703 Innovation Dr\",\n            \"address_2\": \"\",\n            \"city\": \"York\",\n            \"state\": \"PA\",\n            \"zipcode\": \"17408\",\n            \"latitude\": 39.90682,\n            \"longitude\": -76.79364,\n            \"location\": {\n                \"lat\": 39.90682,\n                \"lon\": -76.79364\n            },\n            \"fax\": \"717-843-8623\",\n            \"phone\": \"717-894-5640\",\n            \"specialization\": \"LAB|CLIN|ER|HOSP\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/upmc-memorial\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\",\n                \"Laboratory\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Thyroid Cancer\",\n                    \"Adult Congenital\",\n                    \"Interventional Cardiology\",\n                    \"Endoscopy\",\n                    \"Cardiothoracic and Vascular Surgery\",\n                    \"General Gynecology\",\n                    \"Diabetes\",\n                    \"Bladder Cancer\",\n                    \"Breast Cancer\",\n                    \"Primary Care\",\n                    \"Obstetrics\",\n                    \"General Acute Care\",\n                    \"Pregnancy and Delivery\",\n                    \"Hypertensive Disorders\",\n                    \"Placenta Previa\",\n                    \"Colectomy\",\n                    \"Electrophysiology\",\n                    \"Upper Endoscopy\",\n                    \"Pulmonology\",\n                    \"Sleep Medicine\",\n                    \"Inflammatory Bowel Disease\",\n                    \"Heart Failure\",\n                    \"Gastroenterology\",\n                    \"Surgery - General\",\n                    \"Podiatric Surgery\",\n                    \"Placenta Disorders\",\n                    \"Appendectomy/Cholecystectomy\",\n                    \"Asthma\",\n                    \"Prostate Cancer\",\n                    \"Diabetes in Pregnancy\",\n                    \"Coronary Artery Disease\",\n                    \"Podiatry\",\n                    \"Minor Vascular Procedures\",\n                    \"Emergency Care (Hospital)\",\n                    \"Radiology\",\n                    \"COPD\",\n                    \"Cardiology\",\n                    \"Oncology\",\n                    \"Adolescents\",\n                    \"Major Vascular Procedures\"\n                ],\n                \"terms\": [\n                    \"General Surgeon\",\n                    \"Sleep Medicine\",\n                    \"Arrhythmia Doctor\",\n                    \"Lung Biopsy\",\n                    \"Angio\",\n                    \"Immunization\",\n                    \"Oncology\",\n                    \"Sigmoidoscopy\",\n                    \"Radiologist\",\n                    \"Doctor\",\n                    \"Asthma Treatment\",\n                    \"Heart Stent Doctor\",\n                    \"Cold Treatment\",\n                    \"Baby Delivery\",\n                    \"Ob\",\n                    \"Maternal\",\n                    \"Circulatory System Doctor\",\n                    \"Heart Transplant\",\n                    \"Endometriosis\",\n                    \"Cathether\",\n                    \"Pulmonary Function Testing\",\n                    \"COPD\",\n                    \"Cardiovascular Surgeon\",\n                    \"Coronary Stent\",\n                    \"Hysteroscopy\",\n                    \"Cardiologist\",\n                    \"Baby\",\n                    \"Colposcopy\",\n                    \"Childbirth\",\n                    \"Stomach\",\n                    \"Vaccines\",\n                    \"Oncologist\",\n                    \"RVAD\",\n                    \"VAD\",\n                    \"Cancer\",\n                    \"LVAD\",\n                    \"Heart Catheter Doctor\",\n                    \"Breathing\",\n                    \"Weight Loss Treatment\",\n                    \"Prenatal\",\n                    \"Internal Medicine\",\n                    \"General Doctor\",\n                    \"Cardiac Transplant\",\n                    \"Tubal Ligation\",\n                    \"Coronary Artery Disease\",\n                    \"GI\",\n                    \"Electrophysiology\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Obesity Treatment\",\n                    \"Ablation\",\n                    \"Gastroenterologist\",\n                    \"Obgyn\",\n                    \"Woman Doctor\",\n                    \"C-Section\",\n                    \"Annual Physical\",\n                    \"Stress Test\",\n                    \"Digestive Doctor\",\n                    \"School Physical\",\n                    \"Ob/Gyn\",\n                    \"AICD\",\n                    \"Heart Rhythm Doctor\",\n                    \"Midwife\",\n                    \"Hammertoe\",\n                    \"Vascular Surgeon\",\n                    \"Pap Smear\",\n                    \"Tetanus Shot\",\n                    \"Lung Treatment\",\n                    \"Heart Stent\",\n                    \"General Practice\",\n                    \"General Acute Care\",\n                    \"MRI\",\n                    \"General Medicine\",\n                    \"Heart Valve Treatment\",\n                    \"Esophagogastroduodenoscopy\",\n                    \"Flu Treatment\",\n                    \"Hematologist\",\n                    \"Surgeon\",\n                    \"Feet\",\n                    \"Hysterectomy\",\n                    \"Female Check Up\",\n                    \"Vascular Surgery\",\n                    \"PET\",\n                    \"Angioplasty\",\n                    \"Xray\",\n                    \"Heart Doctor\",\n                    \"Stomach Doctor\",\n                    \"Obesity Medicine\",\n                    \"Endoscope\",\n                    \"Respiratory\",\n                    \"Vaginal Delivery\",\n                    \"CT Scan\",\n                    \"Heart Transplant Cardiologist\",\n                    \"Endometrial Biopsy\",\n                    \"Gut\",\n                    \"Internist\",\n                    \"CAT Scan\",\n                    \"Heart Surgeon\",\n                    \"Cardiovascular Disease\",\n                    \"Cervical Biopsy\",\n                    \"Sleep Disorder\",\n                    \"IBD\",\n                    \"Screenings\",\n                    \"Asthma\",\n                    \"TDAP\",\n                    \"Sleep Apnea\",\n                    \"D&C\",\n                    \"Heart Treatment\",\n                    \"EGD\",\n                    \"Women's Doctor\",\n                    \"Pregnancy Doctor\",\n                    \"Family Doctor\",\n                    \"General Surgery\",\n                    \"Gynecologist\",\n                    \"X-Ray\",\n                    \"Chronic obstructive pulmonary disease\",\n                    \"Preventive Care\",\n                    \"Interventional Cardiologist\",\n                    \"Pulmonologist\",\n                    \"Intestines\",\n                    \"Overweight Treatment\",\n                    \"Coronary Treatment\",\n                    \"Treadmill Test\",\n                    \"Family Medicine\",\n                    \"Digestive Disease Doctor\",\n                    \"Heartburn\",\n                    \"Endoscopy\",\n                    \"Cardiovascular Surgery\",\n                    \"Toenail Removal\",\n                    \"Poison Ivy Treatment\",\n                    \"Obstetrician\",\n                    \"Family Practice\",\n                    \"Lung Problems\",\n                    \"Foot\",\n                    \"Delivery\",\n                    \"Nail Cutting\",\n                    \"Gallbladder Removal\",\n                    \"Electrophysiologist\",\n                    \"Pacemaker\",\n                    \"Bowels\",\n                    \"GI Doctor\",\n                    \"PCP\",\n                    \"Inflammatory Bowel Disease\",\n                    \"Sleep Study\",\n                    \"Checkup\",\n                    \"Imaging\",\n                    \"Colonoscopy\",\n                    \"Digestive Diseases\",\n                    \"Baby Doctor\",\n                    \"Hernia\",\n                    \"Lung Disease\",\n                    \"Respiratory Physician\",\n                    \"Gynecology\",\n                    \"Stomach Pain\",\n                    \"Pulmonary Fibrosis\",\n                    \"Cancer Doctor\",\n                    \"Podiatrist\",\n                    \"Ventricular Assist Device\",\n                    \"Stent\",\n                    \"Bronchoscopy\",\n                    \"Digestive Disease\",\n                    \"Heart Surgery\",\n                    \"Cesarian Section\",\n                    \"Defibrillator\",\n                    \"Lung Doctor\",\n                    \"Toe Doctor\"\n                ]\n            }\n        },\n        {\n            \"id\": \"e9f5206a6778bcaa196722837bcbe59a\",\n            \"npi\": \"1457690471\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"105881071bbb4e6547cdecd568262499\",\n            \"name\": \"Ascension St Vincents Clay County Hospital\",\n            \"address_1\": \"1786 Blanding Blvd\",\n            \"address_2\": \"Ste 1\",\n            \"city\": \"Middleburg\",\n            \"state\": \"FL\",\n            \"zipcode\": \"32068\",\n            \"latitude\": 30.10639,\n            \"longitude\": -81.82587,\n            \"location\": {\n                \"lat\": 30.10639,\n                \"lon\": -81.82587\n            },\n            \"fax\": \"\",\n            \"phone\": \"904-450-6940\",\n            \"specialization\": \"HOSP|IMG|ER\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/st-vincents-medical-center-clay-county\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"General Acute Care\",\n                    \"Emergency Care (Hospital)\"\n                ],\n                \"terms\": [\n                    \"General Acute Care\"\n                ]\n            }\n        },\n        {\n            \"id\": \"0781b7cf6e5ca7b5e83ddf9025216c7f\",\n            \"npi\": \"1609855139\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"154cd2751f470edc70f243024837f554\",\n            \"name\": \"Baylor Scott & White Heart and Vascular Hospital - Dallas (FKA Baylor Jack and Jane Hamilton Heart and Vascular)\",\n            \"address_1\": \"621 N Hall St\",\n            \"address_2\": \"\",\n            \"city\": \"Dallas\",\n            \"state\": \"TX\",\n            \"zipcode\": \"75226\",\n            \"latitude\": 32.78799,\n            \"longitude\": -96.78048,\n            \"location\": {\n                \"lat\": 32.78799,\n                \"lon\": -96.78048\n            },\n            \"fax\": \"214-818-7752\",\n            \"phone\": \"214-820-0600\",\n            \"specialization\": \"IMG|HOSP|CLIN|ER\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 459,\n                    \"subspecialty_name\": \"Special Hospital\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/baylor-scott-white-heart-and-vascular-hospital-dallas\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Heart Failure\",\n                    \"Interventional Cardiology\",\n                    \"Emergency Care (Hospital)\",\n                    \"Electrophysiology\",\n                    \"General Acute Care\",\n                    \"Cardiothoracic and Vascular Surgery\",\n                    \"Cardiology\",\n                    \"Special Hospital\",\n                    \"Coronary Artery Disease\",\n                    \"Radiology\"\n                ],\n                \"terms\": [\n                    \"RVAD\",\n                    \"VAD\",\n                    \"Heart Catheter Doctor\",\n                    \"PET\",\n                    \"Heart Stent Doctor\",\n                    \"CAT Scan\",\n                    \"Heart Valve Treatment\",\n                    \"Coronary Treatment\",\n                    \"Stress Test\",\n                    \"Cardiovascular Disease\",\n                    \"Vascular Surgeon\",\n                    \"General Acute Care\",\n                    \"Heart Transplant Cardiologist\",\n                    \"X-Ray\",\n                    \"Pacemaker\",\n                    \"Heart Transplant\",\n                    \"Ventricular Assist Device\",\n                    \"Heart Rhythm Doctor\",\n                    \"Treadmill Test\",\n                    \"Electrophysiologist\",\n                    \"Ablation\",\n                    \"Circulatory System Doctor\",\n                    \"Cardiovascular Surgery\",\n                    \"Defibrillator\",\n                    \"Electrophysiology\",\n                    \"CT Scan\",\n                    \"Coronary Stent\",\n                    \"Coronary Artery Disease\",\n                    \"Interventional Cardiologist\",\n                    \"Imaging\",\n                    \"Radiologist\",\n                    \"Heart Surgeon\",\n                    \"LVAD\",\n                    \"Vascular Surgery\",\n                    \"Heart Treatment\",\n                    \"MRI\",\n                    \"Special Hospital\",\n                    \"Angioplasty\",\n                    \"Cardiovascular Surgeon\",\n                    \"AICD\",\n                    \"Arrhythmia Doctor\",\n                    \"Heart Stent\",\n                    \"Cathether\",\n                    \"Stent\",\n                    \"Xray\",\n                    \"Cardiac Transplant\",\n                    \"Cardiologist\",\n                    \"Heart Surgery\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Heart Doctor\",\n                    \"Angio\"\n                ]\n            }\n        },\n        {\n            \"id\": \"790a64c99d08f7d3aa1857afaa9e7ab8\",\n            \"npi\": \"1184709057\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"17b4ac45d5abce5de197cc9df431176c\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1dd4d67abd502489bcd481f944849be8\",\n            \"name\": \"Orlando Health South Seminole Hospital\",\n            \"address_1\": \"9400 Turkey Lake Rd\",\n            \"address_2\": \"\",\n            \"city\": \"Orlando\",\n            \"state\": \"FL\",\n            \"zipcode\": \"32819\",\n            \"latitude\": 28.42874,\n            \"longitude\": -81.47512,\n            \"location\": {\n                \"lat\": 28.42874,\n                \"lon\": -81.47512\n            },\n            \"fax\": \"\",\n            \"phone\": \"407-351-8580\",\n            \"specialization\": \"CLIN|DME|LAB|ER|IMG|HOSP\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {},\n                {\n                    \"subspecialty_id\": 446,\n                    \"subspecialty_name\": \"Substance Use Disorder Rehabilitation\"\n                },\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 450,\n                    \"subspecialty_name\": \"Children's\"\n                },\n                {\n                    \"subspecialty_id\": 453,\n                    \"subspecialty_name\": \"Women's Hospital\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/orlando-health-dr-p-phillips-hospital\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Blood Glucose Monitor\",\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"Commode\",\n                \"Crutches\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"Laboratory\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bed pan\",\n                \"bed rail\",\n                \"bed side rail\",\n                \"blood sugar meter\",\n                \"blood sugar test\",\n                \"bone density\",\n                \"cane\",\n                \"diagnostic mammography\",\n                \"heat lamp\",\n                \"heating pad\",\n                \"home infusion\",\n                \"lift\",\n                \"mammogram\",\n                \"mammography\",\n                \"mattress\",\n                \"monitor\",\n                \"motorized wheelchair\",\n                \"mri\",\n                \"nebulizer\",\n                \"oxygen\",\n                \"oxygen face mask\",\n                \"portable oxygen\",\n                \"quad cane\",\n                \"rolling chair\",\n                \"safety roller\",\n                \"screening mammography\",\n                \"seat lift\",\n                \"sleep apnea\",\n                \"vaporizer\",\n                \"walker\",\n                \"wheelchair\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Office or Clinic\",\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Asthma\",\n                    \"Primary Care\",\n                    \"End-Stage Renal Disease (ESRD) Treatment\",\n                    \"Shoulder and Elbow\",\n                    \"Hand and Wrist\",\n                    \"Knee\",\n                    \"Foot and Ankle\",\n                    \"Women's Hospital\",\n                    \"General Acute Care\",\n                    \"COPD\",\n                    \"Sleep Medicine\",\n                    \"Hip\",\n                    \"Orthopedic Surgery\",\n                    \"Joint Pain Management\",\n                    \"Substance Use Disorder Rehabilitation\",\n                    \"Children's\",\n                    \"Pulmonology\",\n                    \"Ortho-Joint\",\n                    \"HIV\",\n                    \"Arthroscopy\",\n                    \"Emergency Care (Hospital)\"\n                ],\n                \"terms\": [\n                    \"Family Practice\",\n                    \"Lung Biopsy\",\n                    \"Rotator Cuff\",\n                    \"Family Medicine\",\n                    \"Hip Repair\",\n                    \"Wrist Doctor\",\n                    \"Lung Disease\",\n                    \"Knee Fracture\",\n                    \"Hand Doctor\",\n                    \"Screenings\",\n                    \"Joint Doctor\",\n                    \"Bunionectomy\",\n                    \"Plantar Fascia Release\",\n                    \"Radial Fracture Repair\",\n                    \"Checkup\",\n                    \"Overweight Treatment\",\n                    \"Lung Doctor\",\n                    \"General Acute Care\",\n                    \"Sleep Study\",\n                    \"Ankle Replacement\",\n                    \"Women's Hospital\",\n                    \"Preventive Care\",\n                    \"Shoulder Arthritis\",\n                    \"Knee Meniscectomy\",\n                    \"Finger Fracture Repair\",\n                    \"Elbow Surgery\",\n                    \"School Physical\",\n                    \"Repair Trochanteric Fracture\",\n                    \"Bones\",\n                    \"Pulmonologist\",\n                    \"Big Toe Arthritis\",\n                    \"Substance Use Disorder Rehabilitation\",\n                    \"Ganglion Cyst\",\n                    \"Obesity Medicine\",\n                    \"TDAP\",\n                    \"Hip Arthritis\",\n                    \"Finger Surgeon\",\n                    \"Internist\",\n                    \"Dialysis Center\",\n                    \"Ankle Surgery\",\n                    \"Cubital Tunnel\",\n                    \"Achilles Tendon Repair\",\n                    \"Repair Ankle Fracture\",\n                    \"Sleep Medicine\",\n                    \"Hip Replacement\",\n                    \"ESRD\",\n                    \"Lung Treatment\",\n                    \"Asthma\",\n                    \"Finger Doctor\",\n                    \"Bronchoscopy\",\n                    \"Internal Medicine\",\n                    \"Hip Surgeon\",\n                    \"Knee Arthritis\",\n                    \"Dupuytren's Contractures\",\n                    \"Knee Scope\",\n                    \"PCP\",\n                    \"Leg Fracture\",\n                    \"Repair Femoral Neck Fracture\",\n                    \"ACL Repair\",\n                    \"Shoulder Replacement\",\n                    \"Psychiatric\",\n                    \"Cardiac Catheterization\",\n                    \"Family Doctor\",\n                    \"Forearm Fracture Repair\",\n                    \"Shoulder Arthroscopy\",\n                    \"Sleep Apnea\",\n                    \"Wrist Surgeon\",\n                    \"Pulmonary Function Testing\",\n                    \"Children's\",\n                    \"Shoulder Repair\",\n                    \"Meniscus\",\n                    \"Knee Surgery\",\n                    \"Knee Arthroscopy\",\n                    \"Orthopedic Surgeon\",\n                    \"Bone Doctor\",\n                    \"Hand Surgery\",\n                    \"End-Stage Renal Disease (ESRD) Treatment Clinic or Center\",\n                    \"Hip Surgery\",\n                    \"Elbow Bursitis\",\n                    \"Asthma Treatment\",\n                    \"Immunization\",\n                    \"General Medicine\",\n                    \"Lung Problems\",\n                    \"Bursitis\",\n                    \"Knee Surgeon\",\n                    \"Hip Arthroscopy\",\n                    \"General Doctor\",\n                    \"Joint\",\n                    \"Foot Doctor\",\n                    \"Shoulder Surgery\",\n                    \"Knee Replacement\",\n                    \"Finger Fracture\",\n                    \"Cold Treatment\",\n                    \"Carpal Tunnel Repease\",\n                    \"Elbow Surgeon\",\n                    \"Weight Loss Treatment\",\n                    \"Foot Surgery\",\n                    \"Tetanus Shot\",\n                    \"Rehabilitation\",\n                    \"Hip Doctor\",\n                    \"Hip Scope\",\n                    \"Wrist Surgery\",\n                    \"Finger Surgery\",\n                    \"Obesity Treatment\",\n                    \"Hand Fracture\",\n                    \"Knee Doctor\",\n                    \"Hammertoe Fixation\",\n                    \"Mallet Finger\",\n                    \"Knee Repair\",\n                    \"Fifth Metatarsal Fracture\",\n                    \"Wrist Fracture Repair\",\n                    \"Finger Dislocations\",\n                    \"Hip Fracture\",\n                    \"Hand Surgeon\",\n                    \"Sleep Disorder\",\n                    \"Breathing\",\n                    \"Carpal Tunnel\",\n                    \"General Practice\",\n                    \"Dialysis\",\n                    \"Dialysis Clinic\",\n                    \"Vaccines\",\n                    \"Poison Ivy Treatment\",\n                    \"Respiratory Physician\",\n                    \"Wrist Fracture\",\n                    \"COPD\",\n                    \"Chronic obstructive pulmonary disease\",\n                    \"Shoulder Surgeon\",\n                    \"Annual Physical\",\n                    \"Hallux Rigidus\",\n                    \"ESRD Clinic\",\n                    \"Ankle Doctor\",\n                    \"Trigger Finger\",\n                    \"Respiratory\",\n                    \"Flu Treatment\",\n                    \"Doctor\",\n                    \"Pulmonary Fibrosis\"\n                ]\n            }\n        },\n        {\n            \"id\": \"7704caed91b899b552d3ef6471a66e23\",\n            \"npi\": \"1760994412\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1d7761906e699e1e97dac8335e0efed3\",\n            \"name\": \"Bayshore Medical Center (FKA Bayshore Community Hospital)\",\n            \"address_1\": \"100 Commons Way\",\n            \"address_2\": \"\",\n            \"city\": \"Holmdel\",\n            \"state\": \"NJ\",\n            \"zipcode\": \"07733\",\n            \"latitude\": 40.41238,\n            \"longitude\": -74.14934,\n            \"location\": {\n                \"lat\": 40.41238,\n                \"lon\": -74.14934\n            },\n            \"fax\": \"\",\n            \"phone\": \"732-450-2930\",\n            \"specialization\": \"CLIN|IMG|HOSP|ER|LAB\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/hackensack-meridian-bayshore-medical-center\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"Laboratory\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Ear Infections\",\n                    \"Emergency Care (Hospital)\",\n                    \"Sinusitis\",\n                    \"General Acute Care\",\n                    \"Otolaryngology\"\n                ],\n                \"terms\": [\n                    \"Ear Nose & Throat Doctor\",\n                    \"Nose Doctor\",\n                    \"General Acute Care\",\n                    \"Throat Doctor\",\n                    \"Ear Nose & Throat\",\n                    \"ENT\",\n                    \"Ear Doctor\",\n                    \"ENT Doctor\"\n                ]\n            }\n        },\n        {\n            \"id\": \"3d636813a70485df8e9711480512cf7b\",\n            \"npi\": \"1902882939\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"17b4ac45d5abce5de197cc9df431176c\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"8f6c683d5cfca874a7dadb442c2b5026\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d0e66e35cd2b0f178bc6b407d491a41b\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d656c992553f968e2d08ac7390a1b402\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"2525d45127922f7b6860fdc1cb47d7b1\",\n            \"name\": \"University Hospitals Samaritan Medical Center (FKA Samaritan Regional Health System)\",\n            \"address_1\": \"1025 Center St\",\n            \"address_2\": \"\",\n            \"city\": \"Ashland\",\n            \"state\": \"OH\",\n            \"zipcode\": \"44805\",\n            \"latitude\": 40.85949,\n            \"longitude\": -82.31069,\n            \"location\": {\n                \"lat\": 40.85949,\n                \"lon\": -82.31069\n            },\n            \"fax\": \"419-207-7904\",\n            \"phone\": \"419-289-2710\",\n            \"specialization\": \"HOSP|CLIN|IMG|LAB|ER|UC\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/university-hospitals-samaritan-medical-center\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Express Care\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"Laboratory\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"Urgent Care\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Coronary Artery Disease\",\n                    \"Heart Failure\",\n                    \"Behavioral Health\",\n                    \"Emergency Medicine\",\n                    \"Electrophysiology\",\n                    \"Women's Health\",\n                    \"Asthma\",\n                    \"Interventional Cardiology\",\n                    \"Emergency Care (Hospital)\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Geriatrics\",\n                    \"Primary Care\",\n                    \"Cardiology\",\n                    \"Radiology\",\n                    \"General Acute Care\"\n                ],\n                \"terms\": [\n                    \"Obesity Medicine\",\n                    \"Radiologist\",\n                    \"Emergency Department\",\n                    \"High Blood Pressure\",\n                    \"PET\",\n                    \"Cardiac Transplant\",\n                    \"Heart Transplant Cardiologist\",\n                    \"Pacemaker\",\n                    \"Poison Ivy Treatment\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Womens Health\",\n                    \"Cathether\",\n                    \"Flu Treatment\",\n                    \"Heart Treatment\",\n                    \"Treadmill Test\",\n                    \"Asthma Treatment\",\n                    \"Family Doctor\",\n                    \"Heart Doctor\",\n                    \"Ventricular Assist Device\",\n                    \"RVAD\",\n                    \"Electrophysiology\",\n                    \"Imaging\",\n                    \"Cardiologist\",\n                    \"Geriatrics\",\n                    \"VAD\",\n                    \"Family Practice\",\n                    \"Women Health\",\n                    \"Heart Catheter Doctor\",\n                    \"ER\",\n                    \"Obesity Treatment\",\n                    \"Cold Treatment\",\n                    \"Arrhythmia Doctor\",\n                    \"Preventive Care\",\n                    \"Geriatrician\",\n                    \"Screenings\",\n                    \"Coronary Stent\",\n                    \"Angio\",\n                    \"Behavioral Health\",\n                    \"LVAD\",\n                    \"X-Ray\",\n                    \"Circulatory System Doctor\",\n                    \"Xray\",\n                    \"Electrophysiologist\",\n                    \"Family Medicine\",\n                    \"ER Doctor\",\n                    \"Emergency Doctor\",\n                    \"AICD\",\n                    \"Elderly\",\n                    \"General Acute Care\",\n                    \"Weight Loss Treatment\",\n                    \"Heart Valve Treatment\",\n                    \"School Physical\",\n                    \"Hyperglycemia\",\n                    \"TDAP\",\n                    \"Hypertension\",\n                    \"Heart Transplant\",\n                    \"CAT Scan\",\n                    \"Internist\",\n                    \"Checkup\",\n                    \"Interventional Cardiologist\",\n                    \"Vaccines\",\n                    \"Cardiovascular Disease\",\n                    \"Coronary Artery Disease\",\n                    \"Tetanus Shot\",\n                    \"CT Scan\",\n                    \"Senior Health\",\n                    \"MRI\",\n                    \"Annual Physical\",\n                    \"General Medicine\",\n                    \"PCP\",\n                    \"Doctor\",\n                    \"General Doctor\",\n                    \"Internal Medicine\",\n                    \"Coronary Treatment\",\n                    \"Overweight Treatment\",\n                    \"Ablation\",\n                    \"Immunization\",\n                    \"Heart Rhythm Doctor\",\n                    \"Geriatric Doctor\",\n                    \"Heart Stent Doctor\",\n                    \"Mental Health\",\n                    \"Women's Health\",\n                    \"HBP\",\n                    \"Angioplasty\",\n                    \"Heart Stent\",\n                    \"General Practice\",\n                    \"ED\",\n                    \"Stent\",\n                    \"Defibrillator\",\n                    \"Stress Test\"\n                ]\n            }\n        },\n        {\n            \"id\": \"8b82a764ddeb195ec1ac646533ddcdfc\",\n            \"npi\": \"1407949191\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1c869142756b2ee4a21ee3b69634fe45\",\n            \"name\": \"Munson Healthcare Manistee Hospital (FKA West Shore Medical Center)\",\n            \"address_1\": \"1293 E Parkdale Ave\",\n            \"address_2\": \"\",\n            \"city\": \"Manistee\",\n            \"state\": \"MI\",\n            \"zipcode\": \"49660\",\n            \"latitude\": 44.27177,\n            \"longitude\": -86.27752,\n            \"location\": {\n                \"lat\": 44.27177,\n                \"lon\": -86.27752\n            },\n            \"fax\": \"231-398-1789\",\n            \"phone\": \"231-398-1830\",\n            \"specialization\": \"CLIN|HOSP|ER\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/munson-healthcare-manistee-hospital\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\",\n                    \"Office or Clinic\"\n                ],\n                \"focus_areas\": [\n                    \"General Acute Care\",\n                    \"Emergency Care (Stand-alone)\",\n                    \"Primary Care\",\n                    \"Women's Health\",\n                    \"Geriatrics\",\n                    \"Emergency Care (Hospital)\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Behavioral Health\"\n                ],\n                \"terms\": [\n                    \"General Doctor\",\n                    \"Flu Treatment\",\n                    \"Annual Physical\",\n                    \"Doctor\",\n                    \"Womens Health\",\n                    \"Hypertension\",\n                    \"Behavioral Health\",\n                    \"Internal Medicine\",\n                    \"General Acute Care\",\n                    \"Geriatrician\",\n                    \"Internist\",\n                    \"TDAP\",\n                    \"Screenings\",\n                    \"Mental Health\",\n                    \"Obesity Treatment\",\n                    \"Immunization\",\n                    \"Geriatric Doctor\",\n                    \"Family Medicine\",\n                    \"School Physical\",\n                    \"Weight Loss Treatment\",\n                    \"Elderly\",\n                    \"Family Practice\",\n                    \"Checkup\",\n                    \"Family Doctor\",\n                    \"Vaccines\",\n                    \"Geriatrics\",\n                    \"Overweight Treatment\",\n                    \"Senior Health\",\n                    \"Asthma Treatment\",\n                    \"Tetanus Shot\",\n                    \"Women's Health\",\n                    \"PCP\",\n                    \"HBP\",\n                    \"General Practice\",\n                    \"Obesity Medicine\",\n                    \"Preventive Care\",\n                    \"Poison Ivy Treatment\",\n                    \"General Medicine\",\n                    \"Hyperglycemia\",\n                    \"Cold Treatment\",\n                    \"Women Health\",\n                    \"High Blood Pressure\"\n                ]\n            }\n        },\n        {\n            \"id\": \"be1a04487753cc2c6ce1c9282712f4a5\",\n            \"npi\": \"1407949191\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1c869142756b2ee4a21ee3b69634fe45\",\n            \"name\": \"Munson Healthcare Manistee Hospital (FKA West Shore Medical Center)\",\n            \"address_1\": \"1293 E Parkdale Ave\",\n            \"address_2\": \"\",\n            \"city\": \"Manistee\",\n            \"state\": \"MI\",\n            \"zipcode\": \"49660\",\n            \"latitude\": 44.27177,\n            \"longitude\": -86.27752,\n            \"location\": {\n                \"lat\": 44.27177,\n                \"lon\": -86.27752\n            },\n            \"fax\": \"231-398-1789\",\n            \"phone\": \"231-398-1830\",\n            \"specialization\": \"CLIN|HOSP|ER\",\n            \"specialty_id\": 300,\n            \"specialty_name\": \"Office or Clinic\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 416,\n                    \"subspecialty_name\": \"Emergency Care (Stand-alone)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/munson-healthcare-manistee-hospital\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\",\n                    \"Office or Clinic\"\n                ],\n                \"focus_areas\": [\n                    \"General Acute Care\",\n                    \"Emergency Care (Stand-alone)\",\n                    \"Primary Care\",\n                    \"Women's Health\",\n                    \"Geriatrics\",\n                    \"Emergency Care (Hospital)\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Behavioral Health\"\n                ],\n                \"terms\": [\n                    \"General Doctor\",\n                    \"Flu Treatment\",\n                    \"Annual Physical\",\n                    \"Doctor\",\n                    \"Womens Health\",\n                    \"Hypertension\",\n                    \"Behavioral Health\",\n                    \"Internal Medicine\",\n                    \"General Acute Care\",\n                    \"Geriatrician\",\n                    \"Internist\",\n                    \"TDAP\",\n                    \"Screenings\",\n                    \"Mental Health\",\n                    \"Obesity Treatment\",\n                    \"Immunization\",\n                    \"Geriatric Doctor\",\n                    \"Family Medicine\",\n                    \"School Physical\",\n                    \"Weight Loss Treatment\",\n                    \"Elderly\",\n                    \"Family Practice\",\n                    \"Checkup\",\n                    \"Family Doctor\",\n                    \"Vaccines\",\n                    \"Geriatrics\",\n                    \"Overweight Treatment\",\n                    \"Senior Health\",\n                    \"Asthma Treatment\",\n                    \"Tetanus Shot\",\n                    \"Women's Health\",\n                    \"PCP\",\n                    \"HBP\",\n                    \"General Practice\",\n                    \"Obesity Medicine\",\n                    \"Preventive Care\",\n                    \"Poison Ivy Treatment\",\n                    \"General Medicine\",\n                    \"Hyperglycemia\",\n                    \"Cold Treatment\",\n                    \"Women Health\",\n                    \"High Blood Pressure\"\n                ]\n            }\n        }\n    ]\n}"},{"id":"9e1218e8-e685-487a-b389-2a71457ad578","name":"Distance Sort","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/places/?ordering=distance&location=36.333009211382, -94.13365492377461&radius=50mi&network_slug=","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["places",""],"query":[{"key":"ordering","value":"distance","description":"String: The order in which search results will return. \nOptions include:\n- 'quality'\n- 'distance'\n- 'hospital_grade'\n- Any field on the queried index such as: 'name'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance "},{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"q","value":"hospital","description":"String: Query multi-match param","disabled":true},{"key":"location","value":"36.333009211382, -94.13365492377461","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178"},{"key":"radius","value":"50mi","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12\n"},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-71.12__40.01,-74.1)","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results "},{"key":"npi","value":"<integer>","description":"Integer: Return places that have the provided npi. ","disabled":true},{"key":"name","value":"<string>","description":"String: Name of place.","disabled":true},{"key":"specialization","value":"<string|string>","description":"String: Pipe delemited list of specailization abbreviations (must be in all caps). Ex: LAB|HOSP\nOptions:\n- LAB\n- HOSP\n- ER\n- UC\n- CLIN\n- IMG\n- DME","disabled":true},{"key":"type","value":"<string>","description":"String: Letter representation for the type of place.\nOptions:\n- C (Clinic)\n- F (facility)\n- G (Group)\n- H (Hospital)\n- L (Laboratory)\n- O (Office)\n","disabled":true},{"key":"hospital_grade","value":"<string>","description":"String: Hospital Grade\nOptions:\n- A\n- B\n- C\n- D\n- F\n- NG (Not Graded)","disabled":true},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1126,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/places/?limit=10&location=36.333009211382%2C+-94.13365492377461&network_slug=aetnachoiceposii&offset=10&ordering=distance&radius=50mi\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": \"a7150c9827f8ba75e11b64ba7ad6abd9\",\n            \"npi\": \"1942265160\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d656c992553f968e2d08ac7390a1b402\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"641add4eea0b9961c34f99fe1578edf9\",\n            \"name\": \"Mercy Hospital Rogers\",\n            \"address_1\": \"1200 W Walnut St\",\n            \"address_2\": \"Ste 1800\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72756\",\n            \"latitude\": 36.33367,\n            \"longitude\": -94.13275,\n            \"location\": {\n                \"lat\": 36.33367,\n                \"lon\": -94.13275\n            },\n            \"fax\": \"417-829-4500\",\n            \"phone\": \"479-636-0200\",\n            \"specialization\": \"HOSP|ER\",\n            \"specialty_id\": 312,\n            \"specialty_name\": \"Home Health\",\n            \"subspecialties\": [\n                {}\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Home Health\"\n                ],\n                \"focus_areas\": [],\n                \"terms\": []\n            },\n            \"distanceInMiles\": [\n                0.0679855157719809\n            ]\n        },\n        {\n            \"id\": \"84a648a0b5cac4a27e43b8423bdd0368\",\n            \"npi\": \"1952146482\",\n            \"product_ids\": [\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"17b4ac45d5abce5de197cc9df431176c\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"b6eabc3d21c0cc1aee4a75008c671a94\",\n            \"name\": \"Reconnections Cognitive Speech Therapy\",\n            \"address_1\": \"1200 W Walnut St\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72756\",\n            \"latitude\": 36.33367,\n            \"longitude\": -94.13275,\n            \"location\": {\n                \"lat\": 36.33367,\n                \"lon\": -94.13275\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-633-7141\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Social Worker\",\n                    \"Adults\",\n                    \"Behavioral Health\"\n                ],\n                \"terms\": [\n                    \"Behavior Analysis\",\n                    \"Cognitive Behavior Doctor\",\n                    \"Cognitive Behavior\"\n                ]\n            },\n            \"distanceInMiles\": [\n                0.0679855157719809\n            ]\n        },\n        {\n            \"id\": \"d77990178e090ca7c1b698b573fbfea2\",\n            \"npi\": \"1578906590\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"b090d4431cb063140a19e97d7067da2d\",\n            \"name\": \"Youth Bridge\",\n            \"address_1\": \"1200 W Walnut St\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72756\",\n            \"latitude\": 36.33367,\n            \"longitude\": -94.13275,\n            \"location\": {\n                \"lat\": 36.33367,\n                \"lon\": -94.13275\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-636-0144\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Social Worker\",\n                    \"Adults\",\n                    \"Behavioral Health\"\n                ],\n                \"terms\": [\n                    \"Cognitive Behavior Doctor\",\n                    \"Behavior Analysis\",\n                    \"Cognitive Behavior\"\n                ]\n            },\n            \"distanceInMiles\": [\n                0.0679855157719809\n            ]\n        },\n        {\n            \"id\": \"8649a2296eb3a90a18db5d13b5eec2c1\",\n            \"npi\": \"1164931291\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"65962e7894c3437eb365c1cdd4e403c6\",\n            \"name\": \"Pt Concepts, PLLC\",\n            \"address_1\": \"1200 W Walnut St\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72756\",\n            \"latitude\": 36.33367,\n            \"longitude\": -94.13275,\n            \"location\": {\n                \"lat\": 36.33367,\n                \"lon\": -94.13275\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-621-0301\",\n            \"specialization\": \"CLIN\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Adults\",\n                    \"Social Worker\",\n                    \"Behavioral Health\"\n                ],\n                \"terms\": [\n                    \"Cognitive Behavior\",\n                    \"Behavior Analysis\",\n                    \"Cognitive Behavior Doctor\"\n                ]\n            },\n            \"distanceInMiles\": [\n                0.0679855157719809\n            ]\n        },\n        {\n            \"id\": \"95e11469ed9c4638ebb755217d2620f3\",\n            \"npi\": \"1013084482\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"d220a5a12bd9a5bf51e9845fe3b8e01c\",\n            \"name\": \"Anesthesia Services Of Benton County PA\",\n            \"address_1\": \"1200 W Walnut St\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72756\",\n            \"latitude\": 36.33367,\n            \"longitude\": -94.13275,\n            \"location\": {\n                \"lat\": 36.33367,\n                \"lon\": -94.13275\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-636-0200\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Behavioral Health\",\n                    \"Social Worker\",\n                    \"Adults\"\n                ],\n                \"terms\": [\n                    \"Behavior Analysis\",\n                    \"Cognitive Behavior\",\n                    \"Cognitive Behavior Doctor\"\n                ]\n            },\n            \"distanceInMiles\": [\n                0.0679855157719809\n            ]\n        },\n        {\n            \"id\": \"20ee38bc6da16a29d69194aecfd275cd\",\n            \"npi\": \"1306310008\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"c9caea3d045145dbcc229a5a760f0af1\",\n            \"name\": \"Servant's Heart Outreach\",\n            \"address_1\": \"1200 W Walnut St\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72756\",\n            \"latitude\": 36.33367,\n            \"longitude\": -94.13275,\n            \"location\": {\n                \"lat\": 36.33367,\n                \"lon\": -94.13275\n            },\n            \"fax\": \"\",\n            \"phone\": \"417-268-8086\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Behavioral Health\",\n                    \"Social Worker\",\n                    \"Adults\"\n                ],\n                \"terms\": [\n                    \"Cognitive Behavior Doctor\",\n                    \"Cognitive Behavior\",\n                    \"Behavior Analysis\"\n                ]\n            },\n            \"distanceInMiles\": [\n                0.0679855157719809\n            ]\n        },\n        {\n            \"id\": \"c8763fdaf8a03e6d1910e54b141b02e7\",\n            \"npi\": \"1033971114\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"173bcc41044eb4741d2fc49dbc89c8ca\",\n            \"name\": \"St Francis House Nwa, Inc\",\n            \"address_1\": \"1233 W Poplar St\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72756\",\n            \"latitude\": 36.33184,\n            \"longitude\": -94.13362,\n            \"location\": {\n                \"lat\": 36.33184,\n                \"lon\": -94.13362\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-636-9235\",\n            \"specialization\": \"CLIN\",\n            \"specialty_id\": 300,\n            \"specialty_name\": \"Office or Clinic\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 418,\n                    \"subspecialty_name\": \"Federally Qualified Health Center (FQHC)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Office or Clinic\"\n                ],\n                \"focus_areas\": [\n                    \"Primary Care\",\n                    \"General Gynecology\",\n                    \"Women's Health\",\n                    \"Asthma\",\n                    \"Obstetrics\",\n                    \"Physical Therapy\",\n                    \"Pediatrics\",\n                    \"Behavioral Health\",\n                    \"Social Worker\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Federally Qualified Health Center (FQHC)\"\n                ],\n                \"terms\": [\n                    \"Pulmonary Rehab\",\n                    \"Delivery\",\n                    \"High Blood Pressure\",\n                    \"Checkup\",\n                    \"Woman Doctor\",\n                    \"Teen\",\n                    \"Gynecologist\",\n                    \"Obgyn\",\n                    \"Kids\",\n                    \"Female Check Up\",\n                    \"Tubal Ligation\",\n                    \"Women's Health\",\n                    \"Women's Doctor\",\n                    \"Vaccines\",\n                    \"Doctor\",\n                    \"Gynecology\",\n                    \"Immunization\",\n                    \"Teen Doctor\",\n                    \"Obesity Medicine (Pediatrics)\",\n                    \"Adolescent Medicine\",\n                    \"Midwife\",\n                    \"Vaginal Delivery\",\n                    \"Screenings\",\n                    \"Cognitive Behavior\",\n                    \"Mental Health\",\n                    \"Ped\",\n                    \"Peds\",\n                    \"Family Practice\",\n                    \"Cold Treatment\",\n                    \"Hysterectomy\",\n                    \"Pap Smear\",\n                    \"General Doctor\",\n                    \"Obesity Treatment\",\n                    \"Obstetrician\",\n                    \"Preventive Care\",\n                    \"Endometriosis\",\n                    \"Children's Doctor\",\n                    \"Ob\",\n                    \"Hysteroscopy\",\n                    \"Family Medicine\",\n                    \"PCP\",\n                    \"Kid\",\n                    \"Family Doctor\",\n                    \"Colposcopy\",\n                    \"Baby Doctor\",\n                    \"Kid Doctor\",\n                    \"Ob/Gyn\",\n                    \"Federally Qualified Health Center (FQHC)\",\n                    \"Cardiac Rehab\",\n                    \"Cervical Biopsy\",\n                    \"Asthma Treatment\",\n                    \"Prenatal\",\n                    \"Tetanus Shot\",\n                    \"Breathing Psychotherapy\",\n                    \"Child Doctor\",\n                    \"Behavioral Health\",\n                    \"Women Health\",\n                    \"School Physical\",\n                    \"Cognitive Behavior Doctor\",\n                    \"Overweight Treatment\",\n                    \"Flu Treatment\",\n                    \"Ablation\",\n                    \"Weight Loss Treatment\",\n                    \"Baby\",\n                    \"Endometrial Biopsy\",\n                    \"Child Abuse Pediatrics\",\n                    \"TDAP\",\n                    \"General Practice\",\n                    \"Poison Ivy Treatment\",\n                    \"PT\",\n                    \"Pediatrician\",\n                    \"D&C\",\n                    \"Children\",\n                    \"Rehab Therapist\",\n                    \"Child\",\n                    \"Annual Physical\",\n                    \"Heart Therapy\",\n                    \"Womens Health\",\n                    \"Obesity Medicine\",\n                    \"Hypertension\",\n                    \"Internal Medicine\",\n                    \"Hyperglycemia\",\n                    \"Internist\",\n                    \"Behavior Analysis\",\n                    \"Maternal\",\n                    \"HBP\",\n                    \"General Medicine\"\n                ]\n            },\n            \"distanceInMiles\": [\n                0.0808130686308901\n            ]\n        },\n        {\n            \"id\": \"6634692604cbb26aa410f79f2968220c\",\n            \"npi\": \"1699785089\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"492a552e79bb3dae43881f458e10ccbe\",\n            \"name\": \"St. Francis House Nwa, Inc.\",\n            \"address_1\": \"1233 W Poplar St\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72756\",\n            \"latitude\": 36.33184,\n            \"longitude\": -94.13362,\n            \"location\": {\n                \"lat\": 36.33184,\n                \"lon\": -94.13362\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-636-9235\",\n            \"specialization\": \"CLIN\",\n            \"specialty_id\": 300,\n            \"specialty_name\": \"Office or Clinic\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 418,\n                    \"subspecialty_name\": \"Federally Qualified Health Center (FQHC)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Office or Clinic\"\n                ],\n                \"focus_areas\": [\n                    \"Behavioral Health\",\n                    \"Physical Therapy\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Obstetrics\",\n                    \"Asthma\",\n                    \"General Gynecology\",\n                    \"Pediatrics\",\n                    \"Women's Health\",\n                    \"Primary Care\",\n                    \"Social Worker\",\n                    \"Federally Qualified Health Center (FQHC)\"\n                ],\n                \"terms\": [\n                    \"Obesity Medicine (Pediatrics)\",\n                    \"Colposcopy\",\n                    \"Family Medicine\",\n                    \"Overweight Treatment\",\n                    \"Weight Loss Treatment\",\n                    \"Vaginal Delivery\",\n                    \"Immunization\",\n                    \"Screenings\",\n                    \"PCP\",\n                    \"General Doctor\",\n                    \"Womens Health\",\n                    \"Asthma Treatment\",\n                    \"Hysteroscopy\",\n                    \"Ablation\",\n                    \"Female Check Up\",\n                    \"Federally Qualified Health Center (FQHC)\",\n                    \"Poison Ivy Treatment\",\n                    \"Pulmonary Rehab\",\n                    \"Women's Doctor\",\n                    \"Pediatrician\",\n                    \"Teen\",\n                    \"Cardiac Rehab\",\n                    \"Cervical Biopsy\",\n                    \"Breathing Psychotherapy\",\n                    \"Woman Doctor\",\n                    \"Ob/Gyn\",\n                    \"Endometriosis\",\n                    \"D&C\",\n                    \"Baby\",\n                    \"Hyperglycemia\",\n                    \"Obesity Medicine\",\n                    \"Delivery\",\n                    \"Obesity Treatment\",\n                    \"Women's Health\",\n                    \"Ob\",\n                    \"General Practice\",\n                    \"Adolescent Medicine\",\n                    \"Peds\",\n                    \"Internist\",\n                    \"PT\",\n                    \"Gynecologist\",\n                    \"Internal Medicine\",\n                    \"Women Health\",\n                    \"Maternal\",\n                    \"School Physical\",\n                    \"Endometrial Biopsy\",\n                    \"Prenatal\",\n                    \"Heart Therapy\",\n                    \"Gynecology\",\n                    \"Children's Doctor\",\n                    \"Behavioral Health\",\n                    \"Children\",\n                    \"TDAP\",\n                    \"Child Doctor\",\n                    \"Pap Smear\",\n                    \"Cold Treatment\",\n                    \"Mental Health\",\n                    \"Checkup\",\n                    \"Ped\",\n                    \"Kid\",\n                    \"Obstetrician\",\n                    \"Family Doctor\",\n                    \"Cognitive Behavior\",\n                    \"Child Abuse Pediatrics\",\n                    \"Doctor\",\n                    \"Hypertension\",\n                    \"Hysterectomy\",\n                    \"Preventive Care\",\n                    \"Behavior Analysis\",\n                    \"Vaccines\",\n                    \"Family Practice\",\n                    \"Baby Doctor\",\n                    \"General Medicine\",\n                    \"Tetanus Shot\",\n                    \"High Blood Pressure\",\n                    \"Child\",\n                    \"Annual Physical\",\n                    \"Teen Doctor\",\n                    \"Kids\",\n                    \"Flu Treatment\",\n                    \"HBP\",\n                    \"Midwife\",\n                    \"Rehab Therapist\",\n                    \"Kid Doctor\",\n                    \"Obgyn\",\n                    \"Tubal Ligation\",\n                    \"Cognitive Behavior Doctor\"\n                ]\n            },\n            \"distanceInMiles\": [\n                0.0808130686308901\n            ]\n        },\n        {\n            \"id\": \"c91f799171eb753cf29ee70e2cab15d2\",\n            \"npi\": \"1174800619\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"214a7736999b53dc590436bba6f3ee22\",\n            \"name\": \"St Francis House Nwa, Inc\",\n            \"address_1\": \"1233 W Poplar St\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72756\",\n            \"latitude\": 36.33184,\n            \"longitude\": -94.13362,\n            \"location\": {\n                \"lat\": 36.33184,\n                \"lon\": -94.13362\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-636-9235\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Primary Care\",\n                    \"Pediatrics\",\n                    \"Obstetrics\",\n                    \"Physical Therapy\",\n                    \"General Gynecology\",\n                    \"Behavioral Health\",\n                    \"Social Worker\",\n                    \"Asthma\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Women's Health\"\n                ],\n                \"terms\": [\n                    \"Child Abuse Pediatrics\",\n                    \"Annual Physical\",\n                    \"Vaccines\",\n                    \"Ped\",\n                    \"Rehab Therapist\",\n                    \"School Physical\",\n                    \"Overweight Treatment\",\n                    \"Kids\",\n                    \"Tubal Ligation\",\n                    \"Kid Doctor\",\n                    \"Child Doctor\",\n                    \"Obstetrician\",\n                    \"Ob\",\n                    \"Endometriosis\",\n                    \"Pap Smear\",\n                    \"Behavior Analysis\",\n                    \"Immunization\",\n                    \"Pediatrician\",\n                    \"Cervical Biopsy\",\n                    \"Baby Doctor\",\n                    \"Internal Medicine\",\n                    \"Obesity Medicine (Pediatrics)\",\n                    \"Womens Health\",\n                    \"Cognitive Behavior\",\n                    \"Hysterectomy\",\n                    \"Family Doctor\",\n                    \"Mental Health\",\n                    \"Family Medicine\",\n                    \"Obgyn\",\n                    \"Gynecology\",\n                    \"Flu Treatment\",\n                    \"Family Practice\",\n                    \"Ob/Gyn\",\n                    \"Hysteroscopy\",\n                    \"Preventive Care\",\n                    \"High Blood Pressure\",\n                    \"Women's Health\",\n                    \"Woman Doctor\",\n                    \"Peds\",\n                    \"General Medicine\",\n                    \"Breathing Psychotherapy\",\n                    \"PT\",\n                    \"Poison Ivy Treatment\",\n                    \"Heart Therapy\",\n                    \"Child\",\n                    \"Maternal\",\n                    \"Hypertension\",\n                    \"Teen Doctor\",\n                    \"Hyperglycemia\",\n                    \"General Practice\",\n                    \"HBP\",\n                    \"Doctor\",\n                    \"Female Check Up\",\n                    \"Screenings\",\n                    \"Midwife\",\n                    \"Endometrial Biopsy\",\n                    \"PCP\",\n                    \"D&C\",\n                    \"Women's Doctor\",\n                    \"Cardiac Rehab\",\n                    \"Children's Doctor\",\n                    \"Prenatal\",\n                    \"Cognitive Behavior Doctor\",\n                    \"Obesity Medicine\",\n                    \"Adolescent Medicine\",\n                    \"Behavioral Health\",\n                    \"Cold Treatment\",\n                    \"Kid\",\n                    \"Pulmonary Rehab\",\n                    \"Colposcopy\",\n                    \"Tetanus Shot\",\n                    \"Teen\",\n                    \"Obesity Treatment\",\n                    \"Internist\",\n                    \"TDAP\",\n                    \"Asthma Treatment\",\n                    \"Children\",\n                    \"Delivery\",\n                    \"Gynecologist\",\n                    \"Vaginal Delivery\",\n                    \"Baby\",\n                    \"Ablation\",\n                    \"Checkup\",\n                    \"General Doctor\",\n                    \"Women Health\",\n                    \"Weight Loss Treatment\"\n                ]\n            },\n            \"distanceInMiles\": [\n                0.0808130686308901\n            ]\n        },\n        {\n            \"id\": \"72b73d54b63f73a03d5f17b76538cc3a\",\n            \"npi\": \"1487749990\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"629c037dced1ba356a13bb7e2b1c51f5\",\n            \"name\": \"Planned Parenthood Of Arkansas And Eastern Oklahoma, Inc.\",\n            \"address_1\": \"1222 W Poplar St\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72756\",\n            \"latitude\": 36.33166,\n            \"longitude\": -94.13363,\n            \"location\": {\n                \"lat\": 36.33166,\n                \"lon\": -94.13363\n            },\n            \"fax\": \"\",\n            \"phone\": \"855-841-7526\",\n            \"specialization\": \"CLIN\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"General Gynecology\",\n                    \"Obstetrics\"\n                ],\n                \"terms\": [\n                    \"Hysteroscopy\",\n                    \"Tubal Ligation\",\n                    \"Delivery\",\n                    \"Colposcopy\",\n                    \"Ob\",\n                    \"Female Check Up\",\n                    \"Gynecologist\",\n                    \"Baby\",\n                    \"Obgyn\",\n                    \"Hysterectomy\",\n                    \"Pap Smear\",\n                    \"Cervical Biopsy\",\n                    \"D&C\",\n                    \"Obstetrician\",\n                    \"Baby Doctor\",\n                    \"Ob/Gyn\",\n                    \"Midwife\",\n                    \"Maternal\",\n                    \"Ablation\",\n                    \"Vaginal Delivery\",\n                    \"Woman Doctor\",\n                    \"Gynecology\",\n                    \"Endometriosis\",\n                    \"Prenatal\",\n                    \"Women's Doctor\",\n                    \"Endometrial Biopsy\"\n                ]\n            },\n            \"distanceInMiles\": [\n                0.09323757081111943\n            ]\n        }\n    ]\n}"},{"id":"a42c8399-9825-4076-9a41-2e0efb87b38b","name":"Hospital Grade Sort","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/places/?ordering=hospital_grade&q=hospital&network_slug=&type=F","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["places",""],"query":[{"key":"ordering","value":"hospital_grade","description":"String: The order in which search results will return. \nOptions include:\n- 'quality'\n- 'distance'\n- 'hospital_grade'\n- Any field on the queried index such as: 'name'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance "},{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"q","value":"hospital","description":"String: Query multi-match param"},{"key":"location","value":"<lat, lon>","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178","disabled":true},{"key":"radius","value":"<string>","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12\n","disabled":true},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-71.12__40.01,-74.1)","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results "},{"key":"npi","value":"<integer>","description":"Integer: Return places that have the provided npi. ","disabled":true},{"key":"name","value":"<string>","description":"String: Name of place.","disabled":true},{"key":"specialization","value":"<string|string>","description":"String: Pipe delemited list of specailization abbreviations (must be in all caps). Ex: LAB|HOSP\nOptions:\n- LAB\n- HOSP\n- ER\n- UC\n- CLIN\n- IMG\n- DME","disabled":true},{"key":"type","value":"F","description":"String: Letter representation for the type of place.\nOptions:\n- C (Clinic)\n- F (facility)\n- G (Group)\n- H (Hospital)\n- L (Laboratory)\n- O (Office)\n"},{"key":"hospital_grade","value":"<string>","description":"String: Hospital Grade\nOptions:\n- A\n- B\n- C\n- D\n- F\n- NG (Not Graded)","disabled":true},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10000,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/places/?limit=10&network_slug=aetnachoiceposii&offset=10&ordering=hospital_grade&q=hospital&type=F\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": \"3e44e9d3b28789485b8501e7a73b6dac\",\n            \"npi\": \"1760492714\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"0fba3ee5178f94a7f883618ea0a911a7\",\n            \"name\": \"UCHealth Poudre Valley Hospital\",\n            \"address_1\": \"1107 S Lemay Ave\",\n            \"address_2\": \"Ste 300\",\n            \"city\": \"Fort Collins\",\n            \"state\": \"CO\",\n            \"zipcode\": \"80524\",\n            \"latitude\": 40.57221,\n            \"longitude\": -105.05801,\n            \"location\": {\n                \"lat\": 40.57221,\n                \"lon\": -105.05801\n            },\n            \"fax\": \"\",\n            \"phone\": \"970-495-8800\",\n            \"specialization\": \"HOSP|CLIN|LAB|ER|IMG|UC\",\n            \"specialty_id\": 300,\n            \"specialty_name\": \"Office or Clinic\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 416,\n                    \"subspecialty_name\": \"Emergency Care (Stand-alone)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/uchealth-poudre-valley-hospital\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Express Care\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"Laboratory\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"Urgent Care\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\",\n                    \"Office or Clinic\"\n                ],\n                \"focus_areas\": [\n                    \"Obstetrics & Gynecology\",\n                    \"Hypertensive Disorders\",\n                    \"Placenta Previa\",\n                    \"Emergency Care (Stand-alone)\",\n                    \"Genital Prolapse\",\n                    \"General Gynecology\",\n                    \"Emergency Care (Hospital)\",\n                    \"Menopausal Disorders\",\n                    \"General Acute Care\",\n                    \"Placenta Disorders\",\n                    \"Fertility Procedures\",\n                    \"Ovarian Dysfunction\",\n                    \"Obstetrics\",\n                    \"Pregnancy and Delivery\"\n                ],\n                \"terms\": [\n                    \"Maternal\",\n                    \"Cardiac Catheterization\",\n                    \"C-Section\",\n                    \"Ob\",\n                    \"Baby Doctor\",\n                    \"Ob/Gyn\",\n                    \"Gynecologist\",\n                    \"Colposcopy\",\n                    \"Cervical Biopsy\",\n                    \"Vaginal Delivery\",\n                    \"Baby Delivery\",\n                    \"Ablation\",\n                    \"D&C\",\n                    \"Endometrial Biopsy\",\n                    \"Woman Doctor\",\n                    \"Baby\",\n                    \"Hysterectomy\",\n                    \"Endometriosis\",\n                    \"Rehabilitation\",\n                    \"Hysteroscopy\",\n                    \"Cesarian Section\",\n                    \"Gynecology\",\n                    \"Female Check Up\",\n                    \"Women's Doctor\",\n                    \"Prenatal\",\n                    \"Psychiatric\",\n                    \"Pregnancy Doctor\",\n                    \"Delivery\",\n                    \"Tubal Ligation\",\n                    \"Midwife\",\n                    \"General Acute Care\",\n                    \"Obstetrician\",\n                    \"Pap Smear\",\n                    \"Obgyn\",\n                    \"Childbirth\"\n                ]\n            }\n        },\n        {\n            \"id\": \"a6feec40d561215d8d26eda8f16245fb\",\n            \"npi\": \"1760492714\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"0fba3ee5178f94a7f883618ea0a911a7\",\n            \"name\": \"UCHealth Poudre Valley Hospital\",\n            \"address_1\": \"1107 S Lemay Ave\",\n            \"address_2\": \"Ste 300\",\n            \"city\": \"Fort Collins\",\n            \"state\": \"CO\",\n            \"zipcode\": \"80524\",\n            \"latitude\": 40.57221,\n            \"longitude\": -105.05801,\n            \"location\": {\n                \"lat\": 40.57221,\n                \"lon\": -105.05801\n            },\n            \"fax\": \"\",\n            \"phone\": \"970-495-8800\",\n            \"specialization\": \"HOSP|CLIN|LAB|ER|IMG|UC\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {},\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/uchealth-poudre-valley-hospital\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Express Care\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"Laboratory\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"Urgent Care\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\",\n                    \"Office or Clinic\"\n                ],\n                \"focus_areas\": [\n                    \"Obstetrics & Gynecology\",\n                    \"Hypertensive Disorders\",\n                    \"Placenta Previa\",\n                    \"Emergency Care (Stand-alone)\",\n                    \"Genital Prolapse\",\n                    \"General Gynecology\",\n                    \"Emergency Care (Hospital)\",\n                    \"Menopausal Disorders\",\n                    \"General Acute Care\",\n                    \"Placenta Disorders\",\n                    \"Fertility Procedures\",\n                    \"Ovarian Dysfunction\",\n                    \"Obstetrics\",\n                    \"Pregnancy and Delivery\"\n                ],\n                \"terms\": [\n                    \"Maternal\",\n                    \"Cardiac Catheterization\",\n                    \"C-Section\",\n                    \"Ob\",\n                    \"Baby Doctor\",\n                    \"Ob/Gyn\",\n                    \"Gynecologist\",\n                    \"Colposcopy\",\n                    \"Cervical Biopsy\",\n                    \"Vaginal Delivery\",\n                    \"Baby Delivery\",\n                    \"Ablation\",\n                    \"D&C\",\n                    \"Endometrial Biopsy\",\n                    \"Woman Doctor\",\n                    \"Baby\",\n                    \"Hysterectomy\",\n                    \"Endometriosis\",\n                    \"Rehabilitation\",\n                    \"Hysteroscopy\",\n                    \"Cesarian Section\",\n                    \"Gynecology\",\n                    \"Female Check Up\",\n                    \"Women's Doctor\",\n                    \"Prenatal\",\n                    \"Psychiatric\",\n                    \"Pregnancy Doctor\",\n                    \"Delivery\",\n                    \"Tubal Ligation\",\n                    \"Midwife\",\n                    \"General Acute Care\",\n                    \"Obstetrician\",\n                    \"Pap Smear\",\n                    \"Obgyn\",\n                    \"Childbirth\"\n                ]\n            }\n        },\n        {\n            \"id\": \"aec1958a6a1b9c310ff5bf5df7b3cdf5\",\n            \"npi\": \"1063945707\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1b0bd2fb44622246c6fbc9c9565d826c\",\n            \"name\": \"UPMC Memorial (FKA UPMC Pinnacle Memorial Hospital York)\",\n            \"address_1\": \"1703 Innovation Dr\",\n            \"address_2\": \"\",\n            \"city\": \"York\",\n            \"state\": \"PA\",\n            \"zipcode\": \"17408\",\n            \"latitude\": 39.90682,\n            \"longitude\": -76.79364,\n            \"location\": {\n                \"lat\": 39.90682,\n                \"lon\": -76.79364\n            },\n            \"fax\": \"717-843-8623\",\n            \"phone\": \"717-894-5640\",\n            \"specialization\": \"LAB|CLIN|ER|HOSP\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/upmc-memorial\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\",\n                \"Laboratory\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Thyroid Cancer\",\n                    \"Adult Congenital\",\n                    \"Interventional Cardiology\",\n                    \"Endoscopy\",\n                    \"Cardiothoracic and Vascular Surgery\",\n                    \"General Gynecology\",\n                    \"Diabetes\",\n                    \"Bladder Cancer\",\n                    \"Breast Cancer\",\n                    \"Primary Care\",\n                    \"Obstetrics\",\n                    \"General Acute Care\",\n                    \"Pregnancy and Delivery\",\n                    \"Hypertensive Disorders\",\n                    \"Placenta Previa\",\n                    \"Colectomy\",\n                    \"Electrophysiology\",\n                    \"Upper Endoscopy\",\n                    \"Pulmonology\",\n                    \"Sleep Medicine\",\n                    \"Inflammatory Bowel Disease\",\n                    \"Heart Failure\",\n                    \"Gastroenterology\",\n                    \"Surgery - General\",\n                    \"Podiatric Surgery\",\n                    \"Placenta Disorders\",\n                    \"Appendectomy/Cholecystectomy\",\n                    \"Asthma\",\n                    \"Prostate Cancer\",\n                    \"Diabetes in Pregnancy\",\n                    \"Coronary Artery Disease\",\n                    \"Podiatry\",\n                    \"Minor Vascular Procedures\",\n                    \"Emergency Care (Hospital)\",\n                    \"Radiology\",\n                    \"COPD\",\n                    \"Cardiology\",\n                    \"Oncology\",\n                    \"Adolescents\",\n                    \"Major Vascular Procedures\"\n                ],\n                \"terms\": [\n                    \"General Surgeon\",\n                    \"Sleep Medicine\",\n                    \"Arrhythmia Doctor\",\n                    \"Lung Biopsy\",\n                    \"Angio\",\n                    \"Immunization\",\n                    \"Oncology\",\n                    \"Sigmoidoscopy\",\n                    \"Radiologist\",\n                    \"Doctor\",\n                    \"Asthma Treatment\",\n                    \"Heart Stent Doctor\",\n                    \"Cold Treatment\",\n                    \"Baby Delivery\",\n                    \"Ob\",\n                    \"Maternal\",\n                    \"Circulatory System Doctor\",\n                    \"Heart Transplant\",\n                    \"Endometriosis\",\n                    \"Cathether\",\n                    \"Pulmonary Function Testing\",\n                    \"COPD\",\n                    \"Cardiovascular Surgeon\",\n                    \"Coronary Stent\",\n                    \"Hysteroscopy\",\n                    \"Cardiologist\",\n                    \"Baby\",\n                    \"Colposcopy\",\n                    \"Childbirth\",\n                    \"Stomach\",\n                    \"Vaccines\",\n                    \"Oncologist\",\n                    \"RVAD\",\n                    \"VAD\",\n                    \"Cancer\",\n                    \"LVAD\",\n                    \"Heart Catheter Doctor\",\n                    \"Breathing\",\n                    \"Weight Loss Treatment\",\n                    \"Prenatal\",\n                    \"Internal Medicine\",\n                    \"General Doctor\",\n                    \"Cardiac Transplant\",\n                    \"Tubal Ligation\",\n                    \"Coronary Artery Disease\",\n                    \"GI\",\n                    \"Electrophysiology\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Obesity Treatment\",\n                    \"Ablation\",\n                    \"Gastroenterologist\",\n                    \"Obgyn\",\n                    \"Woman Doctor\",\n                    \"C-Section\",\n                    \"Annual Physical\",\n                    \"Stress Test\",\n                    \"Digestive Doctor\",\n                    \"School Physical\",\n                    \"Ob/Gyn\",\n                    \"AICD\",\n                    \"Heart Rhythm Doctor\",\n                    \"Midwife\",\n                    \"Hammertoe\",\n                    \"Vascular Surgeon\",\n                    \"Pap Smear\",\n                    \"Tetanus Shot\",\n                    \"Lung Treatment\",\n                    \"Heart Stent\",\n                    \"General Practice\",\n                    \"General Acute Care\",\n                    \"MRI\",\n                    \"General Medicine\",\n                    \"Heart Valve Treatment\",\n                    \"Esophagogastroduodenoscopy\",\n                    \"Flu Treatment\",\n                    \"Hematologist\",\n                    \"Surgeon\",\n                    \"Feet\",\n                    \"Hysterectomy\",\n                    \"Female Check Up\",\n                    \"Vascular Surgery\",\n                    \"PET\",\n                    \"Angioplasty\",\n                    \"Xray\",\n                    \"Heart Doctor\",\n                    \"Stomach Doctor\",\n                    \"Obesity Medicine\",\n                    \"Endoscope\",\n                    \"Respiratory\",\n                    \"Vaginal Delivery\",\n                    \"CT Scan\",\n                    \"Heart Transplant Cardiologist\",\n                    \"Endometrial Biopsy\",\n                    \"Gut\",\n                    \"Internist\",\n                    \"CAT Scan\",\n                    \"Heart Surgeon\",\n                    \"Cardiovascular Disease\",\n                    \"Cervical Biopsy\",\n                    \"Sleep Disorder\",\n                    \"IBD\",\n                    \"Screenings\",\n                    \"Asthma\",\n                    \"TDAP\",\n                    \"Sleep Apnea\",\n                    \"D&C\",\n                    \"Heart Treatment\",\n                    \"EGD\",\n                    \"Women's Doctor\",\n                    \"Pregnancy Doctor\",\n                    \"Family Doctor\",\n                    \"General Surgery\",\n                    \"Gynecologist\",\n                    \"X-Ray\",\n                    \"Chronic obstructive pulmonary disease\",\n                    \"Preventive Care\",\n                    \"Interventional Cardiologist\",\n                    \"Pulmonologist\",\n                    \"Intestines\",\n                    \"Overweight Treatment\",\n                    \"Coronary Treatment\",\n                    \"Treadmill Test\",\n                    \"Family Medicine\",\n                    \"Digestive Disease Doctor\",\n                    \"Heartburn\",\n                    \"Endoscopy\",\n                    \"Cardiovascular Surgery\",\n                    \"Toenail Removal\",\n                    \"Poison Ivy Treatment\",\n                    \"Obstetrician\",\n                    \"Family Practice\",\n                    \"Lung Problems\",\n                    \"Foot\",\n                    \"Delivery\",\n                    \"Nail Cutting\",\n                    \"Gallbladder Removal\",\n                    \"Electrophysiologist\",\n                    \"Pacemaker\",\n                    \"Bowels\",\n                    \"GI Doctor\",\n                    \"PCP\",\n                    \"Inflammatory Bowel Disease\",\n                    \"Sleep Study\",\n                    \"Checkup\",\n                    \"Imaging\",\n                    \"Colonoscopy\",\n                    \"Digestive Diseases\",\n                    \"Baby Doctor\",\n                    \"Hernia\",\n                    \"Lung Disease\",\n                    \"Respiratory Physician\",\n                    \"Gynecology\",\n                    \"Stomach Pain\",\n                    \"Pulmonary Fibrosis\",\n                    \"Cancer Doctor\",\n                    \"Podiatrist\",\n                    \"Ventricular Assist Device\",\n                    \"Stent\",\n                    \"Bronchoscopy\",\n                    \"Digestive Disease\",\n                    \"Heart Surgery\",\n                    \"Cesarian Section\",\n                    \"Defibrillator\",\n                    \"Lung Doctor\",\n                    \"Toe Doctor\"\n                ]\n            }\n        },\n        {\n            \"id\": \"e9f5206a6778bcaa196722837bcbe59a\",\n            \"npi\": \"1457690471\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"105881071bbb4e6547cdecd568262499\",\n            \"name\": \"Ascension St Vincents Clay County Hospital\",\n            \"address_1\": \"1786 Blanding Blvd\",\n            \"address_2\": \"Ste 1\",\n            \"city\": \"Middleburg\",\n            \"state\": \"FL\",\n            \"zipcode\": \"32068\",\n            \"latitude\": 30.10639,\n            \"longitude\": -81.82587,\n            \"location\": {\n                \"lat\": 30.10639,\n                \"lon\": -81.82587\n            },\n            \"fax\": \"\",\n            \"phone\": \"904-450-6940\",\n            \"specialization\": \"HOSP|IMG|ER\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/st-vincents-medical-center-clay-county\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"General Acute Care\",\n                    \"Emergency Care (Hospital)\"\n                ],\n                \"terms\": [\n                    \"General Acute Care\"\n                ]\n            }\n        },\n        {\n            \"id\": \"0781b7cf6e5ca7b5e83ddf9025216c7f\",\n            \"npi\": \"1609855139\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d2dc08837fc62c9fdfe95f3a1281c749\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"154cd2751f470edc70f243024837f554\",\n            \"name\": \"Baylor Scott & White Heart and Vascular Hospital - Dallas (FKA Baylor Jack and Jane Hamilton Heart and Vascular)\",\n            \"address_1\": \"621 N Hall St\",\n            \"address_2\": \"\",\n            \"city\": \"Dallas\",\n            \"state\": \"TX\",\n            \"zipcode\": \"75226\",\n            \"latitude\": 32.78799,\n            \"longitude\": -96.78048,\n            \"location\": {\n                \"lat\": 32.78799,\n                \"lon\": -96.78048\n            },\n            \"fax\": \"214-818-7752\",\n            \"phone\": \"214-820-0600\",\n            \"specialization\": \"IMG|HOSP|CLIN|ER\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 459,\n                    \"subspecialty_name\": \"Special Hospital\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/baylor-scott-white-heart-and-vascular-hospital-dallas\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Heart Failure\",\n                    \"Interventional Cardiology\",\n                    \"Emergency Care (Hospital)\",\n                    \"Electrophysiology\",\n                    \"General Acute Care\",\n                    \"Cardiothoracic and Vascular Surgery\",\n                    \"Cardiology\",\n                    \"Special Hospital\",\n                    \"Coronary Artery Disease\",\n                    \"Radiology\"\n                ],\n                \"terms\": [\n                    \"RVAD\",\n                    \"VAD\",\n                    \"Heart Catheter Doctor\",\n                    \"PET\",\n                    \"Heart Stent Doctor\",\n                    \"CAT Scan\",\n                    \"Heart Valve Treatment\",\n                    \"Coronary Treatment\",\n                    \"Stress Test\",\n                    \"Cardiovascular Disease\",\n                    \"Vascular Surgeon\",\n                    \"General Acute Care\",\n                    \"Heart Transplant Cardiologist\",\n                    \"X-Ray\",\n                    \"Pacemaker\",\n                    \"Heart Transplant\",\n                    \"Ventricular Assist Device\",\n                    \"Heart Rhythm Doctor\",\n                    \"Treadmill Test\",\n                    \"Electrophysiologist\",\n                    \"Ablation\",\n                    \"Circulatory System Doctor\",\n                    \"Cardiovascular Surgery\",\n                    \"Defibrillator\",\n                    \"Electrophysiology\",\n                    \"CT Scan\",\n                    \"Coronary Stent\",\n                    \"Coronary Artery Disease\",\n                    \"Interventional Cardiologist\",\n                    \"Imaging\",\n                    \"Radiologist\",\n                    \"Heart Surgeon\",\n                    \"LVAD\",\n                    \"Vascular Surgery\",\n                    \"Heart Treatment\",\n                    \"MRI\",\n                    \"Special Hospital\",\n                    \"Angioplasty\",\n                    \"Cardiovascular Surgeon\",\n                    \"AICD\",\n                    \"Arrhythmia Doctor\",\n                    \"Heart Stent\",\n                    \"Cathether\",\n                    \"Stent\",\n                    \"Xray\",\n                    \"Cardiac Transplant\",\n                    \"Cardiologist\",\n                    \"Heart Surgery\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Heart Doctor\",\n                    \"Angio\"\n                ]\n            }\n        },\n        {\n            \"id\": \"790a64c99d08f7d3aa1857afaa9e7ab8\",\n            \"npi\": \"1184709057\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"17b4ac45d5abce5de197cc9df431176c\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1dd4d67abd502489bcd481f944849be8\",\n            \"name\": \"Orlando Health South Seminole Hospital\",\n            \"address_1\": \"9400 Turkey Lake Rd\",\n            \"address_2\": \"\",\n            \"city\": \"Orlando\",\n            \"state\": \"FL\",\n            \"zipcode\": \"32819\",\n            \"latitude\": 28.42874,\n            \"longitude\": -81.47512,\n            \"location\": {\n                \"lat\": 28.42874,\n                \"lon\": -81.47512\n            },\n            \"fax\": \"\",\n            \"phone\": \"407-351-8580\",\n            \"specialization\": \"CLIN|DME|LAB|ER|IMG|HOSP\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {},\n                {\n                    \"subspecialty_id\": 446,\n                    \"subspecialty_name\": \"Substance Use Disorder Rehabilitation\"\n                },\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 450,\n                    \"subspecialty_name\": \"Children's\"\n                },\n                {\n                    \"subspecialty_id\": 453,\n                    \"subspecialty_name\": \"Women's Hospital\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/orlando-health-dr-p-phillips-hospital\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Blood Glucose Monitor\",\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"Commode\",\n                \"Crutches\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"Laboratory\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bed pan\",\n                \"bed rail\",\n                \"bed side rail\",\n                \"blood sugar meter\",\n                \"blood sugar test\",\n                \"bone density\",\n                \"cane\",\n                \"diagnostic mammography\",\n                \"heat lamp\",\n                \"heating pad\",\n                \"home infusion\",\n                \"lift\",\n                \"mammogram\",\n                \"mammography\",\n                \"mattress\",\n                \"monitor\",\n                \"motorized wheelchair\",\n                \"mri\",\n                \"nebulizer\",\n                \"oxygen\",\n                \"oxygen face mask\",\n                \"portable oxygen\",\n                \"quad cane\",\n                \"rolling chair\",\n                \"safety roller\",\n                \"screening mammography\",\n                \"seat lift\",\n                \"sleep apnea\",\n                \"vaporizer\",\n                \"walker\",\n                \"wheelchair\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Office or Clinic\",\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Asthma\",\n                    \"Primary Care\",\n                    \"End-Stage Renal Disease (ESRD) Treatment\",\n                    \"Shoulder and Elbow\",\n                    \"Hand and Wrist\",\n                    \"Knee\",\n                    \"Foot and Ankle\",\n                    \"Women's Hospital\",\n                    \"General Acute Care\",\n                    \"COPD\",\n                    \"Sleep Medicine\",\n                    \"Hip\",\n                    \"Orthopedic Surgery\",\n                    \"Joint Pain Management\",\n                    \"Substance Use Disorder Rehabilitation\",\n                    \"Children's\",\n                    \"Pulmonology\",\n                    \"Ortho-Joint\",\n                    \"HIV\",\n                    \"Arthroscopy\",\n                    \"Emergency Care (Hospital)\"\n                ],\n                \"terms\": [\n                    \"Family Practice\",\n                    \"Lung Biopsy\",\n                    \"Rotator Cuff\",\n                    \"Family Medicine\",\n                    \"Hip Repair\",\n                    \"Wrist Doctor\",\n                    \"Lung Disease\",\n                    \"Knee Fracture\",\n                    \"Hand Doctor\",\n                    \"Screenings\",\n                    \"Joint Doctor\",\n                    \"Bunionectomy\",\n                    \"Plantar Fascia Release\",\n                    \"Radial Fracture Repair\",\n                    \"Checkup\",\n                    \"Overweight Treatment\",\n                    \"Lung Doctor\",\n                    \"General Acute Care\",\n                    \"Sleep Study\",\n                    \"Ankle Replacement\",\n                    \"Women's Hospital\",\n                    \"Preventive Care\",\n                    \"Shoulder Arthritis\",\n                    \"Knee Meniscectomy\",\n                    \"Finger Fracture Repair\",\n                    \"Elbow Surgery\",\n                    \"School Physical\",\n                    \"Repair Trochanteric Fracture\",\n                    \"Bones\",\n                    \"Pulmonologist\",\n                    \"Big Toe Arthritis\",\n                    \"Substance Use Disorder Rehabilitation\",\n                    \"Ganglion Cyst\",\n                    \"Obesity Medicine\",\n                    \"TDAP\",\n                    \"Hip Arthritis\",\n                    \"Finger Surgeon\",\n                    \"Internist\",\n                    \"Dialysis Center\",\n                    \"Ankle Surgery\",\n                    \"Cubital Tunnel\",\n                    \"Achilles Tendon Repair\",\n                    \"Repair Ankle Fracture\",\n                    \"Sleep Medicine\",\n                    \"Hip Replacement\",\n                    \"ESRD\",\n                    \"Lung Treatment\",\n                    \"Asthma\",\n                    \"Finger Doctor\",\n                    \"Bronchoscopy\",\n                    \"Internal Medicine\",\n                    \"Hip Surgeon\",\n                    \"Knee Arthritis\",\n                    \"Dupuytren's Contractures\",\n                    \"Knee Scope\",\n                    \"PCP\",\n                    \"Leg Fracture\",\n                    \"Repair Femoral Neck Fracture\",\n                    \"ACL Repair\",\n                    \"Shoulder Replacement\",\n                    \"Psychiatric\",\n                    \"Cardiac Catheterization\",\n                    \"Family Doctor\",\n                    \"Forearm Fracture Repair\",\n                    \"Shoulder Arthroscopy\",\n                    \"Sleep Apnea\",\n                    \"Wrist Surgeon\",\n                    \"Pulmonary Function Testing\",\n                    \"Children's\",\n                    \"Shoulder Repair\",\n                    \"Meniscus\",\n                    \"Knee Surgery\",\n                    \"Knee Arthroscopy\",\n                    \"Orthopedic Surgeon\",\n                    \"Bone Doctor\",\n                    \"Hand Surgery\",\n                    \"End-Stage Renal Disease (ESRD) Treatment Clinic or Center\",\n                    \"Hip Surgery\",\n                    \"Elbow Bursitis\",\n                    \"Asthma Treatment\",\n                    \"Immunization\",\n                    \"General Medicine\",\n                    \"Lung Problems\",\n                    \"Bursitis\",\n                    \"Knee Surgeon\",\n                    \"Hip Arthroscopy\",\n                    \"General Doctor\",\n                    \"Joint\",\n                    \"Foot Doctor\",\n                    \"Shoulder Surgery\",\n                    \"Knee Replacement\",\n                    \"Finger Fracture\",\n                    \"Cold Treatment\",\n                    \"Carpal Tunnel Repease\",\n                    \"Elbow Surgeon\",\n                    \"Weight Loss Treatment\",\n                    \"Foot Surgery\",\n                    \"Tetanus Shot\",\n                    \"Rehabilitation\",\n                    \"Hip Doctor\",\n                    \"Hip Scope\",\n                    \"Wrist Surgery\",\n                    \"Finger Surgery\",\n                    \"Obesity Treatment\",\n                    \"Hand Fracture\",\n                    \"Knee Doctor\",\n                    \"Hammertoe Fixation\",\n                    \"Mallet Finger\",\n                    \"Knee Repair\",\n                    \"Fifth Metatarsal Fracture\",\n                    \"Wrist Fracture Repair\",\n                    \"Finger Dislocations\",\n                    \"Hip Fracture\",\n                    \"Hand Surgeon\",\n                    \"Sleep Disorder\",\n                    \"Breathing\",\n                    \"Carpal Tunnel\",\n                    \"General Practice\",\n                    \"Dialysis\",\n                    \"Dialysis Clinic\",\n                    \"Vaccines\",\n                    \"Poison Ivy Treatment\",\n                    \"Respiratory Physician\",\n                    \"Wrist Fracture\",\n                    \"COPD\",\n                    \"Chronic obstructive pulmonary disease\",\n                    \"Shoulder Surgeon\",\n                    \"Annual Physical\",\n                    \"Hallux Rigidus\",\n                    \"ESRD Clinic\",\n                    \"Ankle Doctor\",\n                    \"Trigger Finger\",\n                    \"Respiratory\",\n                    \"Flu Treatment\",\n                    \"Doctor\",\n                    \"Pulmonary Fibrosis\"\n                ]\n            }\n        },\n        {\n            \"id\": \"7704caed91b899b552d3ef6471a66e23\",\n            \"npi\": \"1760994412\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1d7761906e699e1e97dac8335e0efed3\",\n            \"name\": \"Bayshore Medical Center (FKA Bayshore Community Hospital)\",\n            \"address_1\": \"100 Commons Way\",\n            \"address_2\": \"\",\n            \"city\": \"Holmdel\",\n            \"state\": \"NJ\",\n            \"zipcode\": \"07733\",\n            \"latitude\": 40.41238,\n            \"longitude\": -74.14934,\n            \"location\": {\n                \"lat\": 40.41238,\n                \"lon\": -74.14934\n            },\n            \"fax\": \"\",\n            \"phone\": \"732-450-2930\",\n            \"specialization\": \"CLIN|IMG|HOSP|ER|LAB\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/hackensack-meridian-bayshore-medical-center\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"Laboratory\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Ear Infections\",\n                    \"Emergency Care (Hospital)\",\n                    \"Sinusitis\",\n                    \"General Acute Care\",\n                    \"Otolaryngology\"\n                ],\n                \"terms\": [\n                    \"Ear Nose & Throat Doctor\",\n                    \"Nose Doctor\",\n                    \"General Acute Care\",\n                    \"Throat Doctor\",\n                    \"Ear Nose & Throat\",\n                    \"ENT\",\n                    \"Ear Doctor\",\n                    \"ENT Doctor\"\n                ]\n            }\n        },\n        {\n            \"id\": \"3d636813a70485df8e9711480512cf7b\",\n            \"npi\": \"1902882939\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"17b4ac45d5abce5de197cc9df431176c\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"8f6c683d5cfca874a7dadb442c2b5026\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d0e66e35cd2b0f178bc6b407d491a41b\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d656c992553f968e2d08ac7390a1b402\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"2525d45127922f7b6860fdc1cb47d7b1\",\n            \"name\": \"University Hospitals Samaritan Medical Center (FKA Samaritan Regional Health System)\",\n            \"address_1\": \"1025 Center St\",\n            \"address_2\": \"\",\n            \"city\": \"Ashland\",\n            \"state\": \"OH\",\n            \"zipcode\": \"44805\",\n            \"latitude\": 40.85949,\n            \"longitude\": -82.31069,\n            \"location\": {\n                \"lat\": 40.85949,\n                \"lon\": -82.31069\n            },\n            \"fax\": \"419-207-7904\",\n            \"phone\": \"419-289-2710\",\n            \"specialization\": \"HOSP|CLIN|IMG|LAB|ER|UC\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/university-hospitals-samaritan-medical-center\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Express Care\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"Laboratory\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"Urgent Care\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\"\n                ],\n                \"focus_areas\": [\n                    \"Coronary Artery Disease\",\n                    \"Heart Failure\",\n                    \"Behavioral Health\",\n                    \"Emergency Medicine\",\n                    \"Electrophysiology\",\n                    \"Women's Health\",\n                    \"Asthma\",\n                    \"Interventional Cardiology\",\n                    \"Emergency Care (Hospital)\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Geriatrics\",\n                    \"Primary Care\",\n                    \"Cardiology\",\n                    \"Radiology\",\n                    \"General Acute Care\"\n                ],\n                \"terms\": [\n                    \"Obesity Medicine\",\n                    \"Radiologist\",\n                    \"Emergency Department\",\n                    \"High Blood Pressure\",\n                    \"PET\",\n                    \"Cardiac Transplant\",\n                    \"Heart Transplant Cardiologist\",\n                    \"Pacemaker\",\n                    \"Poison Ivy Treatment\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Womens Health\",\n                    \"Cathether\",\n                    \"Flu Treatment\",\n                    \"Heart Treatment\",\n                    \"Treadmill Test\",\n                    \"Asthma Treatment\",\n                    \"Family Doctor\",\n                    \"Heart Doctor\",\n                    \"Ventricular Assist Device\",\n                    \"RVAD\",\n                    \"Electrophysiology\",\n                    \"Imaging\",\n                    \"Cardiologist\",\n                    \"Geriatrics\",\n                    \"VAD\",\n                    \"Family Practice\",\n                    \"Women Health\",\n                    \"Heart Catheter Doctor\",\n                    \"ER\",\n                    \"Obesity Treatment\",\n                    \"Cold Treatment\",\n                    \"Arrhythmia Doctor\",\n                    \"Preventive Care\",\n                    \"Geriatrician\",\n                    \"Screenings\",\n                    \"Coronary Stent\",\n                    \"Angio\",\n                    \"Behavioral Health\",\n                    \"LVAD\",\n                    \"X-Ray\",\n                    \"Circulatory System Doctor\",\n                    \"Xray\",\n                    \"Electrophysiologist\",\n                    \"Family Medicine\",\n                    \"ER Doctor\",\n                    \"Emergency Doctor\",\n                    \"AICD\",\n                    \"Elderly\",\n                    \"General Acute Care\",\n                    \"Weight Loss Treatment\",\n                    \"Heart Valve Treatment\",\n                    \"School Physical\",\n                    \"Hyperglycemia\",\n                    \"TDAP\",\n                    \"Hypertension\",\n                    \"Heart Transplant\",\n                    \"CAT Scan\",\n                    \"Internist\",\n                    \"Checkup\",\n                    \"Interventional Cardiologist\",\n                    \"Vaccines\",\n                    \"Cardiovascular Disease\",\n                    \"Coronary Artery Disease\",\n                    \"Tetanus Shot\",\n                    \"CT Scan\",\n                    \"Senior Health\",\n                    \"MRI\",\n                    \"Annual Physical\",\n                    \"General Medicine\",\n                    \"PCP\",\n                    \"Doctor\",\n                    \"General Doctor\",\n                    \"Internal Medicine\",\n                    \"Coronary Treatment\",\n                    \"Overweight Treatment\",\n                    \"Ablation\",\n                    \"Immunization\",\n                    \"Heart Rhythm Doctor\",\n                    \"Geriatric Doctor\",\n                    \"Heart Stent Doctor\",\n                    \"Mental Health\",\n                    \"Women's Health\",\n                    \"HBP\",\n                    \"Angioplasty\",\n                    \"Heart Stent\",\n                    \"General Practice\",\n                    \"ED\",\n                    \"Stent\",\n                    \"Defibrillator\",\n                    \"Stress Test\"\n                ]\n            }\n        },\n        {\n            \"id\": \"8b82a764ddeb195ec1ac646533ddcdfc\",\n            \"npi\": \"1407949191\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1c869142756b2ee4a21ee3b69634fe45\",\n            \"name\": \"Munson Healthcare Manistee Hospital (FKA West Shore Medical Center)\",\n            \"address_1\": \"1293 E Parkdale Ave\",\n            \"address_2\": \"\",\n            \"city\": \"Manistee\",\n            \"state\": \"MI\",\n            \"zipcode\": \"49660\",\n            \"latitude\": 44.27177,\n            \"longitude\": -86.27752,\n            \"location\": {\n                \"lat\": 44.27177,\n                \"lon\": -86.27752\n            },\n            \"fax\": \"231-398-1789\",\n            \"phone\": \"231-398-1830\",\n            \"specialization\": \"CLIN|HOSP|ER\",\n            \"specialty_id\": 302,\n            \"specialty_name\": \"Hospital\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 449,\n                    \"subspecialty_name\": \"General Acute Care\"\n                },\n                {\n                    \"subspecialty_id\": 4001,\n                    \"subspecialty_name\": \"Emergency Care (Hospital)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/munson-healthcare-manistee-hospital\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\",\n                    \"Office or Clinic\"\n                ],\n                \"focus_areas\": [\n                    \"General Acute Care\",\n                    \"Emergency Care (Stand-alone)\",\n                    \"Primary Care\",\n                    \"Women's Health\",\n                    \"Geriatrics\",\n                    \"Emergency Care (Hospital)\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Behavioral Health\"\n                ],\n                \"terms\": [\n                    \"General Doctor\",\n                    \"Flu Treatment\",\n                    \"Annual Physical\",\n                    \"Doctor\",\n                    \"Womens Health\",\n                    \"Hypertension\",\n                    \"Behavioral Health\",\n                    \"Internal Medicine\",\n                    \"General Acute Care\",\n                    \"Geriatrician\",\n                    \"Internist\",\n                    \"TDAP\",\n                    \"Screenings\",\n                    \"Mental Health\",\n                    \"Obesity Treatment\",\n                    \"Immunization\",\n                    \"Geriatric Doctor\",\n                    \"Family Medicine\",\n                    \"School Physical\",\n                    \"Weight Loss Treatment\",\n                    \"Elderly\",\n                    \"Family Practice\",\n                    \"Checkup\",\n                    \"Family Doctor\",\n                    \"Vaccines\",\n                    \"Geriatrics\",\n                    \"Overweight Treatment\",\n                    \"Senior Health\",\n                    \"Asthma Treatment\",\n                    \"Tetanus Shot\",\n                    \"Women's Health\",\n                    \"PCP\",\n                    \"HBP\",\n                    \"General Practice\",\n                    \"Obesity Medicine\",\n                    \"Preventive Care\",\n                    \"Poison Ivy Treatment\",\n                    \"General Medicine\",\n                    \"Hyperglycemia\",\n                    \"Cold Treatment\",\n                    \"Women Health\",\n                    \"High Blood Pressure\"\n                ]\n            }\n        },\n        {\n            \"id\": \"be1a04487753cc2c6ce1c9282712f4a5\",\n            \"npi\": \"1407949191\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1c869142756b2ee4a21ee3b69634fe45\",\n            \"name\": \"Munson Healthcare Manistee Hospital (FKA West Shore Medical Center)\",\n            \"address_1\": \"1293 E Parkdale Ave\",\n            \"address_2\": \"\",\n            \"city\": \"Manistee\",\n            \"state\": \"MI\",\n            \"zipcode\": \"49660\",\n            \"latitude\": 44.27177,\n            \"longitude\": -86.27752,\n            \"location\": {\n                \"lat\": 44.27177,\n                \"lon\": -86.27752\n            },\n            \"fax\": \"231-398-1789\",\n            \"phone\": \"231-398-1830\",\n            \"specialization\": \"CLIN|HOSP|ER\",\n            \"specialty_id\": 300,\n            \"specialty_name\": \"Office or Clinic\",\n            \"subspecialties\": [\n                {\n                    \"subspecialty_id\": 416,\n                    \"subspecialty_name\": \"Emergency Care (Stand-alone)\"\n                }\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"hospital_grade\": \"A\",\n            \"hospital_grade_url\": \"https://www.hospitalsafetygrade.org/h/munson-healthcare-manistee-hospital\",\n            \"hospital_grade_last_updated\": \"Spring 2024\",\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Hospital\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Hospital\",\n                    \"Office or Clinic\"\n                ],\n                \"focus_areas\": [\n                    \"General Acute Care\",\n                    \"Emergency Care (Stand-alone)\",\n                    \"Primary Care\",\n                    \"Women's Health\",\n                    \"Geriatrics\",\n                    \"Emergency Care (Hospital)\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Behavioral Health\"\n                ],\n                \"terms\": [\n                    \"General Doctor\",\n                    \"Flu Treatment\",\n                    \"Annual Physical\",\n                    \"Doctor\",\n                    \"Womens Health\",\n                    \"Hypertension\",\n                    \"Behavioral Health\",\n                    \"Internal Medicine\",\n                    \"General Acute Care\",\n                    \"Geriatrician\",\n                    \"Internist\",\n                    \"TDAP\",\n                    \"Screenings\",\n                    \"Mental Health\",\n                    \"Obesity Treatment\",\n                    \"Immunization\",\n                    \"Geriatric Doctor\",\n                    \"Family Medicine\",\n                    \"School Physical\",\n                    \"Weight Loss Treatment\",\n                    \"Elderly\",\n                    \"Family Practice\",\n                    \"Checkup\",\n                    \"Family Doctor\",\n                    \"Vaccines\",\n                    \"Geriatrics\",\n                    \"Overweight Treatment\",\n                    \"Senior Health\",\n                    \"Asthma Treatment\",\n                    \"Tetanus Shot\",\n                    \"Women's Health\",\n                    \"PCP\",\n                    \"HBP\",\n                    \"General Practice\",\n                    \"Obesity Medicine\",\n                    \"Preventive Care\",\n                    \"Poison Ivy Treatment\",\n                    \"General Medicine\",\n                    \"Hyperglycemia\",\n                    \"Cold Treatment\",\n                    \"Women Health\",\n                    \"High Blood Pressure\"\n                ]\n            }\n        }\n    ]\n}"},{"id":"a4bed1b4-8f54-4bc2-b74c-577c00a47390","name":"Location with Radius Search","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/places/?location=36.333009211382, -94.13365492377461&radius=50mi&network_slug=","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["places",""],"query":[{"key":"ordering","value":"<string>","description":"String: The order in which search results will return. \nOptions include:\n- 'quality'\n- 'distance'\n- 'hospital_grade'\n- Any field on the queried index such as: 'name'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance ","disabled":true},{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"q","value":"hospital","description":"String: Query multi-match param","disabled":true},{"key":"location","value":"36.333009211382, -94.13365492377461","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178"},{"key":"radius","value":"50mi","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12\n"},{"key":"bounding_box","value":"<string>","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-71.12__40.01,-74.1)","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"npi","value":"<integer>","description":"Integer: Return places that have the provided npi. ","disabled":true},{"key":"name","value":"<string>","description":"String: Name of place.","disabled":true},{"key":"specialization","value":"<string|string>","description":"String: Pipe delemited list of specailization abbreviations (must be in all caps). Ex: LAB|HOSP\nOptions:\n- LAB\n- HOSP\n- ER\n- UC\n- CLIN\n- IMG\n- DME","disabled":true},{"key":"type","value":"<string>","description":"String: Letter representation for the type of place.\nOptions:\n- C (Clinic)\n- F (facility)\n- G (Group)\n- H (Hospital)\n- L (Laboratory)\n- O (Office)\n","disabled":true},{"key":"hospital_grade","value":"<string>","description":"String: Hospital Grade\nOptions:\n- A\n- B\n- C\n- D\n- F\n- NG (Not Graded)","disabled":true},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1126,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/places/?limit=10&location=36.333009211382%2C+-94.13365492377461&network_slug=aetnachoiceposii&offset=10&radius=50mi\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": \"f7b32df3c40116199eb1d4fececf126e\",\n            \"npi\": \"1770534703\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"0678380b5df2954c66b3c0994f650743\",\n            \"name\": \"Medical Associates Of Northwest Arkansas PA\",\n            \"address_1\": \"2523 E Huntsville Rd\",\n            \"address_2\": \"\",\n            \"city\": \"Fayetteville\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72701\",\n            \"latitude\": 36.0534,\n            \"longitude\": -94.12662,\n            \"location\": {\n                \"lat\": 36.0534,\n                \"lon\": -94.12662\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-442-2822\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Geriatrics\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Asthma\",\n                    \"Pediatrics\",\n                    \"COPD\",\n                    \"Women's Health\",\n                    \"Primary Care\",\n                    \"Behavioral Health\"\n                ],\n                \"terms\": [\n                    \"General Practice\",\n                    \"Family Medicine\",\n                    \"Weight Loss Treatment\",\n                    \"Elderly\",\n                    \"Family Doctor\",\n                    \"Womens Health\",\n                    \"School Physical\",\n                    \"Preventive Care\",\n                    \"Screenings\",\n                    \"Mental Health\",\n                    \"Tetanus Shot\",\n                    \"Geriatric Doctor\",\n                    \"Hypertension\",\n                    \"General Medicine\",\n                    \"Behavioral Health\",\n                    \"Vaccines\",\n                    \"Annual Physical\",\n                    \"High Blood Pressure\",\n                    \"Doctor\",\n                    \"Hyperglycemia\",\n                    \"Poison Ivy Treatment\",\n                    \"Internal Medicine\",\n                    \"Immunization\",\n                    \"Asthma Treatment\",\n                    \"General Doctor\",\n                    \"Geriatrician\",\n                    \"PCP\",\n                    \"Overweight Treatment\",\n                    \"Flu Treatment\",\n                    \"Internist\",\n                    \"HBP\",\n                    \"Senior Health\",\n                    \"Obesity Medicine\",\n                    \"Women's Health\",\n                    \"Women Health\",\n                    \"Cold Treatment\",\n                    \"Geriatrics\",\n                    \"Family Practice\",\n                    \"Obesity Treatment\",\n                    \"TDAP\",\n                    \"Checkup\"\n                ]\n            },\n            \"distanceInMiles\": [\n                19.32430357442203\n            ]\n        },\n        {\n            \"id\": \"238c5f5fc0d54afa6e103a13e605edcf\",\n            \"npi\": \"1427151497\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"0e45e92773ccd8d492c811c050ad7107\",\n            \"name\": \"Minimal Access Surgery Inc\",\n            \"address_1\": \"5230 Willow Creek Dr\",\n            \"address_2\": \"Ste 201\",\n            \"city\": \"Springdale\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72762\",\n            \"latitude\": 36.17745,\n            \"longitude\": -94.21342,\n            \"location\": {\n                \"lat\": 36.17745,\n                \"lon\": -94.21342\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-927-3100\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Behavioral Health\",\n                    \"Pediatrics\",\n                    \"Attention Deficit Hyperactivity Disorder\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Women's Health\",\n                    \"Asthma\",\n                    \"Geriatrics\",\n                    \"Primary Care\"\n                ],\n                \"terms\": [\n                    \"Pediatrician\",\n                    \"Baby Doctor\",\n                    \"Cold Treatment\",\n                    \"Hyperglycemia\",\n                    \"Preventive Care\",\n                    \"Behavioral Health\",\n                    \"Peds\",\n                    \"Women's Health\",\n                    \"Children's Doctor\",\n                    \"Obesity Medicine (Pediatrics)\",\n                    \"Child Abuse Pediatrics\",\n                    \"HBP\",\n                    \"Teen Doctor\",\n                    \"General Medicine\",\n                    \"General Doctor\",\n                    \"High Blood Pressure\",\n                    \"Kids\",\n                    \"Checkup\",\n                    \"Child\",\n                    \"Women Health\",\n                    \"PCP\",\n                    \"Internist\",\n                    \"Family Doctor\",\n                    \"Mental Health\",\n                    \"TDAP\",\n                    \"Senior Health\",\n                    \"Kid\",\n                    \"School Physical\",\n                    \"Weight Loss Treatment\",\n                    \"Annual Physical\",\n                    \"Child Doctor\",\n                    \"Geriatrician\",\n                    \"Vaccines\",\n                    \"Asthma Treatment\",\n                    \"Family Medicine\",\n                    \"Poison Ivy Treatment\",\n                    \"Internal Medicine\",\n                    \"General Practice\",\n                    \"Children\",\n                    \"Screenings\",\n                    \"Obesity Treatment\",\n                    \"Geriatric Doctor\",\n                    \"Family Practice\",\n                    \"Immunization\",\n                    \"Obesity Medicine\",\n                    \"Adolescent Medicine\",\n                    \"Tetanus Shot\",\n                    \"Elderly\",\n                    \"Ped\",\n                    \"Teen\",\n                    \"Hypertension\",\n                    \"Flu Treatment\",\n                    \"Doctor\",\n                    \"Geriatrics\",\n                    \"Kid Doctor\",\n                    \"Overweight Treatment\",\n                    \"Womens Health\"\n                ]\n            },\n            \"distanceInMiles\": [\n                11.63139651976701\n            ]\n        },\n        {\n            \"id\": \"e1d4abea471dd1548e6561f886f4aa19\",\n            \"npi\": \"1245277631\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"4ce6a8d66c47b3deeedf68cbaadab749\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"0db03c742a08b0a2377c46d23ced17e9\",\n            \"name\": \"Mercy Clinic Springfield Communities\",\n            \"address_1\": \"1501 Main St\",\n            \"address_2\": \"\",\n            \"city\": \"Cassville\",\n            \"state\": \"MO\",\n            \"zipcode\": \"65625\",\n            \"latitude\": 36.68557,\n            \"longitude\": -93.86464,\n            \"location\": {\n                \"lat\": 36.68557,\n                \"lon\": -93.86464\n            },\n            \"fax\": \"417-847-5425\",\n            \"phone\": \"417-847-5225\",\n            \"specialization\": \"IMG|LAB|HOSP|UC|CLIN|ER\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"Clinic\",\n                \"DEXA\",\n                \"ED\",\n                \"ER\",\n                \"Emergency Department\",\n                \"Emergency Room\",\n                \"Express Care\",\n                \"Hospital\",\n                \"Image\",\n                \"Imaging\",\n                \"Laboratory\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"Urgent Care\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Primary Care\",\n                    \"Diabetes and High Blood Pressure\"\n                ],\n                \"terms\": [\n                    \"Obesity Treatment\",\n                    \"Screenings\",\n                    \"Internal Medicine\",\n                    \"School Physical\",\n                    \"Doctor\",\n                    \"Flu Treatment\",\n                    \"Overweight Treatment\",\n                    \"Family Doctor\",\n                    \"General Doctor\",\n                    \"Hyperglycemia\",\n                    \"High Blood Pressure\",\n                    \"Asthma Treatment\",\n                    \"Hypertension\",\n                    \"Preventive Care\",\n                    \"General Medicine\",\n                    \"Poison Ivy Treatment\",\n                    \"Weight Loss Treatment\",\n                    \"Vaccines\",\n                    \"Internist\",\n                    \"Annual Physical\",\n                    \"PCP\",\n                    \"HBP\",\n                    \"Family Practice\",\n                    \"Cold Treatment\",\n                    \"Family Medicine\",\n                    \"Checkup\",\n                    \"Immunization\",\n                    \"General Practice\",\n                    \"TDAP\",\n                    \"Tetanus Shot\",\n                    \"Obesity Medicine\"\n                ]\n            },\n            \"distanceInMiles\": [\n                28.577656124832895\n            ]\n        },\n        {\n            \"id\": \"75e5947b13bd5bdc4a727db7dcfe2f05\",\n            \"npi\": \"1609493097\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"53f3dfc30c132fa9f3b82efc4cefbf50\",\n            \"name\": \"Cognitive Organics LLC\",\n            \"address_1\": \"1202 NE McClain Rd\",\n            \"address_2\": \"\",\n            \"city\": \"Bentonville\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72712\",\n            \"latitude\": 36.38528,\n            \"longitude\": -94.17239,\n            \"location\": {\n                \"lat\": 36.38528,\n                \"lon\": -94.17239\n            },\n            \"fax\": \"303-889-0838\",\n            \"phone\": \"303-730-8858\",\n            \"specialization\": \"CLIN\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Clinic\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Social Worker\",\n                    \"Primary Care\",\n                    \"Behavioral Health\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Psychologist\"\n                ],\n                \"terms\": [\n                    \"Cognitive Behavior\",\n                    \"Screenings\",\n                    \"Mental Health\",\n                    \"Annual Physical\",\n                    \"Tetanus Shot\",\n                    \"Internal Medicine\",\n                    \"Internist\",\n                    \"Flu Treatment\",\n                    \"Weight Loss Treatment\",\n                    \"Behavior Analysis\",\n                    \"Hyperglycemia\",\n                    \"General Practice\",\n                    \"Poison Ivy Treatment\",\n                    \"Doctor\",\n                    \"Hypertension\",\n                    \"Family Medicine\",\n                    \"Family Practice\",\n                    \"Behavioral Health\",\n                    \"TDAP\",\n                    \"Asthma Treatment\",\n                    \"Cognitive Behavior Doctor\",\n                    \"Immunization\",\n                    \"Cold Treatment\",\n                    \"Family Doctor\",\n                    \"PCP\",\n                    \"Checkup\",\n                    \"Preventive Care\",\n                    \"General Medicine\",\n                    \"Vaccines\",\n                    \"Obesity Medicine\",\n                    \"General Doctor\",\n                    \"Overweight Treatment\",\n                    \"School Physical\",\n                    \"High Blood Pressure\",\n                    \"Obesity Treatment\",\n                    \"HBP\"\n                ]\n            },\n            \"distanceInMiles\": [\n                4.206051961405999\n            ]\n        },\n        {\n            \"id\": \"76339e20ea22b17fe489507ba432c876\",\n            \"npi\": \"1033559752\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1174ce968f92db874556d79c534854e3\",\n            \"name\": \"Washington Regional Medical System\",\n            \"address_1\": \"146 Passion Play Rd\",\n            \"address_2\": \"\",\n            \"city\": \"Eureka Springs\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72632\",\n            \"latitude\": 36.39378,\n            \"longitude\": -93.71107,\n            \"location\": {\n                \"lat\": 36.39378,\n                \"lon\": -93.71107\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-442-7030\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Heart Failure\",\n                    \"Coronary Artery Disease\",\n                    \"Electrophysiology\",\n                    \"Cardiology\",\n                    \"Primary Care\",\n                    \"Interventional Cardiology\",\n                    \"Behavioral Health\",\n                    \"Diabetes and High Blood Pressure\"\n                ],\n                \"terms\": [\n                    \"Weight Loss Treatment\",\n                    \"Family Practice\",\n                    \"Ventricular Assist Device\",\n                    \"General Practice\",\n                    \"Cardiologist\",\n                    \"Coronary Stent\",\n                    \"Heart Rhythm Doctor\",\n                    \"High Blood Pressure\",\n                    \"Heart Stent Doctor\",\n                    \"Stent\",\n                    \"Coronary Treatment\",\n                    \"Interventional Cardiologist\",\n                    \"Heart Transplant\",\n                    \"Immunization\",\n                    \"Cathether\",\n                    \"Vaccines\",\n                    \"Cardiovascular Disease\",\n                    \"Pacemaker\",\n                    \"Heart Treatment\",\n                    \"Obesity Medicine\",\n                    \"Angioplasty\",\n                    \"Tetanus Shot\",\n                    \"Family Doctor\",\n                    \"Obesity Treatment\",\n                    \"Flu Treatment\",\n                    \"Cardiac Transplant\",\n                    \"LVAD\",\n                    \"Asthma Treatment\",\n                    \"TDAP\",\n                    \"Cold Treatment\",\n                    \"PCP\",\n                    \"Hypertension\",\n                    \"General Doctor\",\n                    \"Stress Test\",\n                    \"Family Medicine\",\n                    \"RVAD\",\n                    \"VAD\",\n                    \"HBP\",\n                    \"Heart Valve Treatment\",\n                    \"Heart Catheter Doctor\",\n                    \"Coronary Artery Disease\",\n                    \"General Medicine\",\n                    \"Treadmill Test\",\n                    \"Behavioral Health\",\n                    \"Preventive Care\",\n                    \"Hyperglycemia\",\n                    \"Heart Doctor\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Defibrillator\",\n                    \"AICD\",\n                    \"Electrophysiologist\",\n                    \"Screenings\",\n                    \"Checkup\",\n                    \"Poison Ivy Treatment\",\n                    \"Heart Stent\",\n                    \"Doctor\",\n                    \"Annual Physical\",\n                    \"Heart Transplant Cardiologist\",\n                    \"School Physical\",\n                    \"Electrophysiology\",\n                    \"Internist\",\n                    \"Mental Health\",\n                    \"Internal Medicine\",\n                    \"Circulatory System Doctor\",\n                    \"Angio\",\n                    \"Arrhythmia Doctor\",\n                    \"Ablation\",\n                    \"Overweight Treatment\"\n                ]\n            },\n            \"distanceInMiles\": [\n                23.88564129268062\n            ]\n        },\n        {\n            \"id\": \"255510809fa88f1162e0b519bd1cbf10\",\n            \"npi\": \"1497323554\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1ca0d5d6cc47263276f3f1b55068bd45\",\n            \"name\": \"Washington Regional Medical System\",\n            \"address_1\": \"146 Passion Play Rd\",\n            \"address_2\": \"\",\n            \"city\": \"Eureka Springs\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72632\",\n            \"latitude\": 36.39378,\n            \"longitude\": -93.71107,\n            \"location\": {\n                \"lat\": 36.39378,\n                \"lon\": -93.71107\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-253-9746\",\n            \"specialization\": \"IMG|LAB\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"DEXA\",\n                \"Image\",\n                \"Imaging\",\n                \"Laboratory\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Diabetes and High Blood Pressure\",\n                    \"Electrophysiology\",\n                    \"Behavioral Health\",\n                    \"Interventional Cardiology\",\n                    \"Primary Care\",\n                    \"Coronary Artery Disease\",\n                    \"Heart Failure\",\n                    \"Cardiology\"\n                ],\n                \"terms\": [\n                    \"Ablation\",\n                    \"Internal Medicine\",\n                    \"Overweight Treatment\",\n                    \"Hypertension\",\n                    \"Heart Doctor\",\n                    \"Preventive Care\",\n                    \"Coronary Treatment\",\n                    \"Electrophysiology\",\n                    \"Family Medicine\",\n                    \"Interventional Cardiologist\",\n                    \"Cardiac Transplant\",\n                    \"AICD\",\n                    \"Heart Stent\",\n                    \"RVAD\",\n                    \"Flu Treatment\",\n                    \"Behavioral Health\",\n                    \"TDAP\",\n                    \"Ventricular Assist Device\",\n                    \"General Medicine\",\n                    \"Annual Physical\",\n                    \"Obesity Medicine\",\n                    \"Family Doctor\",\n                    \"Checkup\",\n                    \"Asthma Treatment\",\n                    \"Vaccines\",\n                    \"Circulatory System Doctor\",\n                    \"Weight Loss Treatment\",\n                    \"Defibrillator\",\n                    \"HBP\",\n                    \"Heart Rhythm Doctor\",\n                    \"Angioplasty\",\n                    \"Obesity Treatment\",\n                    \"Internist\",\n                    \"Cardiovascular Disease\",\n                    \"Screenings\",\n                    \"Cardiologist\",\n                    \"Mental Health\",\n                    \"Cold Treatment\",\n                    \"School Physical\",\n                    \"Heart Treatment\",\n                    \"Heart Transplant\",\n                    \"Heart Transplant Cardiologist\",\n                    \"PCP\",\n                    \"Poison Ivy Treatment\",\n                    \"LVAD\",\n                    \"Hyperglycemia\",\n                    \"Pacemaker\",\n                    \"Heart Stent Doctor\",\n                    \"VAD\",\n                    \"Cathether\",\n                    \"Heart Catheter Doctor\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Treadmill Test\",\n                    \"Arrhythmia Doctor\",\n                    \"Electrophysiologist\",\n                    \"Family Practice\",\n                    \"Doctor\",\n                    \"Heart Valve Treatment\",\n                    \"Tetanus Shot\",\n                    \"Immunization\",\n                    \"Stent\",\n                    \"High Blood Pressure\",\n                    \"General Practice\",\n                    \"General Doctor\",\n                    \"Coronary Artery Disease\",\n                    \"Coronary Stent\",\n                    \"Angio\",\n                    \"Stress Test\"\n                ]\n            },\n            \"distanceInMiles\": [\n                23.88564129268062\n            ]\n        },\n        {\n            \"id\": \"449c0d910556069eea9098a73eaa8510\",\n            \"npi\": \"1043557788\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"5a996cc9ce5fa7b84b2f8126dac2a262\",\n            \"name\": \"Lhcg Xlii, LLC\",\n            \"address_1\": \"1048 S 48th St\",\n            \"address_2\": \"Ste A\",\n            \"city\": \"Springdale\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72762\",\n            \"latitude\": 36.17721,\n            \"longitude\": -94.18583,\n            \"location\": {\n                \"lat\": 36.17721,\n                \"lon\": -94.18583\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-756-5002\",\n            \"specialization\": \"\",\n            \"specialty_id\": 312,\n            \"specialty_name\": \"Home Health\",\n            \"subspecialties\": [\n                {}\n            ],\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [\n                    \"Home Health\"\n                ],\n                \"focus_areas\": [],\n                \"terms\": []\n            },\n            \"distanceInMiles\": [\n                11.150984134993287\n            ]\n        },\n        {\n            \"id\": \"e133a11397c6ac9c20d50d7e587b36f0\",\n            \"npi\": \"1326125113\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"17b4ac45d5abce5de197cc9df431176c\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"17f7e5b34c2ef1c3c6f9b3cdb2eee220\",\n            \"name\": \"Chase Placek Floyd Meggers\",\n            \"address_1\": \"3728 S Pinnacle Hills Pkwy\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72758\",\n            \"latitude\": 36.30308,\n            \"longitude\": -94.18939,\n            \"location\": {\n                \"lat\": 36.30308,\n                \"lon\": -94.18939\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-790-3328\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {},\n            \"distanceInMiles\": [\n                3.7290254065140522\n            ]\n        },\n        {\n            \"id\": \"c94afc1ef7b3899b6fd36239c6f2c712\",\n            \"npi\": \"1871553073\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"1af4cb6afaefc43986cba388324eef81\",\n            \"name\": \"Northwest Benton County Physician Services LLC\",\n            \"address_1\": \"1101 Jackson St SW\",\n            \"address_2\": \"\",\n            \"city\": \"Gravette\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72736\",\n            \"latitude\": 36.40918,\n            \"longitude\": -94.45976,\n            \"location\": {\n                \"lat\": 36.40918,\n                \"lon\": -94.45976\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-344-6321\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Electrophysiology\",\n                    \"Behavioral Health\",\n                    \"Cardiology\",\n                    \"Interventional Cardiology\",\n                    \"Asthma\",\n                    \"Coronary Artery Disease\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Heart Failure\",\n                    \"Emergency Medicine\",\n                    \"Primary Care\",\n                    \"Women's Health\"\n                ],\n                \"terms\": [\n                    \"Womens Health\",\n                    \"Cardiovascular Disease\",\n                    \"HBP\",\n                    \"High Blood Pressure\",\n                    \"Coronary Treatment\",\n                    \"Arrhythmia Doctor\",\n                    \"Electrophysiology\",\n                    \"AICD\",\n                    \"Internal Medicine\",\n                    \"Women Health\",\n                    \"Stent\",\n                    \"Coronary Stent\",\n                    \"General Practice\",\n                    \"Obesity Medicine\",\n                    \"Cognitive Behavior Doctor\",\n                    \"Annual Physical\",\n                    \"Behavioral Health\",\n                    \"Emergency Doctor\",\n                    \"Weight Loss Treatment\",\n                    \"Interventional Cardiologist\",\n                    \"Asthma Treatment\",\n                    \"Cathether\",\n                    \"Heart Doctor\",\n                    \"Family Medicine\",\n                    \"School Physical\",\n                    \"PCP\",\n                    \"Cold Treatment\",\n                    \"Defibrillator\",\n                    \"Immunization\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Heart Rhythm Doctor\",\n                    \"Heart Stent Doctor\",\n                    \"LVAD\",\n                    \"Angioplasty\",\n                    \"Vaccines\",\n                    \"VAD\",\n                    \"Heart Valve Treatment\",\n                    \"Ventricular Assist Device\",\n                    \"Women's Health\",\n                    \"Electrophysiologist\",\n                    \"ER Doctor\",\n                    \"Heart Transplant Cardiologist\",\n                    \"Cardiologist\",\n                    \"ER\",\n                    \"Obesity Treatment\",\n                    \"General Medicine\",\n                    \"Ablation\",\n                    \"Flu Treatment\",\n                    \"Hyperglycemia\",\n                    \"Checkup\",\n                    \"Doctor\",\n                    \"Emergency Department\",\n                    \"Heart Transplant\",\n                    \"Preventive Care\",\n                    \"Heart Treatment\",\n                    \"Angio\",\n                    \"Screenings\",\n                    \"TDAP\",\n                    \"Circulatory System Doctor\",\n                    \"Mental Health\",\n                    \"Pacemaker\",\n                    \"Behavior Analysis\",\n                    \"ED\",\n                    \"Overweight Treatment\",\n                    \"General Doctor\",\n                    \"Heart Catheter Doctor\",\n                    \"Internist\",\n                    \"RVAD\",\n                    \"Coronary Artery Disease\",\n                    \"Stress Test\",\n                    \"Cognitive Behavior\",\n                    \"Family Doctor\",\n                    \"Family Practice\",\n                    \"Tetanus Shot\",\n                    \"Poison Ivy Treatment\",\n                    \"Treadmill Test\",\n                    \"Hypertension\",\n                    \"Heart Stent\",\n                    \"Cardiac Transplant\"\n                ]\n            },\n            \"distanceInMiles\": [\n                18.89145637994434\n            ]\n        },\n        {\n            \"id\": \"da917930e4bab3ebe380253d48117f21\",\n            \"npi\": \"1497323554\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"11b2af9118f2d574f626bdf45dc95d84\",\n            \"name\": \"Washington Regional Medical System\",\n            \"address_1\": \"107 E Monte Painter Dr\",\n            \"address_2\": \"\",\n            \"city\": \"Fayetteville\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72703\",\n            \"latitude\": 36.10982,\n            \"longitude\": -94.15493,\n            \"location\": {\n                \"lat\": 36.10982,\n                \"lon\": -94.15493\n            },\n            \"fax\": \"\",\n            \"phone\": \"479-463-7000\",\n            \"specialization\": \"IMG\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"Breast Ultrasound\",\n                \"CT Scan\",\n                \"DEXA\",\n                \"Image\",\n                \"Imaging\",\n                \"PET Scan\",\n                \"Ultrasound\",\n                \"X-Ray\",\n                \"Xray\",\n                \"bone density\",\n                \"diagnostic mammography\",\n                \"mammogram\",\n                \"mammography\",\n                \"mri\",\n                \"screening mammography\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Nephrology\"\n                ],\n                \"terms\": [\n                    \"Kidney\",\n                    \"Renal\",\n                    \"Nephrologist\",\n                    \"Kidney Disease\",\n                    \"Kidney Doctor\"\n                ]\n            },\n            \"distanceInMiles\": [\n                15.467368689199336\n            ]\n        }\n    ]\n}"},{"id":"454ce0e3-b2ef-4183-9973-7ff482be55fb","name":"Bounding Box Search","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/places/?bounding_box=40.73,-71.12__40.01,-74.1&network_slug=","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["places",""],"query":[{"key":"ordering","value":"<string>","description":"String: The order in which search results will return. \nOptions include:\n- 'quality'\n- 'distance'\n- 'hospital_grade'\n- Any field on the queried index such as: 'name'\n- The default order is asc, but can be set to desc by prefixing the sort term with a minus. Ex: -distance ","disabled":true},{"key":"limit","value":"<integer>","description":"Integer: Number of results to return per page.","disabled":true},{"key":"offset","value":"<integer>","description":"Integer: The initial index from which to return the results.","disabled":true},{"key":"q","value":"hospital","description":"String: Query multi-match param","disabled":true},{"key":"location","value":"<lat, lon>","description":"String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178","disabled":true},{"key":"radius","value":"<string>","description":"String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12\n","disabled":true},{"key":"bounding_box","value":"40.73,-71.12__40.01,-74.1","description":"String: Return results in this box. Must be in the following format: \ntop_right_lat,top_right_lon__bottom_left_lat,bottom_left_lon\n(e.g 40.73,-71.12__40.01,-74.1)"},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"npi","value":"<integer>","description":"Integer: Return places that have the provided npi. ","disabled":true},{"key":"name","value":"<string>","description":"String: Name of place.","disabled":true},{"key":"specialization","value":"<string|string>","description":"String: Pipe delemited list of specailization abbreviations (must be in all caps). Ex: LAB|HOSP\nOptions:\n- LAB\n- HOSP\n- ER\n- UC\n- CLIN\n- IMG\n- DME","disabled":true},{"key":"type","value":"<string>","description":"String: Letter representation for the type of place.\nOptions:\n- C (Clinic)\n- F (facility)\n- G (Group)\n- H (Hospital)\n- L (Laboratory)\n- O (Office)\n","disabled":true},{"key":"hospital_grade","value":"<string>","description":"String: Hospital Grade\nOptions:\n- A\n- B\n- C\n- D\n- F\n- NG (Not Graded)","disabled":true},{"key":"npi__in","value":"<string,string>","description":"Comma delimited list of valid NPI integers: Specify one or many NPIs to query. NPIs should be comma delimited\nEx: 1123456789,1123456788","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 7701,\n    \"next\": \"https://fusion.staging.emboldhealth.com/api/pg/places/?bounding_box=40.73%2C-71.12__40.01%2C-74.1&limit=10&network_slug=aetnachoiceposii&offset=10\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": \"76fdc312aeee62e598883790f85afce1\",\n            \"npi\": \"1932171097\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"17b4ac45d5abce5de197cc9df431176c\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"08c40024b2ad7a8caf1938f4155a4f43\",\n            \"name\": \"Reddy Care Physical Therapy PC\",\n            \"address_1\": \"2421 Long Beach Rd\",\n            \"address_2\": \"\",\n            \"city\": \"Oceanside\",\n            \"state\": \"NY\",\n            \"zipcode\": \"11572\",\n            \"latitude\": 40.64632,\n            \"longitude\": -73.63826,\n            \"location\": {\n                \"lat\": 40.64632,\n                \"lon\": -73.63826\n            },\n            \"fax\": \"516-466-7723\",\n            \"phone\": \"516-829-0030\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Neurological Conditions\",\n                    \"Neck\",\n                    \"Physical Therapy\",\n                    \"Older Adults\",\n                    \"Knee\"\n                ],\n                \"terms\": [\n                    \"PT\",\n                    \"Rehab Therapist\",\n                    \"Cardiac Rehab\",\n                    \"Heart Therapy\",\n                    \"Breathing Psychotherapy\",\n                    \"Pulmonary Rehab\"\n                ]\n            }\n        },\n        {\n            \"id\": \"865ff9fcde8ca8cdb0a0c40117422259\",\n            \"npi\": \"1649264706\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"0a6326a88e824fe6dea848a53a28a4b8\",\n            \"name\": \"North American Partners IN Anesthesia LLP\",\n            \"address_1\": \"900 Franklin Ave\",\n            \"address_2\": \"\",\n            \"city\": \"Valley Stream\",\n            \"state\": \"NY\",\n            \"zipcode\": \"11580\",\n            \"latitude\": 40.68089,\n            \"longitude\": -73.68557,\n            \"location\": {\n                \"lat\": 40.68089,\n                \"lon\": -73.68557\n            },\n            \"fax\": \"\",\n            \"phone\": \"516-256-6000\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Autism Spectrum Disorder\",\n                    \"Foot and Ankle\",\n                    \"Appendectomy/Cholecystectomy\",\n                    \"Knee\",\n                    \"Oncology\",\n                    \"Asthma\",\n                    \"Schizophrenia\",\n                    \"Personality Disorders\",\n                    \"Anxiety\",\n                    \"Joint Pain Management\",\n                    \"Eating Disorders\",\n                    \"Brain and Nervous System Cancers\",\n                    \"Low Back\",\n                    \"Infectious Diseases\",\n                    \"ADHD\",\n                    \"Behavioral Health\",\n                    \"Myeloma\",\n                    \"Epilepsy\",\n                    \"Colectomy\",\n                    \"Urology\",\n                    \"Cardiothoracic and Vascular Surgery\",\n                    \"Stroke\",\n                    \"Electrophysiology\",\n                    \"Kidney Cancer\",\n                    \"Psychiatry\",\n                    \"Neurology\",\n                    \"Prostate Cancer\",\n                    \"Geriatrics\",\n                    \"Neck\",\n                    \"Bladder Cancer\",\n                    \"Spine\",\n                    \"Adults\",\n                    \"Coronary Artery Disease\",\n                    \"Surgery - General\",\n                    \"Head and Neck Cancers\",\n                    \"Depression\",\n                    \"Heart Failure\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Arthroscopy\",\n                    \"Spine Surgery\",\n                    \"Ortho-Joint\",\n                    \"Women's Health\",\n                    \"Headache\",\n                    \"Colorectal Cancer\",\n                    \"Primary Care\",\n                    \"Cardiology\",\n                    \"Spine Pain Management\",\n                    \"Shoulder and Elbow\",\n                    \"Hip\",\n                    \"Stomach Cancer\",\n                    \"Radiology\",\n                    \"Pulmonology\",\n                    \"Orthopedic Surgery\",\n                    \"Hand and Wrist\",\n                    \"Bipolar Disorder\",\n                    \"Nuclear Medicine\",\n                    \"Interventional Cardiology\",\n                    \"Emergency Medicine\"\n                ],\n                \"terms\": [\n                    \"Interventional Cardiologist\",\n                    \"Hematologist\",\n                    \"Weight Loss Treatment\",\n                    \"Cardiovascular Surgeon\",\n                    \"Wrist Surgeon\",\n                    \"Knee Doctor\",\n                    \"Heart Treatment\",\n                    \"Rotator Cuff\",\n                    \"Finger Dislocations\",\n                    \"Oncologist\",\n                    \"CAT Scan\",\n                    \"Discectomy\",\n                    \"Bunionectomy\",\n                    \"Oncology\",\n                    \"Mallet Finger\",\n                    \"Family Practice\",\n                    \"Vascular Surgeon\",\n                    \"Lung Biopsy\",\n                    \"Foot Doctor\",\n                    \"Lumbar Discectomy\",\n                    \"Fusion\",\n                    \"Heart Rhythm Doctor\",\n                    \"High Blood Pressure\",\n                    \"Screenings\",\n                    \"Angio\",\n                    \"Heart Stent Doctor\",\n                    \"Women's Health\",\n                    \"Behavioral Health\",\n                    \"Cathether\",\n                    \"Nuclear Imaging\",\n                    \"Repair Femoral Neck Fracture\",\n                    \"Knee Replacement\",\n                    \"Hernia\",\n                    \"Low Back Surgery\",\n                    \"Hand Surgery\",\n                    \"Cervical Laminectomy\",\n                    \"Hand Doctor\",\n                    \"Hip Surgery\",\n                    \"Bursitis\",\n                    \"Spine Surgery\",\n                    \"Hip Repair\",\n                    \"Cubital Tunnel\",\n                    \"Coronary Artery Disease\",\n                    \"Dupuytren's Contractures\",\n                    \"Repair Ankle Fracture\",\n                    \"Geriatrician\",\n                    \"Pulmonary Function Testing\",\n                    \"TDAP\",\n                    \"Joint Doctor\",\n                    \"Cardiovascular Surgery\",\n                    \"Back Doctor\",\n                    \"Defibrillator\",\n                    \"Internal Medicine\",\n                    \"Electrophysiology\",\n                    \"Stent\",\n                    \"School Physical\",\n                    \"Cold Treatment\",\n                    \"Finger Surgery\",\n                    \"Hip Doctor\",\n                    \"Behavior Analysis\",\n                    \"Heart Catheter Doctor\",\n                    \"Repair Trochanteric Fracture\",\n                    \"Infectious Disease Doctor\",\n                    \"Cognitive Behavior\",\n                    \"Electrophysiologist\",\n                    \"Knee Scope\",\n                    \"Spine Surgeon\",\n                    \"Ganglion Cyst\",\n                    \"Knee Surgeon\",\n                    \"Hypertension\",\n                    \"Immunization\",\n                    \"Pulmonary Fibrosis\",\n                    \"Lung Treatment\",\n                    \"Hyperglycemia\",\n                    \"Surgeon\",\n                    \"Geriatrics\",\n                    \"Hammertoe Fixation\",\n                    \"Urinary Treatment\",\n                    \"Urologist\",\n                    \"Respiratory Physician\",\n                    \"Foot Surgery\",\n                    \"Bones\",\n                    \"Arrhythmia Doctor\",\n                    \"Lung Doctor\",\n                    \"Pulmonologist\",\n                    \"Achilles Tendon Repair\",\n                    \"Hand Surgeon\",\n                    \"Lumbar Laminectomy\",\n                    \"Elbow Surgery\",\n                    \"Shoulder Arthroscopy\",\n                    \"Knee Fracture\",\n                    \"Vaccines\",\n                    \"Cardiologist\",\n                    \"Cervical Discectomy And Fusion\",\n                    \"Hallux Rigidus\",\n                    \"Ankle Replacement\",\n                    \"Poison Ivy Treatment\",\n                    \"Knee Repair\",\n                    \"Wrist Fracture Repair\",\n                    \"Knee Meniscectomy\",\n                    \"Cervical Disc Replacement\",\n                    \"Lumbar Fusion\",\n                    \"Brain Doctor\",\n                    \"Leg Fracture\",\n                    \"Wrist Doctor\",\n                    \"Facet Joint Syndrome\",\n                    \"Senior Health\",\n                    \"Cervical Fusion\",\n                    \"Shoulder Repair\",\n                    \"Ablation\",\n                    \"Stress Test\",\n                    \"Breathing\",\n                    \"Annual Physical\",\n                    \"Vascular Surgery\",\n                    \"Shoulder Replacement\",\n                    \"Internist\",\n                    \"Hip Fracture\",\n                    \"Heart Transplant Cardiologist\",\n                    \"Cardiac Transplant\",\n                    \"Elderly\",\n                    \"Shoulder Surgeon\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Obesity Medicine\",\n                    \"Imaging\",\n                    \"Finger Surgeon\",\n                    \"Lung Disease\",\n                    \"Radiologist\",\n                    \"Treadmill Test\",\n                    \"PET\",\n                    \"Trigger Finger\",\n                    \"Heart Transplant\",\n                    \"General Practice\",\n                    \"Hip Surgeon\",\n                    \"Coronary Stent\",\n                    \"Cervical Decompression\",\n                    \"Fifth Metatarsal Fracture\",\n                    \"Knee Arthritis\",\n                    \"Shoulder Surgery\",\n                    \"Bladder\",\n                    \"Knee Surgery\",\n                    \"Neurologist\",\n                    \"General Surgeon\",\n                    \"Checkup\",\n                    \"Back Surgery\",\n                    \"Pacemaker\",\n                    \"PCP\",\n                    \"Back Surgeon\",\n                    \"Cervical Foraminotomy\",\n                    \"Wrist Fracture\",\n                    \"Flu Treatment\",\n                    \"Lower Back Surgery\",\n                    \"Ankle Surgery\",\n                    \"Women Health\",\n                    \"Hip Replacement\",\n                    \"Bronchoscopy\",\n                    \"RVAD\",\n                    \"Tetanus Shot\",\n                    \"Cancer\",\n                    \"Plantar Fascia Release\",\n                    \"Coronary Treatment\",\n                    \"VAD\",\n                    \"Family Medicine\",\n                    \"General Medicine\",\n                    \"Lung Problems\",\n                    \"Womens Health\",\n                    \"Geriatric Doctor\",\n                    \"Preventive Care\",\n                    \"Heart Valve Treatment\",\n                    \"Forearm Fracture Repair\",\n                    \"Spine Doctor\",\n                    \"Ankle Doctor\",\n                    \"Obesity Treatment\",\n                    \"HBP\",\n                    \"Heart Surgeon\",\n                    \"Gallbladder Removal\",\n                    \"Radial Fracture Repair\",\n                    \"Finger Fracture Repair\",\n                    \"Elbow Bursitis\",\n                    \"Neck Surgery\",\n                    \"Finger Doctor\",\n                    \"Kidney Stone\",\n                    \"Cardiovascular Disease\",\n                    \"Heart Doctor\",\n                    \"Meniscus\",\n                    \"Emergency Department\",\n                    \"Overweight Treatment\",\n                    \"Ventricular Assist Device\",\n                    \"Finger Fracture\",\n                    \"Orthopedic Surgeon\",\n                    \"AICD\",\n                    \"Shoulder Arthritis\",\n                    \"ED\",\n                    \"Knee Arthroscopy\",\n                    \"CT Scan\",\n                    \"Doctor\",\n                    \"ER Doctor\",\n                    \"Hip Arthroscopy\",\n                    \"Elbow Surgeon\",\n                    \"General Doctor\",\n                    \"ER\",\n                    \"Circulatory System Doctor\",\n                    \"Bone Doctor\",\n                    \"Xray\",\n                    \"Heart Stent\",\n                    \"Angioplasty\",\n                    \"Family Doctor\",\n                    \"Carpal Tunnel Repease\",\n                    \"LVAD\",\n                    \"Asthma Treatment\",\n                    \"Hip Arthritis\",\n                    \"Wrist Surgery\",\n                    \"Brain Disease\",\n                    \"Hip Scope\",\n                    \"Mental Health\",\n                    \"Hand Fracture\",\n                    \"Respiratory\",\n                    \"Cognitive Behavior Doctor\",\n                    \"MRI\",\n                    \"Carpal Tunnel\",\n                    \"Cancer Doctor\",\n                    \"ACL Repair\",\n                    \"X-Ray\",\n                    \"Joint\",\n                    \"Lumbar Microdiscectomy\",\n                    \"Neck Surgeon\",\n                    \"Heart Surgery\",\n                    \"General Surgery\",\n                    \"Big Toe Arthritis\",\n                    \"Emergency Doctor\"\n                ]\n            }\n        },\n        {\n            \"id\": \"d71b82488e4f6c4f6a56c341820c222f\",\n            \"npi\": \"1548437312\",\n            \"product_ids\": [\n                \"09d7fa1307a71080f4e5db66516f30b4\",\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"0ab572e67a3ca5b49b0abd3991dff0cd\",\n            \"name\": \"Nutrition IN Motion\",\n            \"address_1\": \"331 Newman Springs Rd\",\n            \"address_2\": \"\",\n            \"city\": \"Red Bank\",\n            \"state\": \"NJ\",\n            \"zipcode\": \"07701\",\n            \"latitude\": 40.33637,\n            \"longitude\": -74.0917,\n            \"location\": {\n                \"lat\": 40.33637,\n                \"lon\": -74.0917\n            },\n            \"fax\": \"\",\n            \"phone\": \"888-964-1975\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Adults\",\n                    \"Neck\",\n                    \"Plastic Surgery\",\n                    \"Elbow\",\n                    \"Back\",\n                    \"Physical Therapy\"\n                ],\n                \"terms\": [\n                    \"Breathing Psychotherapy\",\n                    \"Cardiac Rehab\",\n                    \"Heart Therapy\",\n                    \"Rehab Therapist\",\n                    \"PT\",\n                    \"Pulmonary Rehab\"\n                ]\n            }\n        },\n        {\n            \"id\": \"55441a5b8a6273caa37b142ad6f0f3c1\",\n            \"npi\": \"1013115617\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"0c1409e825ce8f43412e528e3e59e19b\",\n            \"name\": \"Stephen A Obstbaum MD PLLC\",\n            \"address_1\": \"9777 Queens Blvd\",\n            \"address_2\": \"\",\n            \"city\": \"Rego Park\",\n            \"state\": \"NY\",\n            \"zipcode\": \"11374\",\n            \"latitude\": 40.72921,\n            \"longitude\": -73.85844,\n            \"location\": {\n                \"lat\": 40.72921,\n                \"lon\": -73.85844\n            },\n            \"fax\": \"\",\n            \"phone\": \"718-267-2420\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Oncology\",\n                    \"Heart Failure\",\n                    \"Radiology\",\n                    \"Urology\",\n                    \"Adult Congenital\",\n                    \"Cardiology\",\n                    \"Inflammatory Bowel Disease\",\n                    \"Upper Endoscopy\",\n                    \"Electrophysiology\",\n                    \"Coronary Artery Disease\",\n                    \"Endoscopy\",\n                    \"Interventional Cardiology\",\n                    \"Gastroenterology\",\n                    \"Colonoscopy\"\n                ],\n                \"terms\": [\n                    \"Heart Transplant\",\n                    \"Colonoscopy\",\n                    \"X-Ray\",\n                    \"Electrophysiology\",\n                    \"Heart Catheter Doctor\",\n                    \"Stomach\",\n                    \"Inflammatory Bowel Disease\",\n                    \"Heart Valve Treatment\",\n                    \"Ablation\",\n                    \"Stomach Doctor\",\n                    \"Coronary Stent\",\n                    \"Heart Rhythm Doctor\",\n                    \"Arrhythmia Doctor\",\n                    \"Stomach Pain\",\n                    \"Coronary Artery Disease\",\n                    \"Gastroenterologist\",\n                    \"Digestive Doctor\",\n                    \"Urologist\",\n                    \"CT Scan\",\n                    \"Ventricular Assist Device\",\n                    \"Kidney Stone\",\n                    \"Heartburn\",\n                    \"Defibrillator\",\n                    \"Digestive Diseases\",\n                    \"Cancer Doctor\",\n                    \"Cardiovascular Disease\",\n                    \"Coronary Treatment\",\n                    \"RVAD\",\n                    \"IBD\",\n                    \"Cardiac Transplant\",\n                    \"CAT Scan\",\n                    \"Digestive Disease Doctor\",\n                    \"Angio\",\n                    \"Endoscopy\",\n                    \"MRI\",\n                    \"Hematologist\",\n                    \"Stress Test\",\n                    \"Urinary Treatment\",\n                    \"Intestines\",\n                    \"Circulatory System Doctor\",\n                    \"Angioplasty\",\n                    \"EGD\",\n                    \"Stent\",\n                    \"Digestive Disease\",\n                    \"Oncologist\",\n                    \"Electrophysiologist\",\n                    \"Pacemaker\",\n                    \"Cathether\",\n                    \"Radiologist\",\n                    \"PET\",\n                    \"Heart Transplant Cardiologist\",\n                    \"GI Doctor\",\n                    \"Xray\",\n                    \"AICD\",\n                    \"Gut\",\n                    \"Bladder\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Oncology\",\n                    \"Interventional Cardiologist\",\n                    \"Sigmoidoscopy\",\n                    \"Heart Stent Doctor\",\n                    \"Bowels\",\n                    \"Heart Stent\",\n                    \"Endoscope\",\n                    \"Heart Treatment\",\n                    \"Treadmill Test\",\n                    \"Cardiologist\",\n                    \"LVAD\",\n                    \"GI\",\n                    \"VAD\",\n                    \"Heart Doctor\",\n                    \"Esophagogastroduodenoscopy\",\n                    \"Imaging\",\n                    \"Cancer\"\n                ]\n            }\n        },\n        {\n            \"id\": \"2b5359ac0b03152b22d41132725ec312\",\n            \"npi\": \"1346656105\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"07cfc866a0f3a90543ca6229a2deb4f5\",\n            \"name\": \"Long Island Neurosurgical & Pain Specialists, PLLC\",\n            \"address_1\": \"4250 Hempstead Tpke\",\n            \"address_2\": \"Ste 4\",\n            \"city\": \"Bethpage\",\n            \"state\": \"NY\",\n            \"zipcode\": \"11714\",\n            \"latitude\": 40.72552,\n            \"longitude\": -73.47969,\n            \"location\": {\n                \"lat\": 40.72552,\n                \"lon\": -73.47969\n            },\n            \"fax\": \"\",\n            \"phone\": \"833-547-7463\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {}\n        },\n        {\n            \"id\": \"25fa1e81da170a41356f59e68c975ed6\",\n            \"npi\": \"1568037257\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"2bdf7f505d90e0815b6dfd62160b2fa9\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"6c35b7436eef09aae71da6bedf2ea085\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"a3736940d69bcbd543a5d93f2f9dce2e\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"0e7b83a114b82efa01fbb8c2ec2d54f0\",\n            \"name\": \"Bienetre Medical PC\",\n            \"address_1\": \"5500 Merrick Rd\",\n            \"address_2\": \"\",\n            \"city\": \"Massapequa\",\n            \"state\": \"NY\",\n            \"zipcode\": \"11758\",\n            \"latitude\": 40.669,\n            \"longitude\": -73.43366,\n            \"location\": {\n                \"lat\": 40.669,\n                \"lon\": -73.43366\n            },\n            \"fax\": \"914-462-3259\",\n            \"phone\": \"516-798-3789\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Neck\",\n                    \"Physical Therapy\",\n                    \"Adolescents\",\n                    \"Knee\",\n                    \"Adults\",\n                    \"Spine Pain Management\",\n                    \"Foot and Ankle\",\n                    \"Shoulder and Elbow\",\n                    \"Low Back\",\n                    \"Orthopedic Surgery\",\n                    \"Joint Pain Management\",\n                    \"Hand and Wrist\",\n                    \"Spine\",\n                    \"Ortho-Joint\",\n                    \"Elbow\",\n                    \"Hip\"\n                ],\n                \"terms\": [\n                    \"Knee Surgeon\",\n                    \"Knee Repair\",\n                    \"Joint\",\n                    \"Lower Back Surgery\",\n                    \"Shoulder Surgery\",\n                    \"Hammertoe Fixation\",\n                    \"Repair Ankle Fracture\",\n                    \"Knee Fracture\",\n                    \"Spine Surgeon\",\n                    \"ACL Repair\",\n                    \"Plantar Fascia Release\",\n                    \"Cervical Foraminotomy\",\n                    \"Hip Arthroscopy\",\n                    \"Lumbar Fusion\",\n                    \"Elbow Surgeon\",\n                    \"Hand Doctor\",\n                    \"Finger Dislocations\",\n                    \"Ankle Doctor\",\n                    \"Repair Femoral Neck Fracture\",\n                    \"Ganglion Cyst\",\n                    \"Neck Surgeon\",\n                    \"Cervical Laminectomy\",\n                    \"Fifth Metatarsal Fracture\",\n                    \"Shoulder Replacement\",\n                    \"Trigger Finger\",\n                    \"Finger Doctor\",\n                    \"Bunionectomy\",\n                    \"Ankle Replacement\",\n                    \"Heart Therapy\",\n                    \"Wrist Surgeon\",\n                    \"Bone Doctor\",\n                    \"Lumbar Laminectomy\",\n                    \"Discectomy\",\n                    \"Hand Fracture\",\n                    \"Neck Surgery\",\n                    \"Finger Fracture Repair\",\n                    \"Knee Replacement\",\n                    \"Radial Fracture Repair\",\n                    \"Elbow Bursitis\",\n                    \"Wrist Doctor\",\n                    \"Carpal Tunnel\",\n                    \"Leg Fracture\",\n                    \"Forearm Fracture Repair\",\n                    \"Hip Scope\",\n                    \"Shoulder Surgeon\",\n                    \"Shoulder Arthroscopy\",\n                    \"Cardiac Rehab\",\n                    \"Bursitis\",\n                    \"Fusion\",\n                    \"Wrist Fracture Repair\",\n                    \"Finger Surgery\",\n                    \"Bones\",\n                    \"Hip Arthritis\",\n                    \"Hip Surgeon\",\n                    \"Meniscus\",\n                    \"Mallet Finger\",\n                    \"Foot Surgery\",\n                    \"Knee Scope\",\n                    \"Cervical Disc Replacement\",\n                    \"Shoulder Arthritis\",\n                    \"PT\",\n                    \"Big Toe Arthritis\",\n                    \"Lumbar Discectomy\",\n                    \"Lumbar Microdiscectomy\",\n                    \"Orthopedic Surgeon\",\n                    \"Hand Surgery\",\n                    \"Hand Surgeon\",\n                    \"Hip Surgery\",\n                    \"Facet Joint Syndrome\",\n                    \"Hip Repair\",\n                    \"Cervical Decompression\",\n                    \"Knee Doctor\",\n                    \"Knee Arthritis\",\n                    \"Low Back Surgery\",\n                    \"Pulmonary Rehab\",\n                    \"Rehab Therapist\",\n                    \"Hip Fracture\",\n                    \"Shoulder Repair\",\n                    \"Spine Doctor\",\n                    \"Joint Doctor\",\n                    \"Wrist Fracture\",\n                    \"Hip Doctor\",\n                    \"Repair Trochanteric Fracture\",\n                    \"Cervical Discectomy And Fusion\",\n                    \"Knee Meniscectomy\",\n                    \"Rotator Cuff\",\n                    \"Wrist Surgery\",\n                    \"Finger Fracture\",\n                    \"Hip Replacement\",\n                    \"Back Surgeon\",\n                    \"Foot Doctor\",\n                    \"Finger Surgeon\",\n                    \"Elbow Surgery\",\n                    \"Knee Arthroscopy\",\n                    \"Hallux Rigidus\",\n                    \"Ankle Surgery\",\n                    \"Breathing Psychotherapy\",\n                    \"Cervical Fusion\",\n                    \"Carpal Tunnel Repease\",\n                    \"Back Surgery\",\n                    \"Achilles Tendon Repair\",\n                    \"Spine Surgery\",\n                    \"Back Doctor\",\n                    \"Cubital Tunnel\",\n                    \"Dupuytren's Contractures\",\n                    \"Knee Surgery\"\n                ]\n            }\n        },\n        {\n            \"id\": \"46a637b7523fcb7e5c8af8e2b21b6694\",\n            \"npi\": \"1023078219\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d56ab3897b731845a955b5b55840f3fe\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"0b749964274378a6e2e5f20845bd3e52\",\n            \"name\": \"Che Senior Psychological Services, PC\",\n            \"address_1\": \"1485 Dumont Ave\",\n            \"address_2\": \"\",\n            \"city\": \"Brooklyn\",\n            \"state\": \"NY\",\n            \"zipcode\": \"11208\",\n            \"latitude\": 40.67106,\n            \"longitude\": -73.86242,\n            \"location\": {\n                \"lat\": 40.67106,\n                \"lon\": -73.86242\n            },\n            \"fax\": \"\",\n            \"phone\": \"800-275-3243\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Nephrology\",\n                    \"Behavioral Health\",\n                    \"Radiology\",\n                    \"Psychiatry\"\n                ],\n                \"terms\": [\n                    \"Nephrologist\",\n                    \"CT Scan\",\n                    \"Imaging\",\n                    \"CAT Scan\",\n                    \"Cognitive Behavior Doctor\",\n                    \"Radiologist\",\n                    \"Kidney Doctor\",\n                    \"Behavior Analysis\",\n                    \"Kidney\",\n                    \"MRI\",\n                    \"Cognitive Behavior\",\n                    \"X-Ray\",\n                    \"Kidney Disease\",\n                    \"Xray\",\n                    \"PET\",\n                    \"Renal\"\n                ]\n            }\n        },\n        {\n            \"id\": \"354be28bba896931f46fd5ded8cf0c4d\",\n            \"npi\": \"1215989116\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"191e74b3049ed26ca709576d4dc1d8ee\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"7ef382eb40bf4e144486344a2327069f\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"0c8b698bf7973896856654b25fc2c030\",\n            \"name\": \"Park Slope Medicine, P.C.\",\n            \"address_1\": \"517 6th St\",\n            \"address_2\": \"\",\n            \"city\": \"Brooklyn\",\n            \"state\": \"NY\",\n            \"zipcode\": \"11215\",\n            \"latitude\": 40.6685,\n            \"longitude\": -73.97942,\n            \"location\": {\n                \"lat\": 40.6685,\n                \"lon\": -73.97942\n            },\n            \"fax\": \"\",\n            \"phone\": \"718-780-3771\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Epilepsy\",\n                    \"Neurology\",\n                    \"Behavioral Health\",\n                    \"Parkinson's Disease\",\n                    \"Headache\",\n                    \"Psychologist\",\n                    \"Stroke\"\n                ],\n                \"terms\": [\n                    \"Cognitive Behavior Doctor\",\n                    \"Brain Disease\",\n                    \"Behavior Analysis\",\n                    \"Neurologist\",\n                    \"Cognitive Behavior\",\n                    \"Brain Doctor\"\n                ]\n            }\n        },\n        {\n            \"id\": \"7e567f5131356fe67802a612ee5c110e\",\n            \"npi\": \"1194355586\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\"\n            ],\n            \"facility_id\": \"0db6aec116de1d078139607ce4f58a53\",\n            \"name\": \"United Medical Practice, P.C.\",\n            \"address_1\": \"17933 90th Ave\",\n            \"address_2\": \"\",\n            \"city\": \"Jamaica\",\n            \"state\": \"NY\",\n            \"zipcode\": \"11432\",\n            \"latitude\": 40.71123,\n            \"longitude\": -73.7853,\n            \"location\": {\n                \"lat\": 40.71123,\n                \"lon\": -73.7853\n            },\n            \"fax\": \"\",\n            \"phone\": \"718-657-2706\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Primary Care\",\n                    \"Women's Health\",\n                    \"Asthma\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"COPD\",\n                    \"Geriatrics\",\n                    \"Behavioral Health\"\n                ],\n                \"terms\": [\n                    \"Womens Health\",\n                    \"Geriatrician\",\n                    \"Family Doctor\",\n                    \"General Practice\",\n                    \"Internal Medicine\",\n                    \"Family Practice\",\n                    \"Cold Treatment\",\n                    \"Behavioral Health\",\n                    \"Tetanus Shot\",\n                    \"High Blood Pressure\",\n                    \"Checkup\",\n                    \"Women Health\",\n                    \"HBP\",\n                    \"Family Medicine\",\n                    \"PCP\",\n                    \"Women's Health\",\n                    \"School Physical\",\n                    \"Internist\",\n                    \"Obesity Medicine\",\n                    \"General Medicine\",\n                    \"Annual Physical\",\n                    \"Weight Loss Treatment\",\n                    \"Immunization\",\n                    \"Vaccines\",\n                    \"Asthma Treatment\",\n                    \"Senior Health\",\n                    \"Obesity Treatment\",\n                    \"General Doctor\",\n                    \"TDAP\",\n                    \"Elderly\",\n                    \"Geriatric Doctor\",\n                    \"Preventive Care\",\n                    \"Poison Ivy Treatment\",\n                    \"Screenings\",\n                    \"Mental Health\",\n                    \"Hypertension\",\n                    \"Overweight Treatment\",\n                    \"Doctor\",\n                    \"Hyperglycemia\",\n                    \"Geriatrics\",\n                    \"Flu Treatment\"\n                ]\n            }\n        },\n        {\n            \"id\": \"41be0409dd474a2ff9f2b45c9d9a2c7d\",\n            \"npi\": \"1629397591\",\n            \"product_ids\": [\n                \"109ecf00ead9eff92b25ed2ce346da35\",\n                \"1697d7a5a183f49e632f80f22124bb3b\",\n                \"24b76db8473d833c47f1ac23f6448411\",\n                \"3f3e992a2265917952274037d5bdd138\",\n                \"5b2a4d0494cdb5ff94275a3c393758f7\",\n                \"61711d044eb56e890dd0e6d51dc45386\",\n                \"632aba0ec28592026b3d33e6f82a0520\",\n                \"9083fbfd36e8b9fbc8cc2f4a970e2e41\",\n                \"9aef4b0c5e80cc710e2c7ffcc27f3f7b\",\n                \"ad48eb00b486a864814028d661c34a71\",\n                \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n                \"bd1303db3759153de82c3936723b62aa\",\n                \"c9013625c0825cf0cc8ee5c0a9f563aa\",\n                \"c91fb6b6a26b8bf26998d40171e070c2\",\n                \"ca00b57daee5dacd711f43dc37e8c56e\",\n                \"d7f05f2ef245d69bc5d057e18c636f21\",\n                \"e60f820c532bce202a656636dd2bfa37\",\n                \"e6c78d3d7de354bcb7e475bbfce4b597\"\n            ],\n            \"facility_id\": \"095ccb44b9cc79e18083a822ae08bf24\",\n            \"name\": \"Best Medical Care At Jackson Heights, PC\",\n            \"address_1\": \"10814 101st Ave\",\n            \"address_2\": \"\",\n            \"city\": \"South Richmond Hill\",\n            \"state\": \"NY\",\n            \"zipcode\": \"11419\",\n            \"latitude\": 40.68758,\n            \"longitude\": -73.83402,\n            \"location\": {\n                \"lat\": 40.68758,\n                \"lon\": -73.83402\n            },\n            \"fax\": \"\",\n            \"phone\": \"718-850-1673\",\n            \"specialization\": \"\",\n            \"is_wheelchair_accessible\": false,\n            \"type\": \"F\",\n            \"type_display\": [\n                \"\"\n            ],\n            \"client_featured\": false,\n            \"classification\": {\n                \"types\": [],\n                \"focus_areas\": [\n                    \"Electrophysiology\",\n                    \"Podiatry\",\n                    \"Urology\",\n                    \"Pediatrics\",\n                    \"Benign Prostatic Hyperplasia\",\n                    \"Diabetes and High Blood Pressure\",\n                    \"Incontinence\",\n                    \"Cardiology\",\n                    \"Behavioral Health\",\n                    \"Heart Failure\",\n                    \"Asthma\",\n                    \"Coronary Artery Disease\",\n                    \"HIV\",\n                    \"Interventional Cardiology\",\n                    \"Women's Health\",\n                    \"COPD\",\n                    \"Geriatrics\",\n                    \"Primary Care\"\n                ],\n                \"terms\": [\n                    \"Preventive Care\",\n                    \"Peds\",\n                    \"Heart Stent\",\n                    \"Women's Health\",\n                    \"Foot\",\n                    \"Tetanus Shot\",\n                    \"Cathether\",\n                    \"Angio\",\n                    \"Hypertension\",\n                    \"Doctor\",\n                    \"Pediatrician\",\n                    \"Podiatrist\",\n                    \"Bladder\",\n                    \"Interventional Cardiologist\",\n                    \"Child\",\n                    \"Heart Stent Doctor\",\n                    \"Defibrillator\",\n                    \"Poison Ivy Treatment\",\n                    \"AICD\",\n                    \"Cardiac Transplant\",\n                    \"Toe Doctor\",\n                    \"Kidney Stone\",\n                    \"Ablation\",\n                    \"Kids\",\n                    \"Annual Physical\",\n                    \"Heart Valve Treatment\",\n                    \"Kid\",\n                    \"Cardiovascular Disease\",\n                    \"Coronary Treatment\",\n                    \"School Physical\",\n                    \"Arrhythmia Doctor\",\n                    \"Baby Doctor\",\n                    \"Ped\",\n                    \"Heart Transplant\",\n                    \"Obesity Medicine (Pediatrics)\",\n                    \"Cold Treatment\",\n                    \"General Practice\",\n                    \"Nail Cutting\",\n                    \"Electrophysiologist\",\n                    \"PCP\",\n                    \"Family Practice\",\n                    \"Stent\",\n                    \"Geriatric Doctor\",\n                    \"Kid Doctor\",\n                    \"Weight Loss Treatment\",\n                    \"Family Doctor\",\n                    \"Teen\",\n                    \"Electrophysiology\",\n                    \"Elderly\",\n                    \"Stress Test\",\n                    \"High Blood Pressure\",\n                    \"Child Doctor\",\n                    \"Child Abuse Pediatrics\",\n                    \"Vaccines\",\n                    \"Geriatrics\",\n                    \"Heart Transplant Cardiologist\",\n                    \"Pacemaker\",\n                    \"Adolescent Medicine\",\n                    \"Mental Health\",\n                    \"Heart Treatment\",\n                    \"Overweight Treatment\",\n                    \"Screenings\",\n                    \"Heart Rhythm Doctor\",\n                    \"Children's Doctor\",\n                    \"Feet\",\n                    \"Hammertoe\",\n                    \"Internal Medicine\",\n                    \"Treadmill Test\",\n                    \"TDAP\",\n                    \"Toenail Removal\",\n                    \"Percutaneous Coronary Intervention\",\n                    \"Angioplasty\",\n                    \"HBP\",\n                    \"Heart Doctor\",\n                    \"Coronary Stent\",\n                    \"Urologist\",\n                    \"Geriatrician\",\n                    \"General Doctor\",\n                    \"Asthma Treatment\",\n                    \"Cardiologist\",\n                    \"Immunization\",\n                    \"Senior Health\",\n                    \"Family Medicine\",\n                    \"Urinary Treatment\",\n                    \"General Medicine\",\n                    \"Ventricular Assist Device\",\n                    \"VAD\",\n                    \"Children\",\n                    \"Hyperglycemia\",\n                    \"Heart Catheter Doctor\",\n                    \"Flu Treatment\",\n                    \"LVAD\",\n                    \"Coronary Artery Disease\",\n                    \"Behavioral Health\",\n                    \"Women Health\",\n                    \"Teen Doctor\",\n                    \"Checkup\",\n                    \"Circulatory System Doctor\",\n                    \"Internist\",\n                    \"Obesity Treatment\",\n                    \"Womens Health\",\n                    \"RVAD\",\n                    \"Obesity Medicine\"\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"e9b2450d-cdc0-4efc-91bc-dbb619d766a2"},{"name":"single place lookup","id":"0e628409-dfc1-4f50-9a44-9dbf017a05e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://fusion.staging.emboldhealth.com/api/pg/places/:id/","description":"<h4 id=\"get-a-single-place-by-id\"><strong>Get a single place by ID</strong></h4>\n<p>This endpoint returns a single place based on an <code>id</code> supplied in the url path. The <code>id</code> is self-referential to the objects in the Embold Health datasource for places objects. This identifier has guaranteed uniqueness beyond a NPI or other possible identifiers. The place object returned is identical to the individual results objects returned in Places Search (see above). The difference being that only a <code>network_slug</code> query parameter is necessary and no pagination meta data is needed.</p>\n<p>^See query param description for more details on <code>network_slug</code></p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}},"urlObject":{"path":["places",":id",""],"host":["https://fusion.staging.emboldhealth.com/api/pg"],"query":[{"disabled":true,"description":{"content":"<p>(Required) String: A network slug string associated with a client. Only a valid network_slug will return results</p>\n","type":"text/plain"},"key":"network_slug","value":""}],"variable":[{"id":"56b2e5aa-cdb2-4402-839f-48ee44333f79","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0c72ed4f-99d8-47a0-8e08-ad82b9e82867","name":"Places Detail Schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <<bearer token>>"},{"key":"X-Integration-Token","value":"<uuid4>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/places/:id/","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["places",":id",""],"query":[{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results","disabled":true}],"variable":[{"key":"id","value":"<string>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": { \"type\": \"string\" },\n  \"npi\": { \"type\": \"string\" },\n\n  \"product_ids\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n\n  \"facility_id\": { \"type\": \"string\" },\n  \"location_id\": { \"type\": \"string\" },\n\n  \"name\": { \"type\": \"string\" },\n\n  \"address_1\": { \"type\": \"string\" },\n  \"address_2\": { \"type\": \"string\" },\n\n  \"city\": { \"type\": \"string\" },\n  \"state\": { \"type\": \"string\" },\n  \"zipcode\": { \"type\": \"string\" },\n\n  \"latitude\": { \"type\": \"number\" },\n  \"longitude\": { \"type\": \"number\" },\n\n  \"location\": {\n    \"type\": \"object\",\n    \"properties\": {\n      \"lat\": { \"type\": \"number\" },\n      \"lon\": { \"type\": \"number\" }\n    }\n  },\n\n  \"fax\": { \"type\": \"string\" },\n  \"phone\": { \"type\": \"string\" },\n\n  \"specialization\": { \"type\": \"string\" },\n\n  \"specialty_id\": { \"type\": \"integer\" },\n  \"specialty_name\": { \"type\": \"string\" },\n\n  \"subspecialties\": {\n    \"type\": \"array\",\n    \"items\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"subspecialty_id\": { \"type\": \"integer\" },\n        \"subspecialty_name\": { \"type\": \"string\" }\n      }\n    }\n  },\n\n  \"is_wheelchair_accessible\": { \"type\": \"boolean\" },\n\n  \"type\": { \"type\": \"string\" },\n  \"type_display\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n\n  \"client_featured\": { \"type\": \"boolean\" },\n\n  \"extension\": { \"type\": \"object\" },\n\n  \"classification\": {\n    \"type\": \"object\",\n    \"properties\": {\n      \"types\": {\n        \"type\": \"array\",\n        \"items\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"embold_id\": { \"type\": \"string\" },\n            \"name\": { \"type\": \"string\" }\n          }\n        }\n      },\n      \"focus_areas\": { \"type\": \"array\", \"items\": {} },\n      \"terms\": {\n        \"type\": \"array\",\n        \"items\": {\n          \"type\": \"object\",\n"},{"id":"346cbdb8-f372-44c8-a0f4-1a0f2acdadf2","name":"Places Detail Example","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"<API Key>","description":"Added as a part of security scheme: apikey"},{"key":"X-Integration-Token","value":"<string>","description":"Optional token used for logging","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/places/:id/?network_slug=","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["places",":id",""],"query":[{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"}],"variable":[{"key":"id","value":"<id>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"5682fbfcc9660aa82f425598974b3553\",\n    \"npi\": \"1710259437\",\n    \"product_ids\": [\n        \"109ecf00ead9eff92b25ed2ce346da35\",\n        \"1697d7a5a183f49e632f80f22124bb3b\",\n        \"24b76db8473d833c47f1ac23f6448411\",\n        \"61711d044eb56e890dd0e6d51dc45386\",\n        \"632aba0ec28592026b3d33e6f82a0520\",\n        \"ad48eb00b486a864814028d661c34a71\",\n        \"aebc68e5d2f31e3d920aae7b5521bdf0\",\n        \"c91fb6b6a26b8bf26998d40171e070c2\",\n        \"d56ab3897b731845a955b5b55840f3fe\",\n        \"d7f05f2ef245d69bc5d057e18c636f21\",\n        \"e6c78d3d7de354bcb7e475bbfce4b597\"\n    ],\n    \"facility_id\": \"ef3887afd4b84d116980caf79b4f9420\",\n    \"name\": \"Bhc Pinnacle Pointe Hospital, Inc.\",\n    \"address_1\": \"2618 SE J St\",\n    \"address_2\": \"Ste 12\",\n    \"city\": \"Bentonville\",\n    \"state\": \"AR\",\n    \"zipcode\": \"72712\",\n    \"latitude\": 36.34501,\n    \"longitude\": -94.19741,\n    \"location\": {\n        \"lat\": 36.34501,\n        \"lon\": -94.19741\n    },\n    \"fax\": \"\",\n    \"phone\": \"501-279-9220\",\n    \"specialization\": \"CLIN\",\n    \"specialty_id\": 300,\n    \"specialty_name\": \"Office or Clinic\",\n    \"subspecialties\": [\n        {\n            \"subspecialty_id\": 400,\n            \"subspecialty_name\": \"Mental Health\"\n        }\n    ],\n    \"is_wheelchair_accessible\": false,\n    \"type\": \"F\",\n    \"type_display\": [\n        \"Clinic\"\n    ],\n    \"client_featured\": false,\n    \"classification\": {\n        \"types\": [\n            \"Office or Clinic\"\n        ],\n        \"focus_areas\": [\n            \"Behavioral Health\",\n            \"Social Worker\",\n            \"Mental Health\",\n            \"Anxiety\"\n        ],\n        \"terms\": [\n            \"Community Mental Health Center\",\n            \"Adolescent and Children Mental Health Clinic or Center\",\n            \"Cognitive Behavior Doctor\",\n            \"Mental Illness Community Based Residential Treatment Facility\",\n            \"Cognitive Behavior\",\n            \"Adult Mental Health Clinic or Center\",\n            \"Behavior Analysis\",\n            \"Mental Health Clinic or Center\"\n        ]\n    },\n    \"distanceInMiles\": [\n        3.6441947425766483\n    ]\n}"}],"_postman_id":"0e628409-dfc1-4f50-9a44-9dbf017a05e6"},{"name":"places autocomplete","id":"40f32b9a-b5e3-4745-9747-b2498b1dc37b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://fusion.staging.emboldhealth.com/api/pg/autocomplete/?q=hosp&location=36.166349,-86.779054&radius=25mi&network_slug=&type=place","description":"<h4 id=\"get-autocomplete-results-for-places\">Get autocomplete results for places</h4>\n<p>This endpoint returns a list of place suggestions by name and id in a given geo distance. All of the available query parameters are required in order to accurately return a list of autocomplete suggestion results. The following query parameters are expected</p>\n<ul>\n<li><p><code>q</code>: (Required) Query multi-match param</p>\n</li>\n<li><p><code>location</code>: (Required) Location coordinates in the latitude,longitude format.</p>\n<ul>\n<li>Example: 30.268504,-97.743178</li>\n</ul>\n</li>\n<li><p><code>radius</code>: (Required) String: Only return results in this radius or geo hash precision.</p>\n<ul>\n<li><p>Supports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi</p>\n<ul>\n<li>Ex: 25mi</li>\n</ul>\n</li>\n<li><p>If no units are given, supports a geo hash precision of 1-12</p>\n</li>\n</ul>\n</li>\n<li><p><code>network_slug</code>: (Required)</p>\n</li>\n</ul>\n<p>The response has a limit of 50 results. See examples for response schema and example values.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}},"urlObject":{"path":["autocomplete",""],"host":["https://fusion.staging.emboldhealth.com/api/pg"],"query":[{"description":{"content":"<p>(Required) String: Query multi-match param.</p>\n","type":"text/plain"},"key":"q","value":"hosp"},{"description":{"content":"<p>(Required) String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178</p>\n","type":"text/plain"},"key":"location","value":"36.166349,-86.779054"},{"description":{"content":"<p>(Required) String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12</p>\n","type":"text/plain"},"key":"radius","value":"25mi"},{"description":{"content":"<p>(Required) String: A network slug string associated with a client. Only a valid network_slug will return results</p>\n","type":"text/plain"},"key":"network_slug","value":""},{"key":"type","value":"place"}],"variable":[]}},"response":[{"id":"b87a4cd4-8e9a-40bc-acd5-9dc91bc5f79a","name":"Places Autocomplete Schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","type":"text","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/places/autocomplete/","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["places","autocomplete",""],"query":[{"key":"q","value":"<string>","description":"(Required) String: Query multi-match param.","disabled":true},{"key":"location","value":"<lat, lon>","description":"(Required) String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178","disabled":true},{"key":"radius","value":"<string>","description":"(Required) String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"places\": [\n        {\n            \"id\": \"string\",\n            \"name_with_location\": \"string\",\n            \"name\": \"string\"\n        }\n    ]\n}"},{"id":"97887d75-6426-4b1b-a96b-6715cb7ac718","name":"Places Autocomplete","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","type":"text","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/places/autocomplete/?q=hospital&location=36.333009211382, -94.13365492377461&radius=150mi&network_slug=","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["places","autocomplete",""],"query":[{"key":"q","value":"hospital","description":"(Required) String: Query multi-match param."},{"key":"location","value":"36.333009211382, -94.13365492377461","description":"(Required) String: Location coordinates in the latitude,longitude format. Ex:30.268504,-97.743178"},{"key":"radius","value":"150mi","description":"(Required) String: Only return results in this radius or geo hash precision \nSupports the following units for radius: mi, yi, ft, in, km, m, cm, mm, nmi\nEx: 25mi\nIf no units are given, supports a geo hash precision of 1-12"},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"places\": [\n        {\n            \"id\": 21104,\n            \"npi\": \"1033160049\",\n            \"type\": \"F\",\n            \"name\": \"St Marys Regional Medical Center\",\n            \"address_1\": \"1808 W Main St\",\n            \"address_2\": \"\",\n            \"city\": \"Russellville\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72801\",\n            \"phone\": \"479-968-2841\",\n            \"fax\": \"479-968-8189\",\n            \"latitude\": 35.282866,\n            \"longitude\": -93.14993\n        },\n        {\n            \"id\": 271585,\n            \"npi\": \"1457306326\",\n            \"type\": \"F\",\n            \"name\": \"Mercy Hospital Berryville\",\n            \"address_1\": \"214 Carter St\",\n            \"address_2\": \"\",\n            \"city\": \"Berryville\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72616\",\n            \"phone\": \"870-423-3355\",\n            \"fax\": \"870-423-3817\",\n            \"latitude\": 36.358222,\n            \"longitude\": -93.552016\n        },\n        {\n            \"id\": 379837,\n            \"npi\": \"1639366461\",\n            \"type\": \"F\",\n            \"name\": \"Eureka Springs Hospital Commission\",\n            \"address_1\": \"24 Norris St\",\n            \"address_2\": \"\",\n            \"city\": \"Eureka Springs\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72632\",\n            \"phone\": \"479-253-7400\",\n            \"fax\": \"479-363-8029\",\n            \"latitude\": 36.40043,\n            \"longitude\": -93.744502\n        },\n        {\n            \"id\": 323392,\n            \"npi\": \"1538796651\",\n            \"type\": \"F\",\n            \"name\": \"Eureka Springs Hospital LLC\",\n            \"address_1\": \"24 Norris St\",\n            \"address_2\": \"\",\n            \"city\": \"Eureka Springs\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72632\",\n            \"phone\": \"479-253-7400\",\n            \"fax\": \"479-363-8023\",\n            \"latitude\": 36.40043,\n            \"longitude\": -93.744502\n        },\n        {\n            \"id\": 192660,\n            \"npi\": \"1316902414\",\n            \"type\": \"F\",\n            \"name\": \"Mercy Hospital Northwest Arkansas\",\n            \"address_1\": \"2710 S Rife Medical Ln\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72758\",\n            \"phone\": \"479-338-8000\",\n            \"fax\": \"479-338-2906\",\n            \"latitude\": 36.309754,\n            \"longitude\": -94.184725\n        },\n        {\n            \"id\": 416848,\n            \"npi\": \"1699322164\",\n            \"type\": \"F\",\n            \"name\": \"Everest Rehabilitation Hospital Nwa\",\n            \"address_1\": \"4313 S Pleasant Crossing Blvd\",\n            \"address_2\": \"\",\n            \"city\": \"Rogers\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72758\",\n            \"phone\": \"479-341-4003\",\n            \"fax\": \"479-255-2300\",\n            \"latitude\": 36.279265,\n            \"longitude\": -94.149653\n        },\n        {\n            \"id\": 166311,\n            \"npi\": \"1275504128\",\n            \"type\": \"F\",\n            \"name\": \"Mercy Hospital Ozark\",\n            \"address_1\": \"801 W River St\",\n            \"address_2\": \"\",\n            \"city\": \"Ozark\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72949\",\n            \"phone\": \"479-667-1138\",\n            \"fax\": \"479-364-4900\",\n            \"latitude\": 35.486084,\n            \"longitude\": -93.83349\n        },\n        {\n            \"id\": 412162,\n            \"npi\": \"1689676272\",\n            \"type\": \"F\",\n            \"name\": \"Regency Hospital of Northwest AR LLC\",\n            \"address_1\": \"609 W Maple Ave\",\n            \"address_2\": \"\",\n            \"city\": \"Springdale\",\n            \"state\": \"AR\",\n            \"zipcode\": \"72764\",\n            \"phone\": \"479-757-2600\",\n            \"fax\": \"479-757-2654\",\n            \"latitude\": 36.181392,\n            \"longitude\": -94.136218\n        }\n    ]\n}"}],"_postman_id":"40f32b9a-b5e3-4745-9747-b2498b1dc37b"}],"id":"7bb19360-309c-4d75-9abc-195e83b50e47","_postman_id":"7bb19360-309c-4d75-9abc-195e83b50e47","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}}},{"name":"Specialties","item":[{"name":"list specialties","id":"7c7e8b6a-5752-4f9e-b1bb-b1729ceb9734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://fusion.staging.emboldhealth.com/api/pg/specialties/","description":"<h4 id=\"get-list-of-specialties\">Get list of specialties</h4>\n<p>This endpoint is intended to be a reference to the complete list of available specialties and subspecialties used by Embold Health. Each object in the response includes a specialty name and id as well as a list of more specific associated subspecialties. The values gotten from this endpoint can be used in conjunction with other endpoints to filter by specialty.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}},"urlObject":{"path":["specialties",""],"host":["https://fusion.staging.emboldhealth.com/api/pg"],"query":[],"variable":[]}},"response":[{"id":"4579275f-a3ee-47b6-bd7e-eddd6e2b8890","name":"Specialties Schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text","description":"Added as a part of security scheme: apikey"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text","description":"Optional token used for logging"},{"key":"X-Integration-Token","value":"<uuid4>","type":"text","disabled":true}],"url":"https://fusion.staging.emboldhealth.com/api/pg/specialties/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"specialtyId\": \"string\",\n  \"specialtyName\": \"string\",\n  \"type\": \"string - P (provider)| F (facility)\",\n  \"subspecialties\": [\n    {\n      \"subspecialtyId\": \"string\",\n      \"subspecialtyName\": \"string\",\n      \"description\": \"string\",\n      \"isScored\": \"boolean\"\n    },\n    {\n      \"subspecialtyId\": \"string\",\n      \"subspecialtyName\": \"string\",\n      \"description\": \"string\",\n      \"isScored\": \"boolean\"\n    }\n  ]\n}"},{"id":"747fa14b-83c5-4aa4-b43d-c10b42231ba9","name":"Specialties Example","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text","description":"Added as a part of security scheme: apikey"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text","description":"Optional token used for logging"},{"key":"X-Integration-Token","value":"<uuid4>","type":"text","disabled":true}],"url":"https://fusion.staging.emboldhealth.com/api/pg/specialties/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 8,\n        \"specialtyId\": 8,\n        \"specialtyName\": \"Endocrinology\",\n        \"type\": \"P\",\n        \"subspecialties\": [\n            {\n                \"subspecialtyId\": 6,\n                \"subspecialtyName\": \"Endocrinologist - Diabetes Experience\",\n                \"description\": \"An endocrinologist with diabetes experience focuses on the diagnosis, treatment, and management of diabetes and related endocrine disorders, providing comprehensive care and guidance to individuals to optimize their blood sugar control and overall health.\",\n                \"isScored\": true\n            },\n            {\n                \"subspecialtyId\": 8,\n                \"subspecialtyName\": \"Thyroid Disease\",\n                \"description\": \"An endocrinologist who treats thyroid disease specializes in diagnosing and managing disorders related to the thyroid gland, including thyroid hormone imbalances, thyroid nodules, thyroid cancer, and other thyroid-related conditions, aiming to restore hormonal balance and optimize thyroid function in patients.\",\n                \"isScored\": true\n            },\n            {},\n            {\n                \"subspecialtyId\": 7,\n                \"subspecialtyName\": \"Pediatric Endocrinology\",\n                \"description\": \"A pediatric endocrinologist specializes in diagnosing and managing endocrine disorders in children, including conditions related to growth, puberty, hormone imbalances, and other pediatric endocrine conditions, ensuring optimal growth and development in young patients.\",\n                \"isScored\": false\n            }\n        ]\n    },\n    {\n        \"id\": 7,\n        \"specialtyId\": 7,\n        \"specialtyName\": \"Pulmonology\",\n        \"type\": \"P\",\n        \"subspecialties\": [\n            {\n                \"subspecialtyId\": 34,\n                \"subspecialtyName\": \"Sleep Medicine\",\n                \"description\": \"A sleep medicine physician specializes in the diagnosis, treatment, and management of sleep disorders and disturbances, providing expertise in evaluating and addressing various sleep-related conditions to improve sleep quality and overall well-being.\",\n                \"isScored\": false\n            },\n            {\n                \"subspecialtyId\": 30,\n                \"subspecialtyName\": \"Asthma\",\n                \"description\": \"A doctor who specializes in asthma focuses on the diagnosis, treatment, and management of asthma, providing comprehensive care and expertise in managing symptoms, controlling asthma attacks, and optimizing respiratory function for patients with asthma.\",\n                \"isScored\": true\n            },\n            {\n                \"subspecialtyId\": 32,\n                \"subspecialtyName\": \"Interventional Pulmonology\",\n                \"description\": \"An interventional pulmonologist specializes in performing minimally invasive procedures for diagnosing and treating diseases of the respiratory system, utilizing advanced techniques such as bronchoscopy, endobronchial ultrasound (EBUS), and other interventional procedures to improve patient outcomes and lung health.\",\n                \"isScored\": false\n            },\n            {\n                \"subspecialtyId\": 31,\n                \"subspecialtyName\": \"COPD\",\n                \"description\": \"A COPD physician specializes in the diagnosis, treatment, and management of chronic obstructive pulmonary disease (COPD), offering specialized care to optimize lung function, alleviate symptoms, and improve the quality of life for individuals with COPD.\",\n                \"isScored\": true\n            },\n            {},\n            {\n                \"subspecialtyId\": 33,\n                \"subspecialtyName\": \"Pediatric Pulmonology\",\n                \"description\": \"A pediatric pulmonologist focuses on the diagnosis, treatment, and management of respiratory conditions and diseases in infants, children, and adolescents, providing specialized care to optimize lung function and address respiratory issues specific to the pediatric population.\",\n                \"isScored\": false\n\n            }\n        ]\n    },\n    {\n        \"id\": 6,\n        \"specialtyId\": 6,\n        \"specialtyName\": \"Gastroenterology\",\n        \"type\": \"P\",\n        \"subspecialties\": [\n            {\n                \"subspecialtyId\": 11,\n                \"subspecialtyName\": \"GI - Inflammatory Bowel Disease Experience\",\n                \"description\": \"A gastroenterologist who specializes in the diagnosis, treatment, and management of chronic inflammatory conditions of the digestive tract, such as Crohn's disease and ulcerative colitis, helping patients manage symptoms, achieve remission, and improve their quality of life\",\n                \"isScored\": true\n            },\n            {\n                \"subspecialtyId\": 10,\n                \"subspecialtyName\": \"Hepatology\",\n                \"description\": \"A gastroenterologist who focuses on the diagnosis, treatment, and management of diseases and conditions related to the liver, including hepatitis, cirrhosis, liver cancer, and other liver-related disorders.\",\n                \"isScored\": true\n            },\n            {\n                \"subspecialtyId\": 9,\n                \"subspecialtyName\": \"Endoscopy/Colonoscopy\",\n                \"description\": \"A gastroenterologist performs endoscopies and colonoscopies and minimally invasive procedures to examine and diagnose conditions affecting the digestive tract, including the esophagus, stomach, small intestine, colon, and rectum.\",\n                \"isScored\": true\n            },\n            {\n                \"subspecialtyId\": 12,\n                \"subspecialtyName\": \"Pediatric Gastroenterology\",\n                \"description\": \"A pediatric gastroenterologist specializes in the diagnosis, treatment, and management of digestive disorders in infants, children, and adolescents, providing specialized care for conditions such as gastroesophageal reflux disease (GERD), celiac disease, inflammatory bowel disease (IBD), and other gastrointestinal disorders in pediatric patients.\",\n                \"isScored\": false\n            }\n        ]\n    },\n    {\n        \"id\": 1,\n        \"specialtyId\": 1,\n        \"specialtyName\": \"Obstetrics\",\n        \"type\": \"P\",\n        \"subspecialties\": [\n            {\n                \"subspecialtyId\": 15,\n                \"subspecialtyName\": \"Reproductive Endocrinology and Infertility\",\n                \"description\": \"A reproductive endocrinology and infertility physician specializes in the diagnosis and treatment of hormonal disorders and fertility-related issues in both men and women, offering expertise in reproductive endocrinology, assisted reproductive technologies, and fertility treatments to help individuals and couples achieve successful pregnancies.\",\n                \"isScored\": false\n            },\n            {\n                \"subspecialtyId\": 16,\n                \"subspecialtyName\": \"Urogynecology\",\n                \"description\": \"A urogynecology physician specializes in the diagnosis and treatment of pelvic floor disorders and conditions that affect the urinary and reproductive systems in women, offering comprehensive care to improve bladder function, manage pelvic organ prolapse, and address other urogynecological concerns.\",\n                \"isScored\": false\n            },\n            {\n                \"subspecialtyId\": 1062,\n                \"subspecialtyName\": \"Gynecologic Oncology\",\n                \"description\": \"A gynecologic oncologist focuses on the diagnosis and treatment of cancers that occur in the female reproductive system, including ovarian, uterine, cervical, and other gynecologic cancers, providing comprehensive care and expertise in managing these complex diseases.\",\n                \"isScored\": false\n            },\n            {\n                \"subspecialtyId\": 1021,\n                \"subspecialtyName\": \"Midwife\",\n                \"description\": \"Midwives are trained in pregnancy, childbirth and other female reproductive care like pelvic exams. They are ideal for low-risk pregnancies and routine care\",\n                \"isScored\": false\n            },\n            {\n                \"subspecialtyId\": 13,\n                \"subspecialtyName\": \"General Gynecology\",\n                \"description\": \"A gynecologist specializes in the female reproductive system. Gynecologists treat conditions like uterine cysts, endometriosis and irregular menstrual bleeding.\",\n                \"isScored\": true\n            },\n            {\n                \"subspecialtyId\": 14,\n                \"subspecialtyName\": \"Pregnancy and Delivery\",\n                \"description\": \"An obstetrician specializes in pregnancy, childbirth and the female reproductive system. They diagnose and treat medical conditions in people who are pregnant.\",\n                \"isScored\": true\n            }\n        ]\n    }\n]"}],"_postman_id":"7c7e8b6a-5752-4f9e-b1bb-b1729ceb9734"},{"name":"specialties autocomplete","id":"854edcd9-0071-45a1-a906-10f8ea2e7d16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://fusion.staging.emboldhealth.com/api/pg/autocomplete/?q=primary&network_slug=&type=specialty","description":"<h4 id=\"get-autocomplete-results-for-specialties\">Get autocomplete results for specialties</h4>\n<p>This autocomplete endpoint returns 4 subset lists of results (Specialties, Subspecialties, Search Terms, and Providers). In order to be more accurate and restrictive in the results, we strongly encourage using the <code>type</code> query parameter with the value of <code>provider</code> or <code>specialty</code>. As such, this endpoint is used for BOTH provider and specialty autocomplete. For the purposes of this documentation, we will treat these two use cases as separate endpoints and describe them only for the specific <code>type</code> that is relevant to the folder that the endpoint is a part of. All examples in this folder will already have the query parameter of <code>type</code> set to <code>'specialty'</code></p>\n<h6 id=\"specialty-autocomplete\">Specialty autocomplete</h6>\n<p>As described above, this endpoint can be used to return a list of specialty autocomplete results. These results are broken up into 3 lists: 'specialties', 'subspecialties', 'search_terms'. Depending on the value of <code>q</code>, the results could include one or more of these subsets. It accepts the following query parameters:</p>\n<ul>\n<li><code>q</code>: (Required) Query multi-match param</li>\n<li><code>network_slug</code>: (Required)</li>\n<li><code>type</code>: 'specialty' - ^see above for more information</li>\n</ul>\n<p>See examples for response schema and example values.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}},"urlObject":{"path":["autocomplete",""],"host":["https://fusion.staging.emboldhealth.com/api/pg"],"query":[{"description":{"content":"<p>(Required) String: Query multi-match param.</p>\n","type":"text/plain"},"key":"q","value":"primary"},{"description":{"content":"<p>(Required) String: A network slug string associated with a client. Only a valid network_slug will return results</p>\n","type":"text/plain"},"key":"network_slug","value":""},{"description":{"content":"<p>String: Type of results to return. Choices are 'provider' and 'specialty'. If neither are provided, the search will return results for both types.</p>\n","type":"text/plain"},"key":"type","value":"specialty"}],"variable":[]}},"response":[{"id":"9cd01cc5-9167-422c-91da-d8710baad1c3","name":"Specialties Autocomplete Schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","type":"text","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/autocomplete/","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["autocomplete",""],"query":[{"key":"q","value":"<string>","description":"(Required) String: Query multi-match param.","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results","disabled":true},{"key":"type","value":"specialty","description":"String: Type of results to return.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"specialties\": [\n    {\n      \"specialtyId\": \"integer\",\n      \"specialtyName\": \"string\"\n    }\n  ],\n  \"subspecialties\": [\n    {\n      \"specialtyId\": \"integer\",\n      \"specialtyName\": \"string\",\n      \"subspecialtyId\": \"integer\",\n      \"subspecialtyName\": \"string\"\n    }\n  ],\n  \"searchTerms\": [\n    {\n      \"specialtyId\": \"integer\",\n      \"specialtyName\": \"string\",\n      \"subspecialtyId\": \"integer\",\n      \"subspecialtyName\": \"string\",\n      \"searchTerm\": \"string\"\n    }\n  ]\n}"},{"id":"cdf2721a-6ad7-4bb1-abd0-eeb341d6c30b","name":"Specialties Autocomplete Example","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","type":"text","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/autocomplete/?q=primary&network_slug=&type=specialty","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["autocomplete",""],"query":[{"key":"q","value":"primary","description":"(Required) String: Query multi-match param."},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"type","value":"specialty","description":"String: Type of results to return."}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"specialties\": [\n        {\n            \"specialty_id\": 5,\n            \"specialty_name\": \"Primary Care\"\n        }\n    ],\n    \"subspecialties\": [],\n    \"search_terms\": [\n        {\n            \"specialty_id\": 5,\n            \"specialty_name\": \"Primary Care\",\n            \"subspecialty_id\": -1,\n            \"subspecialty_name\": \"\",\n            \"search_term\": \"Primary Biliary Cirrhosis\"\n        },\n        {\n            \"specialty_id\": 5,\n            \"specialty_name\": \"Primary Care\",\n            \"subspecialty_id\": -1,\n            \"subspecialty_name\": \"\",\n            \"search_term\": \"Primary Hyperoxaluria Type 1\"\n        },\n        {\n            \"specialty_id\": 5,\n            \"specialty_name\": \"Primary Care\",\n            \"subspecialty_id\": -1,\n            \"subspecialty_name\": \"\",\n            \"search_term\": \"Primary Immunodeficiency Disease Symptoms\"\n        },\n        {\n            \"specialty_id\": 5,\n            \"specialty_name\": \"Primary Care\",\n            \"subspecialty_id\": -1,\n            \"subspecialty_name\": \"\",\n            \"search_term\": \"Primary Sclerosing Cholangitis\"\n        }\n    ]\n}"}],"_postman_id":"854edcd9-0071-45a1-a906-10f8ea2e7d16"}],"id":"7fd7d313-3e8d-47c0-bd25-7a00352e6cdc","_postman_id":"7fd7d313-3e8d-47c0-bd25-7a00352e6cdc","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}}},{"name":"Services","item":[{"name":"list services","id":"1cc1a238-7fb7-4c59-8ab5-d00770ea9406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://fusion.staging.emboldhealth.com/api/pg/services/","description":"<h4 id=\"get-list-of-services\">Get list of services</h4>\n<p>This endpoint is intended to be a reference to the complete list of available services used by Embold Health. Each object in the response includes a service name, id, description, and mapped specialty or subspecialty. The values gotten from this endpoint can be used in conjunction with other endpoints to filter providers and places by service.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}},"urlObject":{"path":["services",""],"host":["https://fusion.staging.emboldhealth.com/api/pg"],"query":[{"disabled":true,"description":{"content":"<p>Returns a single matching service</p>\n","type":"text/plain"},"key":"service_id","value":"<int>"},{"disabled":true,"description":{"content":"<p>Filters results on specialty_id</p>\n","type":"text/plain"},"key":"specialty_id","value":"<int>"},{"disabled":true,"description":{"content":"<p>Filters results on subspecialty_id</p>\n","type":"text/plain"},"key":"subspecialty_id","value":"<int>"}],"variable":[]}},"response":[{"id":"8614ec33-f783-4876-842d-e2cbbf003465","name":"Services Schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"}],"url":"https://fusion.staging.emboldhealth.com/api/pg/services/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"integer\",\n        \"serviceId\": \"integer\",\n        \"serviceName\": \"string\",\n        \"specialtyId\": \"integer\",\n        \"specialtyName\": \"string\",\n        \"subspecialtyId\": \"integer\",\n        \"subspecialtyName\": \"string\",\n        \"descriptionPlainLanguage\": \"string\"\n    }\n]"},{"id":"6d9f5f7d-79a1-41fa-884f-cf6c522bcb94","name":"Services Example","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1cc1a238-7fb7-4c59-8ab5-d00770ea9406"},{"name":"services autocomplete","id":"3e16a169-97c0-4dee-8069-c61e4726dfdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://fusion.staging.emboldhealth.com/api/pg/autocomplete/?q=knee&network_slug=&type=service","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}},"urlObject":{"path":["autocomplete",""],"host":["https://fusion.staging.emboldhealth.com/api/pg"],"query":[{"key":"q","value":"knee"},{"key":"network_slug","value":""},{"key":"type","value":"service"}],"variable":[]}},"response":[{"id":"22397f94-9958-4109-ae37-8daa2d933178","name":"Services Autocomplete Schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","type":"text","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/autocomplete/","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["autocomplete",""],"query":[{"key":"q","value":"<string>","description":"(Required) String: Query multi-match param.","disabled":true},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results","disabled":true},{"key":"type","value":"service","description":"String: Type of results to return.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"services\": [\n\t\t{\n\t\t\t\"service_id\": \"integer\",\n\t\t\t\"service_name\": \"string\",\n\t\t\t\"service_type\": \"provider|place\"\n\t\t}\n\t]\n}"},{"id":"9cbd39a5-72f7-4eef-821a-f6a3e4be2e4d","name":"Services Autocomplete Example","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <<bearer token>>","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","type":"text","disabled":true}],"url":{"raw":"https://fusion.staging.emboldhealth.com/api/pg/autocomplete/?q=knee&network_slug=&type=service","host":["https://fusion.staging.emboldhealth.com/api/pg"],"path":["autocomplete",""],"query":[{"key":"q","value":"knee","description":"(Required) String: Query multi-match param."},{"key":"network_slug","value":"","description":"(Required) String: A network slug string associated with a client. Only a valid network_slug will return results"},{"key":"type","value":"service","description":"String: Type of results to return."}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"services\": [\n\t\t{\n\t\t\t\"service_id\": 127,\n\t\t\t\"service_name\": \"Knee X Ray\",\n\t\t\t\"service_type\": \"place\"\n\t\t},\n\t\t{\n\t\t\t\"service_id\": 128,\n\t\t\t\"service_name\": \"Knee Ankle MRI\",\n\t\t\t\"service_type\": \"place\"\n\t\t}\n\t]\n}"}],"_postman_id":"3e16a169-97c0-4dee-8069-c61e4726dfdd"}],"id":"d405f7fe-7e8c-45de-8ae6-7da42fe75a2f","_postman_id":"d405f7fe-7e8c-45de-8ae6-7da42fe75a2f","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}}},{"name":"Networks","item":[{"name":"list networks","id":"f12bbab7-1820-436d-aff0-361974ad944b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://fusion.staging.emboldhealth.com/api/pg/networks/","description":"<h4 id=\"get-list-of-networks\">Get list of networks</h4>\n<p>This endpoint is intended to be a reference to the complete list of networks assigned to the client behind the authorization credentials of the request. Each object in the response includes a network slug, name, and sort order.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}},"urlObject":{"path":["networks",""],"host":["https://fusion.staging.emboldhealth.com/api/pg"],"query":[],"variable":[]}},"response":[{"id":"e2f7fea5-5eef-4d58-b3f1-5e78d1770f7b","name":"Networks Schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Integration-Token","value":"<uuid4>","type":"text","disabled":true}],"url":"https://fusion.staging.emboldhealth.com/api/pg/networks/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"slug\": \"string\",\n        \"displayName\": \"string\",\n        \"sortOrder\": \"integer\"\n    }\n]"}],"_postman_id":"f12bbab7-1820-436d-aff0-361974ad944b"}],"id":"d10eaf56-e5aa-430b-8745-8fa1233ccf2d","_postman_id":"d10eaf56-e5aa-430b-8745-8fa1233ccf2d","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"1532a60d-9ecc-487c-bec5-435699e0b571","id":"1532a60d-9ecc-487c-bec5-435699e0b571","name":"Embold Health API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":""}},"event":[{"listen":"prerequest","script":{"id":"25850be0-b91f-4b65-bf94-763fafc6f2b2","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"e3baf4df-925b-47ac-aab8-66e637ac58f0","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"https://fusion.staging.emboldhealth.com/api/","type":"string"},{"key":"network_slug","value":"","type":"string"},{"key":"bearer_token","value":"","type":"string"}]}