{ "request": { "method": "GET", "url": "https://providerfhirapi.healthpartnersplans.com/Practitioner?family=Smith&_count=5", "headers": { "Accept": "application/fhir+json" } }, "response": { "status": 200, "body": { "resourceType": "Bundle", "type": "searchset", "total": 1, "entry": [ { "resource": { "resourceType": "Practitioner", "id": "prac-001", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-npi", "value": "1234567890" } ], "name": [ { "use": "official", "family": "Smith", "given": ["Jane", "M"] } ], "telecom": [ { "system": "phone", "value": "+12155551212", "use": "work" } ], "gender": "female" } } ] } } }