GET/fhir/practionerrole
Endpoint
/fhir/practionerrole
Description
/fhir/practionerrole: returns all provider records that match parameters sent in the query string
Search Parameters
resource {PractitionerRole}: a minimum of one search parameter is required.
Note:
- For TaxonomyCode and TaxonomyDescription an additional parameter must be supplied to send the request.
- For identifiers such as NPI and DEA numbers, the search parameter is two parts, the identifier and the value, separated by a pipe. For example: NPI|123456
Parameter | Description | FHIR Search Parameter |
---|---|---|
NPI | National Provider Identifier | npi|{value} |
DeaNumber | DEA Number | DEA|{value} |
Name | full name | practitioner.name |
FirstName | first name | practitioner.name |
LastName | last name | practitioner.name |
Address | full address | practitioner.address |
StreetAddress | street address | practitioner.address |
City | city | practitioner.address-city |
State | state | practitioner.address-state |
Zip | zip code | practitioner.address-postalcode |
Phone | 10-digit phone number | practitioner.telecom |
email address | telecom | |
TaxonomyCode | provider specialty code | specialty |
TaxonomyDescription | description of provider specialty | specialty:text |
Code | provider type | Must search the using the description for the provider code from the MMIS Provider codes |
Active | status | true or false - available for tenants configured to search status |
AffiliatedOrg | providers affiliated with an organization | Query using the curated record ID for an organization returned in an organization search response |
Count | count of records - maximum count of records is 1000. Note that searching with count only will return 1 page of records | _count |
Page | number of pages - searching with page only will return 25 records per page | _page |
Example Request and Response
Example Request
Provider searches can be sent using any of the parameters associated with a provider.
In this example, the request is sent using the provider's full name:
GET <https://api.convergent-pd.com/fhir/practionerrole?practitioner.name=john%20doe>
https://api.convergent-pd.com/fhir/practitionerrole?practitioner.name=anne%20thompson
{
"resourceType": "Bundle",
"id": "57ff1ca6-b538-4a20-ad96-84b113ac511c",
"meta": {
"versionId": "1",
"lastUpdated": "2021-05-11T18:23:08.3961503+00:00"
},
"type": "searchset",
"total": 25,
"link": [
{
"relation": "self",
"url": "https://leapmdm-fhir-api-prod.azurewebsites.net/practitionerrole?practitioner.name=anne%20thompson"
}
],
"entry": [
{
"fullUrl": "/PractitionerRole/MYGyd3gBIauH6mu9vXIa",
"resource": {
"resourceType": "PractitionerRole",
"id": "MYGyd3gBIauH6mu9vXIa",
"contained": [
{
"resourceType": "Practitioner",
"id": "49f98687-32b5-4d02-a7f0-5c4bccdc2146",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1912935363",
"period": {
"start": "2006-06-29T00:00:00.00+00:00"
}
},
{
"system": "https://www.dea.gov/",
"value": "MT0030849",
"period": {
"start": "1993-02-02T00:00:00.00+00:00",
"end": "2022-11-30T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "ANNE B. THOMPSON",
"family": "THOMPSON",
"given": [
"ANNE",
"B."
]
}
],
"telecom": [
{
"system": "phone",
"value": "(410) 964-4600",
"use": "work"
},
{
"system": "email",
"value": "[email protected]",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "physical",
"text": "20300 NEW HAMPSHIRE AVE BRINKLOW MD 20862",
"line": [
"20300 NEW HAMPSHIRE AVE"
],
"city": "BRINKLOW",
"district": "MONTGOMERY",
"state": "MD",
"postalCode": "20862"
}
],
"gender": "female"
},
{
"resourceType": "Organization",
"id": "56b77093-3b60-474a-9f5a-8f71a4e9c73d",
"name": "CHASE BREXTON HEALTH CARE"
}
],
"practitioner": {
"reference": "#49f98687-32b5-4d02-a7f0-5c4bccdc2146",
"type": "Practitioner",
"display": "ANNE B. THOMPSON"
},
"organization": {
"reference": "#56b77093-3b60-474a-9f5a-8f71a4e9c73d",
"type": "Organization",
"display": "CHASE BREXTON HEALTH CARE"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "367A00000X",
"display": "ADVANCED PRACTICE MIDWIFE"
}
],
"text": "ADVANCED PRACTICE MIDWIFE"
},
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "163W00000X",
"display": "REGISTERED NURSE"
}
],
"text": "REGISTERED NURSE"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/pQeud3gBTwgyEJHt5VDE",
"resource": {
"resourceType": "PractitionerRole",
"id": "pQeud3gBTwgyEJHt5VDE",
"contained": [
{
"resourceType": "Practitioner",
"id": "9994563f-1bf5-42ff-8717-47b1975cc3e3",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1083683684",
"period": {
"start": "2006-03-16T00:00:00.00+00:00"
}
},
{
"system": "https://www.dea.gov/",
"value": "MT1215361",
"period": {
"start": "2005-03-12T00:00:00.00+00:00",
"end": "2022-11-30T00:00:00.00+00:00"
}
},
{
"system": "https://pecos.cms.hhs.gov/providers/index.html",
"value": "8325031990"
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "ANNE C THOMPSON",
"family": "THOMPSON",
"given": [
"ANNE",
"C"
],
"suffix": [
"NP"
]
}
],
"telecom": [
{
"system": "phone",
"value": "5629610155",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "physical",
"text": "4525 E ATHERTON ST LONG BEACH CA 908153700",
"line": [
"4525 E ATHERTON ST"
],
"city": "LONG BEACH",
"state": "CA",
"postalCode": "908153700"
}
],
"gender": "female"
},
{
"resourceType": "Organization",
"id": "642b77d7-e38c-464d-8a0d-58866d480de6",
"identifier": [
{
"system": "https://pecos.cms.hhs.gov/providers/index.html",
"value": "4183617756"
}
],
"name": "MEMORIAL COUNSELING ASSOCIATES"
}
],
"practitioner": {
"reference": "#9994563f-1bf5-42ff-8717-47b1975cc3e3",
"type": "Practitioner",
"display": "ANNE C THOMPSON"
},
"organization": {
"reference": "#642b77d7-e38c-464d-8a0d-58866d480de6",
"type": "Organization",
"display": "MEMORIAL COUNSELING ASSOCIATES"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "363LP0808X",
"display": "NURSE PRACTITIONER PSYCHIATRIC/MENTAL HEALTH"
}
],
"text": "NURSE PRACTITIONER PSYCHIATRIC/MENTAL HEALTH"
},
{
"coding": [
{
"system": "https://nucc.org/images/stories/CSV/nucc_taxonomy_201.csv",
"display": "NURSE PRACTITIONER"
}
],
"text": "NURSE PRACTITIONER"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/p0XLd3gB6mdu70A6eQ4v",
"resource": {
"resourceType": "PractitionerRole",
"id": "p0XLd3gB6mdu70A6eQ4v",
"contained": [
{
"resourceType": "Practitioner",
"id": "addb5427-d008-4ea2-bb44-b6e91e260ef0",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1356679617",
"period": {
"start": "2009-11-25T00:00:00.00+00:00"
}
},
{
"system": "https://www.dea.gov/",
"value": "BT7564532",
"period": {
"start": "2001-11-20T00:00:00.00+00:00",
"end": "2022-11-30T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"ANNE"
],
"prefix": [
"DR."
],
"suffix": [
"D.D.S."
]
}
],
"telecom": [
{
"system": "phone",
"value": "2096328866",
"use": "work"
},
{
"system": "fax",
"value": "2096345746",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "795 E OLIVE AVE STE A TURLOCK CA 953804056 US",
"line": [
"795 E OLIVE AVE STE A"
],
"city": "TURLOCK",
"state": "CA",
"postalCode": "953804056",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "795 E OLIVE AVE STE A TURLOCK CA 953804056 US",
"line": [
"795 E OLIVE AVE STE A"
],
"city": "TURLOCK",
"state": "CA",
"postalCode": "953804056",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#addb5427-d008-4ea2-bb44-b6e91e260ef0",
"type": "Practitioner",
"display": "ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "1223G0001X",
"display": "DENTIST GENERAL PRACTICE"
}
],
"text": "DENTIST GENERAL PRACTICE"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/I4G1d3gBIauH6mu9Zsaw",
"resource": {
"resourceType": "PractitionerRole",
"id": "I4G1d3gBIauH6mu9Zsaw",
"contained": [
{
"resourceType": "Practitioner",
"id": "75d0b646-8cf8-4582-8b65-ab092c1075b1",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1598775876",
"period": {
"start": "2006-08-09T00:00:00.00+00:00"
}
},
{
"system": "https://www.dea.gov/",
"value": "BT2125246",
"period": {
"start": "1989-12-29T00:00:00.00+00:00",
"end": "2022-11-30T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"ANNE"
],
"suffix": [
"MD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "8286876282",
"use": "work"
},
{
"system": "phone",
"value": "4236368891",
"use": "work"
},
{
"system": "fax",
"value": "8286876285",
"use": "work"
},
{
"system": "fax",
"value": "4236361732",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "PO BOX 37087 BALTIMORE MD 212973087 US",
"line": [
"PO BOX 37087"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212973087",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "1021 COOLIDGE ST SUITE 4 GREENEVILLE TN 377434672 US",
"line": [
"1021 COOLIDGE ST",
"SUITE 4"
],
"city": "GREENEVILLE",
"state": "TN",
"postalCode": "377434672",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#75d0b646-8cf8-4582-8b65-ab092c1075b1",
"type": "Practitioner",
"display": "ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "207Q00000X",
"display": "FAMILY MEDICINE"
}
],
"text": "FAMILY MEDICINE"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/oQrGd3gBTwgyEJHt5V5k",
"resource": {
"resourceType": "PractitionerRole",
"id": "oQrGd3gBTwgyEJHt5V5k",
"contained": [
{
"resourceType": "Practitioner",
"id": "11ccbe15-2984-4e0e-9d7a-4fb8fce55c17",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1588824338",
"period": {
"start": "2008-06-16T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"ANNE"
],
"suffix": [
"PH.D."
]
}
],
"telecom": [
{
"system": "phone",
"value": "3102262936",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "9171 WILSHIRE BLVD STE 670 BEVERLY HILLS CA 902105553 US",
"line": [
"9171 WILSHIRE BLVD STE 670"
],
"city": "BEVERLY HILLS",
"state": "CA",
"postalCode": "902105553",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "9171 WILSHIRE BLVD STE 670 BEVERLY HILLS CA 902105553 US",
"line": [
"9171 WILSHIRE BLVD STE 670"
],
"city": "BEVERLY HILLS",
"state": "CA",
"postalCode": "902105553",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#11ccbe15-2984-4e0e-9d7a-4fb8fce55c17",
"type": "Practitioner",
"display": "ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "103T00000X",
"display": "PSYCHOLOGIST"
}
],
"text": "PSYCHOLOGIST"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/LJ3Fd3gBq_0_8js5JvJm",
"resource": {
"resourceType": "PractitionerRole",
"id": "LJ3Fd3gBq_0_8js5JvJm",
"contained": [
{
"resourceType": "Practitioner",
"id": "0aa4763a-a40c-44e1-8eb8-96290f4a99f6",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1902081805",
"period": {
"start": "2008-01-09T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"ANNE"
],
"prefix": [
"DR."
],
"suffix": [
"PHD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "6175470501",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "875 MASSACHUSETTS AVE SUITE 51 CAMBRIDGE MA 021393067 US",
"line": [
"875 MASSACHUSETTS AVE",
"SUITE 51"
],
"city": "CAMBRIDGE",
"state": "MA",
"postalCode": "021393067",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "875 MASSACHUSETTS AVE SUITE 51 CAMBRIDGE MA 021393067 US",
"line": [
"875 MASSACHUSETTS AVE",
"SUITE 51"
],
"city": "CAMBRIDGE",
"state": "MA",
"postalCode": "021393067",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#0aa4763a-a40c-44e1-8eb8-96290f4a99f6",
"type": "Practitioner",
"display": "ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "103TC0700X",
"display": "PSYCHOLOGIST CLINICAL"
}
],
"text": "PSYCHOLOGIST CLINICAL"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/eA_vd3gBTwgyEJHtTlvE",
"resource": {
"resourceType": "PractitionerRole",
"id": "eA_vd3gBTwgyEJHtTlvE",
"contained": [
{
"resourceType": "Practitioner",
"id": "76b1dded-f042-4823-b09c-40b126ce1af1",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1871142448",
"period": {
"start": "2019-09-06T00:00:00.00+00:00"
}
},
{
"system": "https://pecos.cms.hhs.gov/providers/index.html",
"value": "7113352808"
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "ANNE E THOMPSON",
"family": "THOMPSON",
"given": [
"ANNE",
"E"
],
"suffix": [
"DC"
]
}
],
"telecom": [
{
"system": "phone",
"value": "5419281010",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "1117 PACIFIC BLVD SE ALBANY OR 973213154 US",
"line": [
"1117 PACIFIC BLVD SE"
],
"city": "ALBANY",
"state": "OR",
"postalCode": "973213154",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "1117 PACIFIC BLVD SE ALBANY OR 973213154 US",
"line": [
"1117 PACIFIC BLVD SE"
],
"city": "ALBANY",
"state": "OR",
"postalCode": "973213154",
"country": "US"
}
],
"gender": "female"
},
{
"resourceType": "Organization",
"id": "9797fae5-8856-4838-a9f7-0a6eaeb774a5",
"identifier": [
{
"system": "https://pecos.cms.hhs.gov/providers/index.html",
"value": "0345539391"
}
],
"name": "WILLAMETTE VALLEY SPINE SOLUTIONS P.C."
}
],
"practitioner": {
"reference": "#76b1dded-f042-4823-b09c-40b126ce1af1",
"type": "Practitioner",
"display": "ANNE E THOMPSON"
},
"organization": {
"reference": "#9797fae5-8856-4838-a9f7-0a6eaeb774a5",
"type": "Organization",
"display": "WILLAMETTE VALLEY SPINE SOLUTIONS P.C."
},
"specialty": [
{
"coding": [
{
"system": "https://nucc.org/images/stories/CSV/nucc_taxonomy_201.csv",
"display": "CHIROPRACTIC"
}
],
"text": "CHIROPRACTIC"
},
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "111N00000X",
"display": "CHIROPRACTOR"
}
],
"text": "CHIROPRACTOR"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/MArKd3gBTwgyEJHtNdEE",
"resource": {
"resourceType": "PractitionerRole",
"id": "MArKd3gBTwgyEJHtNdEE",
"contained": [
{
"resourceType": "Practitioner",
"id": "15698976-16f0-4ec7-98ad-776d10f7926f",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1396973756",
"period": {
"start": "2009-06-24T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "MEREDITH ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"MEREDITH",
"ANNE"
],
"suffix": [
"CGC"
]
}
],
"telecom": [
{
"system": "phone",
"value": "3172747879",
"use": "work"
},
{
"system": "phone",
"value": "3172748231",
"use": "work"
},
{
"system": "fax",
"value": "3172789918",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "PO BOX 44730 INDIANAPOLIS IN 462440730 US",
"line": [
"PO BOX 44730"
],
"city": "INDIANAPOLIS",
"state": "IN",
"postalCode": "462440730",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "550 UNIVERSITY BLVD UH2440 INDIANAPOLIS IN 462025149 US",
"line": [
"550 UNIVERSITY BLVD",
"UH2440"
],
"city": "INDIANAPOLIS",
"state": "IN",
"postalCode": "462025149",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#15698976-16f0-4ec7-98ad-776d10f7926f",
"type": "Practitioner",
"display": "MEREDITH ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "170300000X",
"display": "GENETIC COUNSELOR, MS"
}
],
"text": "GENETIC COUNSELOR, MS"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/9Qexd3gBTwgyEJHttGyS",
"resource": {
"resourceType": "PractitionerRole",
"id": "9Qexd3gBTwgyEJHttGyS",
"contained": [
{
"resourceType": "Practitioner",
"id": "1e8aaed3-2c35-40ea-b775-fc6348c2b412",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1851331425",
"period": {
"start": "2006-06-08T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "PATRICIA ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"PATRICIA",
"ANNE"
],
"suffix": [
"CRNA"
]
}
],
"telecom": [
{
"system": "phone",
"value": "7172318539",
"use": "work"
},
{
"system": "phone",
"value": "7176577302",
"use": "work"
},
{
"system": "fax",
"value": "7172318588",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "118 WASHINGTON ST HARRISBURG PA 171041612 US",
"line": [
"118 WASHINGTON ST"
],
"city": "HARRISBURG",
"state": "PA",
"postalCode": "171041612",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "4300 LONDONDERRY ROAD HARRISBURG PA 17105 US",
"line": [
"4300 LONDONDERRY ROAD"
],
"city": "HARRISBURG",
"state": "PA",
"postalCode": "17105",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#1e8aaed3-2c35-40ea-b775-fc6348c2b412",
"type": "Practitioner",
"display": "PATRICIA ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "367500000X",
"display": "NURSE ANESTHETIST, CERTIFIED REGISTERED"
}
],
"text": "NURSE ANESTHETIST, CERTIFIED REGISTERED"
},
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "163W00000X",
"display": "REGISTERED NURSE"
}
],
"text": "REGISTERED NURSE"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/yIG0d3gBIauH6mu9MZjU",
"resource": {
"resourceType": "PractitionerRole",
"id": "yIG0d3gBIauH6mu9MZjU",
"contained": [
{
"resourceType": "Practitioner",
"id": "0be1c45c-2627-43c2-b801-6f038930afed",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1275554800",
"period": {
"start": "2006-07-21T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "ANNE DEMARK THOMPSON",
"family": "THOMPSON",
"given": [
"ANNE",
"DEMARK"
]
}
],
"telecom": [
{
"system": "phone",
"value": "6086620817",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "600 HIGHLAND AVE COMPLIANCE MAIL CODE-2433 MADISON WI 537920001 US",
"line": [
"600 HIGHLAND AVE",
"COMPLIANCE MAIL CODE-2433"
],
"city": "MADISON",
"state": "WI",
"postalCode": "537920001",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "600 HIGHLAND AVE COMPLIANCE MAIL CODE-2433 MADISON WI 537920001 US",
"line": [
"600 HIGHLAND AVE",
"COMPLIANCE MAIL CODE-2433"
],
"city": "MADISON",
"state": "WI",
"postalCode": "537920001",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#0be1c45c-2627-43c2-b801-6f038930afed",
"type": "Practitioner",
"display": "ANNE DEMARK THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "225XP0200X",
"display": "OCCUPATIONAL THERAPIST PEDIATRICS"
}
],
"text": "OCCUPATIONAL THERAPIST PEDIATRICS"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/mKHed3gBq_0_8js54uFM",
"resource": {
"resourceType": "PractitionerRole",
"id": "mKHed3gBq_0_8js54uFM",
"contained": [
{
"resourceType": "Practitioner",
"id": "a2996b11-4d81-4678-99d0-4dd91eee238a",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1841662111",
"period": {
"start": "2015-10-27T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "JULIET ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"JULIET",
"ANNE"
],
"prefix": [
"MS."
],
"suffix": [
"LMT"
]
}
],
"telecom": [
{
"system": "phone",
"value": "5412856447",
"use": "work"
},
{
"system": "fax",
"value": "5416864465",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "395 W BROADWAY EUGENE OR 974012869 US",
"line": [
"395 W BROADWAY"
],
"city": "EUGENE",
"state": "OR",
"postalCode": "974012869",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "395 W BROADWAY EUGENE OR 97401 US",
"line": [
"395 W BROADWAY"
],
"city": "EUGENE",
"state": "OR",
"postalCode": "97401",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#a2996b11-4d81-4678-99d0-4dd91eee238a",
"type": "Practitioner",
"display": "JULIET ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "225700000X",
"display": "MASSAGE THERAPIST"
}
],
"text": "MASSAGE THERAPIST"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/r0ntd3gB6mdu70A6Ag_f",
"resource": {
"resourceType": "PractitionerRole",
"id": "r0ntd3gB6mdu70A6Ag_f",
"contained": [
{
"resourceType": "Practitioner",
"id": "35472e8c-c6a2-41af-8f62-bb10c708ac92",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1396206413",
"period": {
"start": "2019-03-29T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "JENNIFER ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"JENNIFER",
"ANNE"
],
"suffix": [
"MD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "3108693078",
"use": "work"
},
{
"system": "phone",
"value": "2145908000",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "11016 SW 61ST AVE PORTLAND OR 972196771 US",
"line": [
"11016 SW 61ST AVE"
],
"city": "PORTLAND",
"state": "OR",
"postalCode": "972196771",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "5200 HARRY HINES BLVD DALLAS TX 752357709 US",
"line": [
"5200 HARRY HINES BLVD"
],
"city": "DALLAS",
"state": "TX",
"postalCode": "752357709",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#35472e8c-c6a2-41af-8f62-bb10c708ac92",
"type": "Practitioner",
"display": "JENNIFER ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "390200000X",
"display": "STUDENT IN AN ORGANIZED HEALTH CARE EDUCATION/TRAINING PROGRAM"
}
],
"text": "STUDENT IN AN ORGANIZED HEALTH CARE EDUCATION/TRAINING PROGRAM"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/IZqsd3gBq_0_8js5UT-t",
"resource": {
"resourceType": "PractitionerRole",
"id": "IZqsd3gBq_0_8js5UT-t",
"contained": [
{
"resourceType": "Practitioner",
"id": "db070f26-91cd-49a2-9e2b-2538c661cebf",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1932190030",
"period": {
"start": "2005-10-31T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "ANNE THOMPSON JARRETT",
"family": "JARRETT",
"given": [
"ANNE",
"THOMPSON"
],
"suffix": [
"R.PH."
]
}
],
"telecom": [
{
"system": "phone",
"value": "3368832429",
"use": "work"
},
{
"system": "phone",
"value": "3367133113",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "1402 OVERLAND DR HIGH POINT NC 272627467 US",
"line": [
"1402 OVERLAND DR"
],
"city": "HIGH POINT",
"state": "NC",
"postalCode": "272627467",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "MEDICAL CENTER BOULEVARD WINSTON SALEM NC 271570001 US",
"line": [
"MEDICAL CENTER BOULEVARD"
],
"city": "WINSTON SALEM",
"state": "NC",
"postalCode": "271570001",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#db070f26-91cd-49a2-9e2b-2538c661cebf",
"type": "Practitioner",
"display": "ANNE THOMPSON JARRETT"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "183500000X",
"display": "PHARMACIST"
}
],
"text": "PHARMACIST"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/YwStd3gBU4TMH7Mc9KBG",
"resource": {
"resourceType": "PractitionerRole",
"id": "YwStd3gBU4TMH7Mc9KBG",
"contained": [
{
"resourceType": "Practitioner",
"id": "9864508d-c27e-43be-abf5-f87ac506acee",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1790757953",
"period": {
"start": "2006-02-02T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "LAURA ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"LAURA",
"ANNE"
],
"prefix": [
"MISS"
],
"suffix": [
"RN"
]
}
],
"telecom": [
{
"system": "phone",
"value": "9074571881",
"use": "work"
},
{
"system": "phone",
"value": "9073535418",
"use": "work"
},
{
"system": "fax",
"value": "9073534845",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "2001 COWLES ST APT 4 FAIRBANKS AK 997015916 US",
"line": [
"2001 COWLES ST",
"APT 4"
],
"city": "FAIRBANKS",
"state": "AK",
"postalCode": "997015916",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "1060 GAFFNEY RD. #7440 BASSETT ARMY COMMUNITY HOSPITAL FT. WAINWRIGHT AK 997037440 US",
"line": [
"1060 GAFFNEY RD. #7440",
"BASSETT ARMY COMMUNITY HOSPITAL"
],
"city": "FT. WAINWRIGHT",
"state": "AK",
"postalCode": "997037440",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#9864508d-c27e-43be-abf5-f87ac506acee",
"type": "Practitioner",
"display": "LAURA ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "163W00000X",
"display": "REGISTERED NURSE"
}
],
"text": "REGISTERED NURSE"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/PwnBd3gBTwgyEJHtkYRT",
"resource": {
"resourceType": "PractitionerRole",
"id": "PwnBd3gBTwgyEJHtkYRT",
"contained": [
{
"resourceType": "Practitioner",
"id": "f7f0e84f-c0af-4437-810b-2fc5ec722884",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1245443134",
"period": {
"start": "2007-05-07T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "ANNE B. THOMPSON",
"family": "THOMPSON",
"given": [
"ANNE",
"B."
],
"prefix": [
"DR."
],
"suffix": [
"PH.D."
]
}
],
"telecom": [
{
"system": "phone",
"value": "3016578314",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "7945 MACARTHUR BLVD STE 216 CABIN JOHN MD 208181634 US",
"line": [
"7945 MACARTHUR BLVD STE 216"
],
"city": "CABIN JOHN",
"state": "MD",
"postalCode": "208181634",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "7945 MACARTHUR BLVD STE 216 CABIN JOHN MD 208181634 US",
"line": [
"7945 MACARTHUR BLVD STE 216"
],
"city": "CABIN JOHN",
"state": "MD",
"postalCode": "208181634",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#f7f0e84f-c0af-4437-810b-2fc5ec722884",
"type": "Practitioner",
"display": "ANNE B. THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "103TC0700X",
"display": "PSYCHOLOGIST CLINICAL"
}
],
"text": "PSYCHOLOGIST CLINICAL"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/ugjCd3gBU4TMH7McXgA7",
"resource": {
"resourceType": "PractitionerRole",
"id": "ugjCd3gBU4TMH7McXgA7",
"contained": [
{
"resourceType": "Practitioner",
"id": "cbe02d7a-f29e-4340-a695-0bd7d10707c9",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1306056437",
"period": {
"start": "2007-05-24T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "JO-ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"JO-ANNE"
],
"suffix": [
"LCSW"
]
}
],
"telecom": [
{
"system": "phone",
"value": "9547475667",
"use": "work"
},
{
"system": "phone",
"value": "9547465667",
"use": "work"
},
{
"system": "fax",
"value": "9547466387",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "8540 NW 24TH PL SUNRISE FL 333223332 US",
"line": [
"8540 NW 24TH PL"
],
"city": "SUNRISE",
"state": "FL",
"postalCode": "333223332",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "7491 W OAKLAND PARK BLVD #308 TAMARAC FL 333194989 US",
"line": [
"7491 W OAKLAND PARK BLVD",
"#308"
],
"city": "TAMARAC",
"state": "FL",
"postalCode": "333194989",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#cbe02d7a-f29e-4340-a695-0bd7d10707c9",
"type": "Practitioner",
"display": "JO-ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "1041C0700X",
"display": "SOCIAL WORKER CLINICAL"
}
],
"text": "SOCIAL WORKER CLINICAL"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/sp7Cd3gBqCIEQyd4980G",
"resource": {
"resourceType": "PractitionerRole",
"id": "sp7Cd3gBqCIEQyd4980G",
"contained": [
{
"resourceType": "Practitioner",
"id": "ede8aa1d-1687-419f-8f08-17c54139d199",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1619173051",
"period": {
"start": "2007-06-22T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "RAE ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"RAE ANNE"
],
"suffix": [
"CMA"
]
}
],
"telecom": [
{
"system": "phone",
"value": "8314544170",
"use": "work"
},
{
"system": "fax",
"value": "8314544663",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "1400 EMELINE AVE BLDG. K SANTA CRUZ CA 950601976 US",
"line": [
"1400 EMELINE AVE",
"BLDG. K"
],
"city": "SANTA CRUZ",
"state": "CA",
"postalCode": "950601976",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "1400 EMELINE AVE BLDG. K SANTA CRUZ CA 950601976 US",
"line": [
"1400 EMELINE AVE",
"BLDG. K"
],
"city": "SANTA CRUZ",
"state": "CA",
"postalCode": "950601976",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#ede8aa1d-1687-419f-8f08-17c54139d199",
"type": "Practitioner",
"display": "RAE ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "376K00000X",
"display": "NURSE'S AIDE"
}
],
"text": "NURSE'S AIDE"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/rQnDd3gBTwgyEJHtLbgP",
"resource": {
"resourceType": "PractitionerRole",
"id": "rQnDd3gBTwgyEJHtLbgP",
"contained": [
{
"resourceType": "Practitioner",
"id": "e7d9047d-d91c-4e8f-82d4-af6a878c879a",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1609074103",
"period": {
"start": "2007-07-05T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "ANNE MARIE THOMPSON",
"family": "THOMPSON",
"given": [
"ANNE",
"MARIE"
]
}
],
"telecom": [
{
"system": "phone",
"value": "6163650481",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "4789 FIREFLY DR NE GRAND RAPIDS MI 495259308 US",
"line": [
"4789 FIREFLY DR NE"
],
"city": "GRAND RAPIDS",
"state": "MI",
"postalCode": "495259308",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "4789 FIREFLY DR NE GRAND RAPIDS MI 495259308 US",
"line": [
"4789 FIREFLY DR NE"
],
"city": "GRAND RAPIDS",
"state": "MI",
"postalCode": "495259308",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#e7d9047d-d91c-4e8f-82d4-af6a878c879a",
"type": "Practitioner",
"display": "ANNE MARIE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "183500000X",
"display": "PHARMACIST"
}
],
"text": "PHARMACIST"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/TkPDd3gB6mdu70A6r-iU",
"resource": {
"resourceType": "PractitionerRole",
"id": "TkPDd3gB6mdu70A6r-iU",
"contained": [
{
"resourceType": "Practitioner",
"id": "0cd72d70-5626-4fbd-a68b-60248264a0c3",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1407048887",
"period": {
"start": "2007-08-09T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "KRISTAN ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"KRISTAN",
"ANNE"
],
"prefix": [
"MS."
],
"suffix": [
"APRN"
]
}
],
"telecom": [
{
"system": "phone",
"value": "9124508000",
"use": "work"
},
{
"system": "fax",
"value": "9124508001",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "114 CANAL ST SUITE 502 AND 503 POOLER GA 313224153 US",
"line": [
"114 CANAL ST",
"SUITE 502 AND 503"
],
"city": "POOLER",
"state": "GA",
"postalCode": "313224153",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "114 CANAL ST SUITE 502 AND 503 POOLER GA 313224153 US",
"line": [
"114 CANAL ST",
"SUITE 502 AND 503"
],
"city": "POOLER",
"state": "GA",
"postalCode": "313224153",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#0cd72d70-5626-4fbd-a68b-60248264a0c3",
"type": "Practitioner",
"display": "KRISTAN ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "163W00000X",
"display": "REGISTERED NURSE"
}
],
"text": "REGISTERED NURSE"
},
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "363LA2200X",
"display": "NURSE PRACTITIONER ADULT HEALTH"
}
],
"text": "NURSE PRACTITIONER ADULT HEALTH"
},
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "363LF0000X",
"display": "NURSE PRACTITIONER FAMILY"
}
],
"text": "NURSE PRACTITIONER FAMILY"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/J5_Fd3gBqCIEQyd4cEdH",
"resource": {
"resourceType": "PractitionerRole",
"id": "J5_Fd3gBqCIEQyd4cEdH",
"contained": [
{
"resourceType": "Practitioner",
"id": "78fc3148-b07b-4db2-ae03-3d91e4ccd493",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1528236676",
"period": {
"start": "2008-02-12T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "CHERYL ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"CHERYL",
"ANNE"
],
"prefix": [
"MS."
],
"suffix": [
"M.A.",
"P.C."
]
}
],
"telecom": [
{
"system": "phone",
"value": "4194754449",
"use": "work"
},
{
"system": "fax",
"value": "4194793832",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "PO BOX 8970 TOLEDO OH 436230970 US",
"line": [
"PO BOX 8970"
],
"city": "TOLEDO",
"state": "OH",
"postalCode": "436230970",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "5151 MONROE ST. SUITE 200 TOLEDO OH 43623 US",
"line": [
"5151 MONROE ST.",
"SUITE 200"
],
"city": "TOLEDO",
"state": "OH",
"postalCode": "43623",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#78fc3148-b07b-4db2-ae03-3d91e4ccd493",
"type": "Practitioner",
"display": "CHERYL ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "101YP2500X",
"display": "COUNSELOR PROFESSIONAL"
}
],
"text": "COUNSELOR PROFESSIONAL"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/6Jy5d3gBq_0_8js5YyE7",
"resource": {
"resourceType": "PractitionerRole",
"id": "6Jy5d3gBq_0_8js5YyE7",
"contained": [
{
"resourceType": "Practitioner",
"id": "dec2fa38-788b-42dd-bb71-bd2e1e362f16",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1871676171",
"period": {
"start": "2006-10-23T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "PAULA ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"PAULA",
"ANNE"
],
"prefix": [
"DR."
],
"suffix": [
"PHARM.D."
]
}
],
"telecom": [
{
"system": "phone",
"value": "2052535995",
"use": "work"
},
{
"system": "fax",
"value": "2057262669",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "1213 BERWICK RD BIRMINGHAM AL 352427124 US",
"line": [
"1213 BERWICK RD"
],
"city": "BIRMINGHAM",
"state": "AL",
"postalCode": "352427124",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "700 19TH ST S BIRMINGHAM AL 352331927 US",
"line": [
"700 19TH ST S"
],
"city": "BIRMINGHAM",
"state": "AL",
"postalCode": "352331927",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#dec2fa38-788b-42dd-bb71-bd2e1e362f16",
"type": "Practitioner",
"display": "PAULA ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "1835P1200X",
"display": "PHARMACIST PHARMACOTHERAPY"
}
],
"text": "PHARMACIST PHARMACOTHERAPY"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/93i6d3gBui-Y0nLNHET6",
"resource": {
"resourceType": "PractitionerRole",
"id": "93i6d3gBui-Y0nLNHET6",
"contained": [
{
"resourceType": "Practitioner",
"id": "08ff5508-077e-418c-9e08-1ccd07f18852",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1861561912",
"period": {
"start": "2006-11-06T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "STEPHANIE ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"STEPHANIE",
"ANNE"
],
"prefix": [
"MRS."
],
"suffix": [
"R.D.",
"C.D.",
"C.N.S.D."
]
}
],
"telecom": [
{
"system": "phone",
"value": "7654689151",
"use": "work"
},
{
"system": "phone",
"value": "7657473273",
"use": "work"
},
{
"system": "fax",
"value": "7657412994",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "1869 N 940 W PARKER CITY IN 473689128 US",
"line": [
"1869 N 940 W"
],
"city": "PARKER CITY",
"state": "IN",
"postalCode": "473689128",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "2401 W UNIVERSITY AVE DIETETICS DEPT. MUNCIE IN 473033499 US",
"line": [
"2401 W UNIVERSITY AVE",
"DIETETICS DEPT."
],
"city": "MUNCIE",
"state": "IN",
"postalCode": "473033499",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#08ff5508-077e-418c-9e08-1ccd07f18852",
"type": "Practitioner",
"display": "STEPHANIE ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "133V00000X",
"display": "DIETITIAN, REGISTERED"
}
],
"text": "DIETITIAN, REGISTERED"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/a6DRd3gBqCIEQyd4UsxD",
"resource": {
"resourceType": "PractitionerRole",
"id": "a6DRd3gBqCIEQyd4UsxD",
"contained": [
{
"resourceType": "Practitioner",
"id": "8c79a2a7-ac91-4cda-bbf9-c6e6ef78f4db",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1497030142",
"period": {
"start": "2011-10-13T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "BARBARA ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"BARBARA",
"ANNE"
],
"suffix": [
"RN"
]
}
],
"telecom": [
{
"system": "phone",
"value": "4123425970",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "402 EUCLID AVE ERIE PA 165111126 US",
"line": [
"402 EUCLID AVE"
],
"city": "ERIE",
"state": "PA",
"postalCode": "165111126",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "402 EUCLID AVE ERIE PA 165111126 US",
"line": [
"402 EUCLID AVE"
],
"city": "ERIE",
"state": "PA",
"postalCode": "165111126",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#8c79a2a7-ac91-4cda-bbf9-c6e6ef78f4db",
"type": "Practitioner",
"display": "BARBARA ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "163W00000X",
"display": "REGISTERED NURSE"
}
],
"text": "REGISTERED NURSE"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/H5_Sd3gBq_0_8js5gI4b",
"resource": {
"resourceType": "PractitionerRole",
"id": "H5_Sd3gBq_0_8js5gI4b",
"contained": [
{
"resourceType": "Practitioner",
"id": "7a048ad8-8724-48d0-b145-9fe6f547e0ba",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1710252325",
"period": {
"start": "2012-03-14T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "ANNE MARIE THOMPSON",
"family": "THOMPSON",
"given": [
"ANNE",
"MARIE"
],
"prefix": [
"DR."
],
"suffix": [
"PHARMD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "3194001020",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "2108 E 123RD ST BURNSVILLE MN 553373108 US",
"line": [
"2108 E 123RD ST"
],
"city": "BURNSVILLE",
"state": "MN",
"postalCode": "553373108",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "2108 E 123RD ST BURNSVILLE MN 553373108 US",
"line": [
"2108 E 123RD ST"
],
"city": "BURNSVILLE",
"state": "MN",
"postalCode": "553373108",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#7a048ad8-8724-48d0-b145-9fe6f547e0ba",
"type": "Practitioner",
"display": "ANNE MARIE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "183500000X",
"display": "PHARMACIST"
}
],
"text": "PHARMACIST"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/PractitionerRole/igrTd3gBU4TMH7McQk9w",
"resource": {
"resourceType": "PractitionerRole",
"id": "igrTd3gBU4TMH7McQk9w",
"contained": [
{
"resourceType": "Practitioner",
"id": "91d184b8-beb2-4d70-b1ee-9870000dc8be",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1689934531",
"period": {
"start": "2012-05-25T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "CHRISTINE ANNE THOMPSON",
"family": "THOMPSON",
"given": [
"CHRISTINE",
"ANNE"
],
"suffix": [
"BA"
]
}
],
"telecom": [
{
"system": "phone",
"value": "8132398069",
"use": "work"
},
{
"system": "fax",
"value": "8132723766",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "5707 N 22ND ST TAMPA FL 336104350 US",
"line": [
"5707 N 22ND ST"
],
"city": "TAMPA",
"state": "FL",
"postalCode": "336104350",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "5707 N 22ND ST TAMPA FL 336104350 US",
"line": [
"5707 N 22ND ST"
],
"city": "TAMPA",
"state": "FL",
"postalCode": "336104350",
"country": "US"
}
],
"gender": "female"
}
],
"practitioner": {
"reference": "#91d184b8-beb2-4d70-b1ee-9870000dc8be",
"type": "Practitioner",
"display": "CHRISTINE ANNE THOMPSON"
},
"specialty": [
{
"coding": [
{
"system": "HTTPS://NUCC.ORG/IMAGES/STORIES/CSV/NUCC_TAXONOMY_201.CSV",
"code": "104100000X",
"display": "SOCIAL WORKER"
}
],
"text": "SOCIAL WORKER"
}
]
},
"search": {
"mode": "match"
}
}
]
}
Example Response
The response returned contains a resource bundle which contains all the records available for the parameter(s) sent in the request.
{
"resourceType": "Bundle",
"id": "2ec3735d-ff99-4781-8f26-f4d9eb35350b",
"meta": {
"versionId": "1",
"lastUpdated": "2020-11-24T19:06:51.061779+00:00"
},
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "https://leapmdm-api-dev.azurewebsites.net/api/fhir/r4/PractitionerRole?identifier=%7C1083729065"
}
],
"entry": [
{
"fullUrl": "/PractitionerRole/yyNHinUB-eroQit2yQTf",
"resource": {
"resourceType": "PractitionerRole",
"id": "yyNHinUB-eroQit2yQTf",
"contained": [
{
"resourceType": "Practitioner",
"id": "759c9de0-83cd-4463-85d8-c7902f176e40",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1083729065",
"period": {
"start": "2006-08-20T00:00:00.00+00:00"
}
},
{
"system": "https://www.dea.gov/",
"value": "B55555555",
"period": {
"end": "2020-08-31T00:00:00.00+00:00"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "Debra Smith",
"family": "Smith",
"given": [
"Debra",
"Smith"
]
}
],
"address": [
{
"use": "work",
"type": "physical",
"text": "8186 Lark Brown Road Ste 201 Elkridge MD 21075",
"line": [
"8186 Lark Brown Road",
"Ste 201"
],
"city": "Elkridge",
"district": "Howard County",
"state": "MD",
"postalCode": "21075"
},
{
"use": "work",
"type": "physical",
"text": "8186 Lark Brown Road Ste 201 Elkridge MD 21075",
"line": [
"8186 Lark Brown Road"
],
"city": "Elkridge",
"state": "MD",
"postalCode": "21228"
}
],
"gender": "female"
},
{
"resourceType": "Organization",
"id": "f9c1b867-8448-46fd-9c7f-3d256bb23a20",
"name": "Centennial Medical Group"
}
],
"practitioner": {
"reference": "#759c9de0-83cd-4463-85d8-c7902f176e40",
"type": "Practitioner",
"display": "Debra Smith"
},
"organization": {
"reference": "#f9c1b867-8448-46fd-9c7f-3d256bb23a20",
"type": "Organization",
"display": "Centennial Medical Group"
},
"specialty": [
{
"coding": [
{
"system": "https://nucc.org/images/stories/CSV/nucc_taxonomy_201.csv",
"display": "Internal Medicine"
}
],
"text": "Internal Medicine"
},
{
"coding": [
{
"system": "https://nucc.org/images/stories/CSV/nucc_taxonomy_201.csv"
}
]
}
]
},
"search": {
"mode": "match"
}
}
]
}
Use Case
To provide a FHIR 4.0 CMS-compliant provider directory search
Updated 10 months ago