Skip to content

Commit

Permalink
new tape
Browse files Browse the repository at this point in the history
  • Loading branch information
John Riney committed Nov 14, 2014
1 parent 86e650e commit 7dce7a8
Show file tree
Hide file tree
Showing 21 changed files with 1,193 additions and 125 deletions.
116 changes: 116 additions & 0 deletions build/resources/test/betamax/tapes/activities.yaml

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions build/resources/test/betamax/tapes/authentication.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
!tape
name: authentication
interactions:
- recorded: 2014-11-14T17:29:43.219Z
request:
method: POST
uri: http://me.pokitdok.com:5002/oauth2/token
headers:
Accept-Encoding: gzip,deflate
Authorization: Basic a2NpcVhhUDFnSGQ3Q3BCa2FJcEQ6NVc0WW1tZVFrelJld3U2NGNZSE5reEZ1a0FZZXdGM2lab01nY29XMg==
Content-Length: '29'
Content-Type: application/x-www-form-urlencoded
Host: me.pokitdok.com:5002
Proxy-Connection: Keep-Alive
User-Agent: pokitdok-java 0.6.1 jvm version 1.8.0_25
body: grant_type=client_credentials
response:
status: 200
headers:
Cache-Control: no-store
Content-Type: application/json;charset=UTF-8
Date: Fri, 14 Nov 2014 17:29:43 GMT
Pragma: no-cache
Server: Werkzeug/0.9.4 Python/2.7.3
body: '{"access_token": "bPyG9ZvcafXqKetKOJ51YJ0qxBjosF7DE4rPJRvl", "token_type": "bearer", "expires": 1415989783, "expires_in": 3600}'
53 changes: 53 additions & 0 deletions build/resources/test/betamax/tapes/authorizations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
!tape
name: authorizations
interactions:
- recorded: 2014-11-14T16:48:15.953Z
request:
method: POST
uri: http://me.pokitdok.com:5002/oauth2/token
headers:
Accept-Encoding: gzip,deflate
Authorization: Basic a2NpcVhhUDFnSGQ3Q3BCa2FJcEQ6NVc0WW1tZVFrelJld3U2NGNZSE5reEZ1a0FZZXdGM2lab01nY29XMg==
Content-Length: '29'
Content-Type: application/x-www-form-urlencoded
Host: me.pokitdok.com:5002
Proxy-Connection: Keep-Alive
User-Agent: pokitdok-java 0.6.1 jvm version 1.8.0_25
body: grant_type=client_credentials
response:
status: 200
headers:
Cache-Control: no-store
Content-Type: application/json;charset=UTF-8
Date: Fri, 14 Nov 2014 16:48:15 GMT
Pragma: no-cache
Server: Werkzeug/0.9.4 Python/2.7.3
body: '{"access_token": "ZCHzHQ4hIdf1WWLivxfj0X4TAoBV6cTZAPaKB2x7", "token_type": "bearer", "expires": 1415987296, "expires_in": 3600}'
- recorded: 2014-11-14T16:48:16.115Z
request:
method: POST
uri: http://me.pokitdok.com:5002/api/v4/authorizations/
headers:
Accept-Encoding: gzip,deflate
Authorization: Bearer ZCHzHQ4hIdf1WWLivxfj0X4TAoBV6cTZAPaKB2x7
Content-Encoding: UTF-8
Content-Length: '616'
Content-Type: application/json
Host: me.pokitdok.com:5002
Proxy-Connection: Keep-Alive
User-Agent: pokitdok-java 0.6.1 jvm version 1.8.0_25
body: '{"provider":{"npi":"1467560003","last_name":"AYA-AY","first_name":"JEROME"},"patient":{"birth_date":"1970-01-01","last_name":"DOE","id":"1234567890","first_name":"JANE"},"trading_partner_id":"MOCKPAYER","event":{"delivery":{"quantity_qualifier":"visits","quantity":1},"provider":{"phone":"8642341234","npi":"1760779011","organization_name":"KELLY
ULTRASOUND CENTER, LLC"},"certification_type":"initial","services":[{"quantity":1,"cpt_code":"76700","measurement":"unit"}],"category":"health_services_review","type":"diagnostic_medical","diagnoses":[{"date":"2014-10-01","code":"789.00"}],"place_of_service":"office"}}'
response:
status: 200
headers:
Content-Type: text/html; charset=utf-8
Date: Fri, 14 Nov 2014 16:48:16 GMT
Server: Werkzeug/0.9.4 Python/2.7.3
charset: utf-8
mimetype: application/json
body: '{"meta": {"rate_limit_amount": 15, "rate_limit_reset": 1415986686, "application_mode": "test", "processing_time": 127, "rate_limit_cap": 1000, "credits_remaining": 13415, "activity_id": "5466324f56c02c26118ca855", "credits_billed": 1}, "data": {"patient":
{"first_name": "JANE", "last_name": "DOE", "id": "1234567890"}, "trading_partner_id": "MOCKPAYER", "payer": {"organization_name": "MOCK PAYER INC", "id": "MOCKPAYER"}, "originating_company_id": "9012345678", "correlation_id": "851db045-2a29-4a3b-9830-3feaf0a38f23",
"client_id": "kciqXaP1gHd7CpBkaIpD", "provider": {"first_name": "JEROME", "last_name": "AYA-AY", "tax_id": "1467560003"}, "async": false, "event": {"category": "health_services_review", "diagnoses": [{"date": "2005-04-30", "code": "410.90"}], "place_of_service":
"office", "review": {"certification_number": "AUTH0001", "second_surgical_opinion_required": false, "certification_action": "certified_in_total"}, "delivery": {"quantity_qualifier": "visits", "quantity": 1}, "provider": {"organization_name": "KELLY ULTRASOUND
CENTER, LLC", "tax_id": "1760779011"}, "certification_type": "initial", "type": "diagnostic_medical"}, "valid_request": true}}'
46 changes: 46 additions & 0 deletions build/resources/test/betamax/tapes/cash_prices.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
!tape
name: cash_prices
interactions:
- recorded: 2014-11-14T16:48:16.748Z
request:
method: POST
uri: http://me.pokitdok.com:5002/oauth2/token
headers:
Accept-Encoding: gzip,deflate
Authorization: Basic a2NpcVhhUDFnSGQ3Q3BCa2FJcEQ6NVc0WW1tZVFrelJld3U2NGNZSE5reEZ1a0FZZXdGM2lab01nY29XMg==
Content-Length: '29'
Content-Type: application/x-www-form-urlencoded
Host: me.pokitdok.com:5002
Proxy-Connection: Keep-Alive
User-Agent: pokitdok-java 0.6.1 jvm version 1.8.0_25
body: grant_type=client_credentials
response:
status: 200
headers:
Cache-Control: no-store
Content-Type: application/json;charset=UTF-8
Date: Fri, 14 Nov 2014 16:48:16 GMT
Pragma: no-cache
Server: Werkzeug/0.9.4 Python/2.7.3
X-Betamax: PLAY
body: '{"access_token": "vgErAvxSCjKfqqVaem6V38zO1CYNUdKlO9BWHv6k", "token_type": "bearer", "expires": 1415987297, "expires_in": 3600}'
- recorded: 2014-11-14T16:48:16.792Z
request:
method: GET
uri: http://me.pokitdok.com:5002/api/v4/prices/cash?cpt_code=87799&zip_code=75201
headers:
Accept-Encoding: gzip,deflate
Authorization: Bearer vgErAvxSCjKfqqVaem6V38zO1CYNUdKlO9BWHv6k
Host: me.pokitdok.com:5002
Proxy-Connection: Keep-Alive
User-Agent: pokitdok-java 0.6.1 jvm version 1.8.0_25
response:
status: 200
headers:
Content-Type: text/html; charset=utf-8
Date: Fri, 14 Nov 2014 16:48:16 GMT
Server: Werkzeug/0.9.4 Python/2.7.3
charset: utf-8
mimetype: application/json
body: '{"meta": {"rate_limit_amount": 16, "rate_limit_reset": 1415986686, "application_mode": "test", "processing_time": 11, "rate_limit_cap": 1000, "credits_remaining": 9982, "activity_id": "5466325056c02c26158ca855", "credits_billed": 1}, "data": [{"high_price":
85.0, "cpt_code": "87799", "low_price": 25.0, "average_price": 45.58, "geo_zip_area": "752", "standard_deviation": 18.16, "median_price": 42.0}]}'
50 changes: 50 additions & 0 deletions build/resources/test/betamax/tapes/claims.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
!tape
name: claims
interactions:
- recorded: 2014-11-14T16:48:19.250Z
request:
method: POST
uri: http://me.pokitdok.com:5002/oauth2/token
headers:
Accept-Encoding: gzip,deflate
Authorization: Basic a2NpcVhhUDFnSGQ3Q3BCa2FJcEQ6NVc0WW1tZVFrelJld3U2NGNZSE5reEZ1a0FZZXdGM2lab01nY29XMg==
Content-Length: '29'
Content-Type: application/x-www-form-urlencoded
Host: me.pokitdok.com:5002
Proxy-Connection: Keep-Alive
User-Agent: pokitdok-java 0.6.1 jvm version 1.8.0_25
body: grant_type=client_credentials
response:
status: 200
headers:
Cache-Control: no-store
Content-Type: application/json;charset=UTF-8
Date: Fri, 14 Nov 2014 16:48:19 GMT
Pragma: no-cache
Server: Werkzeug/0.9.4 Python/2.7.3
body: '{"access_token": "oSEXFFJ8gGcdwnVk0OWwPVA4uTmjjBZHKaRqunmv", "token_type": "bearer", "expires": 1415987299, "expires_in": 3600}'
- recorded: 2014-11-14T16:48:19.279Z
request:
method: POST
uri: http://me.pokitdok.com:5002/api/v4/eligibility/
headers:
Accept-Encoding: gzip,deflate
Authorization: Bearer oSEXFFJ8gGcdwnVk0OWwPVA4uTmjjBZHKaRqunmv
Content-Encoding: UTF-8
Content-Length: '707'
Content-Type: application/json
Host: me.pokitdok.com:5002
Proxy-Connection: Keep-Alive
User-Agent: pokitdok-java 0.6.1 jvm version 1.8.0_25
body: '{"transaction_code":"chargeable","billing_provider":{"address":{"zipcode":"29301","address_lines":["8311 WARREN H ABERNATHY HWY"],"city":"SPARTANBURG","state":"SC"},"taxonomy_code":"207Q00000X","npi":"1467560003","last_name":"Aya-Ay","first_name":"Jerome","tax_id":"123456789"},"subscriber":{"member_id":"W000000000","address":{"zipcode":"29301","address_lines":["123
N MAIN ST"],"city":"SPARTANBURG","state":"SC"},"gender":"female","birth_date":"1970-01-01","last_name":"Doe","first_name":"Jane"},"trading_partner_id":"MOCKPAYER","claim":{"total_charge_amount":60.0,"service_lines":[{"service_date":"2014-06-01","procedure_code":"99213","diagnosis_codes":["487.1"],"unit_count":1.0,"charge_amount":60.0}]}}'
response:
status: 422
headers:
Content-Type: text/html; charset=utf-8
Date: Fri, 14 Nov 2014 16:48:19 GMT
Server: Werkzeug/0.9.4 Python/2.7.3
charset: utf-8
mimetype: application/json
body: '{"meta": {"processing_time": 9, "rate_limit_amount": 20, "rate_limit_reset": 1415986686, "application_mode": "test", "rate_limit_cap": 1000}, "data": {"errors": {"validation": {"subscriber": "Rogue field", "claim": "Rogue field", "billing_provider":
"Rogue field"}}}}'
48 changes: 48 additions & 0 deletions build/resources/test/betamax/tapes/claims_status.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
!tape
name: claims_status
interactions:
- recorded: 2014-11-14T16:48:19.826Z
request:
method: POST
uri: http://me.pokitdok.com:5002/oauth2/token
headers:
Accept-Encoding: gzip,deflate
Authorization: Basic a2NpcVhhUDFnSGQ3Q3BCa2FJcEQ6NVc0WW1tZVFrelJld3U2NGNZSE5reEZ1a0FZZXdGM2lab01nY29XMg==
Content-Length: '29'
Content-Type: application/x-www-form-urlencoded
Host: me.pokitdok.com:5002
Proxy-Connection: Keep-Alive
User-Agent: pokitdok-java 0.6.1 jvm version 1.8.0_25
body: grant_type=client_credentials
response:
status: 200
headers:
Cache-Control: no-store
Content-Type: application/json;charset=UTF-8
Date: Fri, 14 Nov 2014 16:48:19 GMT
Pragma: no-cache
Server: Werkzeug/0.9.4 Python/2.7.3
body: '{"access_token": "f8wFFYfUJvhKxPcno6DKuoZW8svV5hoYiiCuBz81", "token_type": "bearer", "expires": 1415987300, "expires_in": 3600}'
- recorded: 2014-11-14T16:48:19.851Z
request:
method: POST
uri: http://me.pokitdok.com:5002/api/v4/eligibility/
headers:
Accept-Encoding: gzip,deflate
Authorization: Bearer f8wFFYfUJvhKxPcno6DKuoZW8svV5hoYiiCuBz81
Content-Encoding: UTF-8
Content-Length: '231'
Content-Type: application/json
Host: me.pokitdok.com:5002
Proxy-Connection: Keep-Alive
User-Agent: pokitdok-java 0.6.1 jvm version 1.8.0_25
body: '{"provider":{"npi":"1467560003","last_name":"Aya-Ay","first_name":"Jerome"},"patient":{"birth_date":"1970-01-01","last_name":"DOE","id":"1234567890","first_name":"JANE"},"service_date":"2014-01-01","trading_partner_id":"MOCKPAYER"}'
response:
status: 422
headers:
Content-Type: text/html; charset=utf-8
Date: Fri, 14 Nov 2014 16:48:19 GMT
Server: Werkzeug/0.9.4 Python/2.7.3
charset: utf-8
mimetype: application/json
body: '{"meta": {"processing_time": 8, "rate_limit_amount": 21, "rate_limit_reset": 1415986686, "application_mode": "test", "rate_limit_cap": 1000}, "data": {"errors": {"validation": {"service_date": "Rogue field", "patient": "Rogue field"}}}}'
74 changes: 74 additions & 0 deletions build/resources/test/betamax/tapes/eligibility.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
!tape
name: eligibility
interactions:
- recorded: 2014-11-14T16:48:18.512Z
request:
method: POST
uri: http://me.pokitdok.com:5002/oauth2/token
headers:
Accept-Encoding: gzip,deflate
Authorization: Basic a2NpcVhhUDFnSGQ3Q3BCa2FJcEQ6NVc0WW1tZVFrelJld3U2NGNZSE5reEZ1a0FZZXdGM2lab01nY29XMg==
Content-Length: '29'
Content-Type: application/x-www-form-urlencoded
Host: me.pokitdok.com:5002
Proxy-Connection: Keep-Alive
User-Agent: pokitdok-java 0.6.1 jvm version 1.8.0_25
body: grant_type=client_credentials
response:
status: 200
headers:
Cache-Control: no-store
Content-Type: application/json;charset=UTF-8
Date: Fri, 14 Nov 2014 16:48:18 GMT
Pragma: no-cache
Server: Werkzeug/0.9.4 Python/2.7.3
body: '{"access_token": "oEC3xolM4azUFE84f1KZtj2f4Pr42wyPL6RUQcZd", "token_type": "bearer", "expires": 1415987299, "expires_in": 3600}'
- recorded: 2014-11-14T16:48:18.704Z
request:
method: POST
uri: http://me.pokitdok.com:5002/api/v4/eligibility/
headers:
Accept-Encoding: gzip,deflate
Authorization: Bearer oEC3xolM4azUFE84f1KZtj2f4Pr42wyPL6RUQcZd
Content-Encoding: UTF-8
Content-Length: '251'
Content-Type: application/json
Host: me.pokitdok.com:5002
Proxy-Connection: Keep-Alive
User-Agent: pokitdok-java 0.6.1 jvm version 1.8.0_25
body: '{"provider":{"npi":"1467560003","last_name":"AYA-AY","first_name":"JEROME"},"member":{"birth_date":"1970-01-01","last_name":"Doe","id":"W000000000","first_name":"Jane"},"trading_partner_id":"MOCKPAYER","service_types":["health_benefit_plan_coverage"]}'
response:
status: 200
headers:
Content-Type: text/html; charset=utf-8
Date: Fri, 14 Nov 2014 16:48:18 GMT
Server: Werkzeug/0.9.4 Python/2.7.3
charset: utf-8
mimetype: application/json
body: '{"meta": {"rate_limit_amount": 19, "rate_limit_reset": 1415986686, "application_mode": "test", "processing_time": 175, "rate_limit_cap": 1000, "credits_remaining": 13414, "activity_id": "5466325256c02c26238ca855", "credits_billed": 1}, "data": {"service_types":
["professional_physician_visit_office"], "client_id": "kciqXaP1gHd7CpBkaIpD", "payer": {"id": "MOCKPAYER", "name": "MOCK PAYER INC"}, "summary": {"deductible": {"individual": {"in_network": {"applied": {"currency": "USD", "amount": "16.43"}, "limit": {"currency":
"USD", "amount": "3000"}, "remaining": {"currency": "USD", "amount": "2983.57"}}, "out_of_network": {"applied": {"currency": "USD", "amount": "16.43"}, "limit": {"currency": "USD", "amount": "6000"}, "remaining": {"currency": "USD", "amount": "5983.57"}}},
"family": {"in_network": {"applied": {"currency": "USD", "amount": "43.91"}, "limit": {"currency": "USD", "amount": "6000"}, "remaining": {"currency": "USD", "amount": "5956.09"}}, "out_of_network": {"applied": {"currency": "USD", "amount": "43.91"}, "limit":
{"currency": "USD", "amount": "12000"}, "remaining": {"currency": "USD", "amount": "11956.09"}}}}}, "subscriber": {"birth_date": "1970-01-01", "first_name": "Jane", "last_name": "Doe", "id": "W000000000", "address": {"city": "SPARTANBURG", "state": "SC",
"zipcode": "29307", "address_lines": ["123 MAIN ST"]}}, "correlation_id": "07a8f151-0444-4fd4-83db-6d3038b7ead7", "trading_partner_id": "MOCKPAYER", "provider": {"first_name": "JEROME", "last_name": "JEROME AYA-AY", "npi": "1467560003"}, "coverage": {"plan_number":
"0888188", "service_types": ["professional_physician_visit_office"], "group_number": "088818801000013", "out_of_pocket": [{"in_plan_network": "yes", "benefit_amount": {"currency": "USD", "amount": "3000"}, "coverage_level": "individual"}, {"in_plan_network":
"yes", "benefit_amount": {"currency": "USD", "amount": "2983.57"}, "coverage_level": "individual", "time_period": "remaining"}, {"in_plan_network": "yes", "benefit_amount": {"currency": "USD", "amount": "6000"}, "coverage_level": "family"}, {"in_plan_network":
"yes", "benefit_amount": {"currency": "USD", "amount": "5956.09"}, "coverage_level": "family", "time_period": "remaining"}, {"in_plan_network": "no", "benefit_amount": {"currency": "USD", "amount": "12500"}, "coverage_level": "individual"}, {"in_plan_network":
"no", "benefit_amount": {"currency": "USD", "amount": "12483.57"}, "coverage_level": "individual", "time_period": "remaining"}, {"in_plan_network": "no", "benefit_amount": {"currency": "USD", "amount": "25000"}, "coverage_level": "family"}, {"in_plan_network":
"no", "benefit_amount": {"currency": "USD", "amount": "24956.09"}, "coverage_level": "family", "messages": [{"message": "Unlimited Lifetime Benefits"}], "time_period": "remaining"}], "level": "employee_and_spouse", "copay": [{"in_plan_network": "yes",
"service_types": ["professional_physician_visit_office"], "coverage_level": "employee_and_spouse", "messages": [{"message": "PRIMARY OFFICE"}]}, {"in_plan_network": "not_applicable", "service_types": ["professional_physician_visit_office"], "coverage_level":
"employee_and_spouse", "messages": [{"message": "GYN OFFICE VS"}, {"message": "GYN VISIT"}, {"message": "SPEC OFFICE"}, {"message": "SPEC VISIT"}, {"message": "PRIME CARE VST"}, {"message": "Plan Requires PreCert"}, {"message": "Commercial"}, {"message":
"Plan includes NAP"}, {"message": "Pre-Existing may apply"}]}], "deductibles": [{"service_types": ["health_benefit_plan_coverage"], "messages": [{"message": "INT MED AND RX,GYN OFFICE VS,DED INCLUDED IN OOP,GYN VISIT,SPEC OFFICE,SPEC VISIT,PRIMARY OFFICE,PRIME
CARE VST"}], "in_plan_network": "yes", "eligibility_date": "2013-01-01", "time_period": "calendar_year", "coverage_level": "family", "benefit_amount": {"currency": "USD", "amount": "6000"}}, {"service_types": ["health_benefit_plan_coverage"], "messages":
[{"message": "INT MED AND RX"}], "in_plan_network": "yes", "time_period": "remaining", "coverage_level": "family", "benefit_amount": {"currency": "USD", "amount": "5956.09"}}, {"service_types": ["health_benefit_plan_coverage"], "messages": [{"message":
"INT MED AND RX,GYN OFFICE VS,DED INCLUDED IN OOP,GYN VISIT,SPEC OFFICE,SPEC VISIT,PRIMARY OFFICE,PRIME CARE VST"}], "in_plan_network": "yes", "eligibility_date": "2013-01-01", "time_period": "calendar_year", "coverage_level": "individual", "benefit_amount":
{"currency": "USD", "amount": "3000"}}, {"service_types": ["health_benefit_plan_coverage"], "messages": [{"message": "INT MED AND RX"}], "in_plan_network": "yes", "time_period": "remaining", "coverage_level": "individual", "benefit_amount": {"currency":
"USD", "amount": "2983.57"}}, {"service_types": ["health_benefit_plan_coverage"], "messages": [{"message": "INT MED AND RX,GYN OFFICE VS,DED INCLUDED IN OOP,GYN VISIT,SPEC OFFICE,SPEC VISIT,PRIME CARE VST"}], "in_plan_network": "no", "eligibility_date":
"2013-01-01", "time_period": "calendar_year", "coverage_level": "family", "benefit_amount": {"currency": "USD", "amount": "12000"}}, {"service_types": ["health_benefit_plan_coverage"], "messages": [{"message": "INT MED AND RX"}], "in_plan_network": "no",
"time_period": "remaining", "coverage_level": "family", "benefit_amount": {"currency": "USD", "amount": "11956.09"}}, {"service_types": ["health_benefit_plan_coverage"], "messages": [{"message": "INT MED AND RX,GYN OFFICE VS,DED INCLUDED IN OOP,GYN VISIT,SPEC
OFFICE,SPEC VISIT,PRIME CARE VST"}], "in_plan_network": "no", "eligibility_date": "2013-01-01", "time_period": "calendar_year", "coverage_level": "individual", "benefit_amount": {"currency": "USD", "amount": "6000"}}, {"service_types": ["health_benefit_plan_coverage"],
"messages": [{"message": "INT MED AND RX"}], "in_plan_network": "no", "time_period": "remaining", "coverage_level": "individual", "benefit_amount": {"currency": "USD", "amount": "5983.57"}}], "plan_begin_date": "2013-02-15", "eligibility_begin_date": "2012-02-01",
"coinsurance": [{"benefit_percent": 0.0, "service_types": ["professional_physician_visit_office"], "coverage_level": "employee_and_spouse", "messages": [{"message": "GYN OFFICE VS"}, {"message": "GYN VISIT"}, {"message": "SPEC OFFICE"}, {"message": "SPEC
VISIT"}, {"message": "PRIMARY OFFICE"}, {"message": "PRIME CARE VST"}], "in_plan_network": "yes"}, {"benefit_percent": 0.5, "service_types": ["professional_physician_visit_office"], "coverage_level": "employee_and_spouse", "messages": [{"message": "GYN
OFFICE VS,COINS APPLIES TO OUT OF POCKET"}, {"message": "GYN VISIT,COINS APPLIES TO OUT OF POCKET"}, {"message": "SPEC OFFICE,COINS APPLIES TO OUT OF POCKET"}, {"message": "SPEC VISIT,COINS APPLIES TO OUT OF POCKET"}, {"message": "PRIME CARE VST,COINS
APPLIES TO OUT OF POCKET"}], "in_plan_network": "no"}], "group_description": "MOCK INDIVIDUAL ADVANTAGE PLAN", "service_date": "2013-08-10"}, "valid_request": true}}'
Loading

0 comments on commit 7dce7a8

Please sign in to comment.