GET/fhir/organization
Endpoint
/fhir/organization
Description
/fhir/organization: returns all organization records that match parameters sent in the query string
Search Parameters
resource {organization}: a minimum of one search parameter is required.
Parameter | Description | FHIR Search Parameter |
---|---|---|
name | Organization name | organization.name |
address | full address: street address, city, state, zip code | organization.address |
address-city | city | organization.address-city |
address-state | state | organization.address-state |
address-postalcode | zip code | organization.address-postalcode |
phone | 10-digit organization phone number | organization.phone |
type | organization.type | |
identifier | NPI, for example | organization.identifier|{value} |
active | status | true or false - available for tenants configured to search status |
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
GET https://api.convergent-pd.com/fhir/organization?name=johns%20hopkins
https://api.convergent-pd.com/fhir/organization?name=johns%20hopkins
{
"resourceType": "Bundle",
"id": "4c9b0dac-ccff-4f35-ba4c-665601781bf0",
"meta": {
"versionId": "1",
"lastUpdated": "2021-05-11T18:12:39.4123536+00:00"
},
"type": "searchset",
"total": 25,
"link": [
{
"relation": "self",
"url": "https://leapmdm-fhir-api-prod.azurewebsites.net/organization?name=johns%20hopkins"
}
],
"entry": [
{
"fullUrl": "/Organization/oy2Vd3gBMPBQXTJ6k9S9",
"resource": {
"resourceType": "Organization",
"id": "oy2Vd3gBMPBQXTJ6k9S9",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1699020917",
"period": {
"start": "2012-07-24T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS",
"telecom": [
{
"system": "phone",
"value": "4439319131",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "1830 E MONUMENT ST SUITE 431 BALTIMORE MD 212870020 US",
"line": [
"1830 E MONUMENT ST",
"SUITE 431"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212870020",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "1830 E MONUMENT ST SUITE 431 BALTIMORE MD 212870020 US",
"line": [
"951 FELL ST",
"APT 618"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212313586",
"country": "US"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "EUN JI SHIN",
"family": "SHIN",
"given": [
"EUN JI"
],
"prefix": [
"DR."
],
"suffix": [
"MD"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/hHeZd3gBMsQw0dRJusmL",
"resource": {
"resourceType": "Organization",
"id": "hHeZd3gBMsQw0dRJusmL",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1083099923",
"period": {
"start": "2015-07-21T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS",
"telecom": [
{
"system": "phone",
"value": "4433888739",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "777 S EDEN ST APT 1106 BALTIMORE MD 212312848 US",
"line": [
"777 S EDEN ST APT 1106"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212312848",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "777 S EDEN ST APT 1106 BALTIMORE MD 212312848 US",
"line": [
"777 S EDEN ST APT 1106"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212312848",
"country": "US"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "PAMELA SHAFER",
"family": "SHAFER",
"given": [
"PAMELA"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/74Hpe3gBbcGDUqpkpv71",
"resource": {
"resourceType": "Organization",
"id": "74Hpe3gBbcGDUqpkpv71",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1487154225"
},
{
"system": "https://www.dea.gov/",
"value": "FT7393844"
}
],
"active": true,
"type": [
{
"text": "OTHER"
}
],
"name": "JOHNS HOPKINS HOSPITAL",
"telecom": [
{
"system": "phone",
"value": "4105024774",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "physical",
"text": "5901 HOLABIRD AVE SUITE A-2 BALTIMORE MD 212240000",
"line": [
"5901 HOLABIRD AVE",
"SUITE A-2"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212240000"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/2S-Zd3gBMPBQXTJ6GzsC",
"resource": {
"resourceType": "Organization",
"id": "2S-Zd3gBMPBQXTJ6GzsC",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1609268952",
"period": {
"start": "2015-02-24T00:00:00.00+00:00"
}
},
{
"system": "https://www.dea.gov/",
"value": "FT5272101",
"period": {
"start": "2015-06-02T00:00:00.00+00:00",
"end": "2023-11-30T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "THE JOHNS HOPKINS HOSPITAL INC",
"address": [
{
"use": "work",
"type": "physical",
"text": "JOHNS HOPKINS OUTPATIENT PHARMACY AT GRE 10755 FALLS RD STE 140 LUTHERVILLE MD 210934506",
"line": [
"JOHNS HOPKINS OUTPATIENT PHARMACY AT GRE",
"10755 FALLS RD STE 140"
],
"city": "LUTHERVILLE",
"state": "MD",
"postalCode": "210934506"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "KEN JOHNSON",
"family": "JOHNSON",
"given": [
"KEN"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/mm6Kd3gBbcGDUqpk-BKY",
"resource": {
"resourceType": "Organization",
"id": "mm6Kd3gBbcGDUqpk-BKY",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1063559235",
"period": {
"start": "2007-01-30T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "4109558433",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "8900 PAPILLON DR ELLICOTT CITY MD 210434003 US",
"line": [
"8900 PAPILLON DR"
],
"city": "ELLICOTT CITY",
"state": "MD",
"postalCode": "210434003",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "8900 PAPILLON DR ELLICOTT CITY MD 210434003 US",
"line": [
"601 N CAROLINE ST"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212870006",
"country": "US"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "WEIGUO YE",
"family": "YE",
"given": [
"WEIGUO"
],
"suffix": [
"MD"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/a26Kd3gBXhnpw4ae_T_f",
"resource": {
"resourceType": "Organization",
"id": "a26Kd3gBXhnpw4ae_T_f",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1750428090",
"period": {
"start": "2007-01-30T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "4105309220",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "3122 GUILFORD AVE # 2 BALTIMORE MD 212183419 US",
"line": [
"3122 GUILFORD AVE # 2"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212183419",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "3122 GUILFORD AVE # 2 BALTIMORE MD 212183419 US",
"line": [
"3122 GUILFORD AVE # 2"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212183419",
"country": "US"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "KIM FREDERICKSEN",
"family": "FREDERICKSEN",
"given": [
"KIM"
],
"prefix": [
"DR."
],
"suffix": [
"M.D."
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/hiqLd3gBMPBQXTJ6w7cS",
"resource": {
"resourceType": "Organization",
"id": "hiqLd3gBMPBQXTJ6w7cS",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1194856807",
"period": {
"start": "2007-03-07T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "4105500534",
"use": "work"
},
{
"system": "fax",
"value": "4105501363",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "5501 HOPKINS BAYVIEW CIR # 1B32 500 MASON LORD DRIVE BALTIMORE MD 212246821 US",
"line": [
"5501 HOPKINS BAYVIEW CIR # 1B32",
"500 MASON LORD DRIVE"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212246821",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "5501 HOPKINS BAYVIEW CIR # 1B32 500 MASON LORD DRIVE BALTIMORE MD 212246821 US",
"line": [
"5501 HOPKINS BAYVIEW CIR # 1B32",
"500 MASON LORD DRIVE"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212246821",
"country": "US"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "FRANCESCO BOIN",
"family": "BOIN",
"given": [
"FRANCESCO"
],
"prefix": [
"DR."
],
"suffix": [
"MD"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/nHWQd3gBMsQw0dRJUKad",
"resource": {
"resourceType": "Organization",
"id": "nHWQd3gBMsQw0dRJUKad",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1497907000",
"period": {
"start": "2008-10-14T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "4105024458",
"use": "work"
},
{
"system": "fax",
"value": "3015023546",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "98 N BROADWAY STE 413 BALTIMORE MD 212311539 US",
"line": [
"98 N BROADWAY STE 413"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212311539",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "98 N BROADWAY STE 413 BALTIMORE MD 212311539 US",
"line": [
"98 N. BROADWAY",
"SUITE 413, DEPT PM&R"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "21231",
"country": "US"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "SCOTT MEALEY",
"family": "MEALEY",
"given": [
"SCOTT"
],
"prefix": [
"MR."
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/Fm6Qd3gBbcGDUqpkhEXR",
"resource": {
"resourceType": "Organization",
"id": "Fm6Qd3gBbcGDUqpkhEXR",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1720223258",
"period": {
"start": "2008-12-12T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "4437592843",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "701 CATHEDRAL ST APT # 82 BALTIMORE MD 212015245 US",
"line": [
"701 CATHEDRAL ST",
"APT # 82"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212015245",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "701 CATHEDRAL ST APT # 82 BALTIMORE MD 212015245 US",
"line": [
"701 CATHEDRAL ST",
"APT # 82"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212015245",
"country": "US"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "DEEPAN DALAL",
"family": "DALAL",
"given": [
"DEEPAN"
],
"prefix": [
"DR."
],
"suffix": [
"MD"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/_m6Ud3gBbcGDUqpkcPgC",
"resource": {
"resourceType": "Organization",
"id": "_m6Ud3gBbcGDUqpkcPgC",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1528341666",
"period": {
"start": "2011-09-26T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "7322164596",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "144 BUTTONWOOD DR FAIR HAVEN NJ 077043632 US",
"line": [
"144 BUTTONWOOD DR"
],
"city": "FAIR HAVEN",
"state": "NJ",
"postalCode": "077043632",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "144 BUTTONWOOD DR FAIR HAVEN NJ 077043632 US",
"line": [
"144 BUTTONWOOD DR"
],
"city": "FAIR HAVEN",
"state": "NJ",
"postalCode": "077043632",
"country": "US"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "EMILY MIRA WARSHAUER",
"family": "WARSHAUER",
"given": [
"EMILY",
"MIRA"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/sXaVd3gBMsQw0dRJ3W_q",
"resource": {
"resourceType": "Organization",
"id": "sXaVd3gBMsQw0dRJ3W_q",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1346591823",
"period": {
"start": "2012-09-25T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSTIY",
"telecom": [
{
"system": "phone",
"value": "4439638474",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "8842 TAMAR DR COLUMBIA MD 210452816 US",
"line": [
"8842 TAMAR DR"
],
"city": "COLUMBIA",
"state": "MD",
"postalCode": "210452816",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "8842 TAMAR DR COLUMBIA MD 210452816 US",
"line": [
"600 N WOLFE ST",
"DEPARTMENT OF PEDIATRIC SURGERY"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212870005",
"country": "US"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "FIZAN ABDULLAH",
"family": "ABDULLAH",
"given": [
"FIZAN"
],
"prefix": [
"DR."
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/BnaXd3gBMsQw0dRJk_0Y",
"resource": {
"resourceType": "Organization",
"id": "BnaXd3gBMsQw0dRJk_0Y",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1356762959",
"period": {
"start": "2013-12-27T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS HOSPITAL",
"telecom": [
{
"system": "phone",
"value": "4105981695",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "11550 CROSSROADS CIR UNIT 606 MIDDLE RIVER MD 212202990 US",
"line": [
"11550 CROSSROADS CIR UNIT 606"
],
"city": "MIDDLE RIVER",
"state": "MD",
"postalCode": "212202990",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "11550 CROSSROADS CIR UNIT 606 MIDDLE RIVER MD 212202990 US",
"line": [
"11550 CROSSROAD CIRCLE",
"UNIT 606"
],
"city": "MIDDLE RIVER",
"state": "MD",
"postalCode": "21220",
"country": "US"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "JENNIFER O'RANGERS",
"family": "O'RANGERS",
"given": [
"JENNIFER"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/cW-ad3gBXhnpw4ae2Z8d",
"resource": {
"resourceType": "Organization",
"id": "cW-ad3gBXhnpw4ae2Z8d",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1184071102",
"period": {
"start": "2016-05-19T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "8587757372",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "7995 ARMOUR ST SAN DIEGO CA 921113717 US",
"line": [
"7995 ARMOUR ST"
],
"city": "SAN DIEGO",
"state": "CA",
"postalCode": "921113717",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "7995 ARMOUR ST SAN DIEGO CA 921113717 US",
"line": [
"7995 ARMOUR ST"
],
"city": "SAN DIEGO",
"state": "CA",
"postalCode": "921113717",
"country": "US"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "CYNTHIA CADWELL",
"family": "CADWELL",
"given": [
"CYNTHIA"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/zzCed3gBMPBQXTJ6okMA",
"resource": {
"resourceType": "Organization",
"id": "zzCed3gBMPBQXTJ6okMA",
"contained": [
{
"resourceType": "Organization",
"id": "bdc113e5-ac14-4d68-8ed4-ea6972c5243d",
"name": "JOHNS HOPKINS UNIVERSITY"
}
],
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1902370182",
"period": {
"start": "2019-01-22T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "4109335313",
"use": "work"
},
{
"system": "phone",
"value": "3015303220",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "PO BOX 64664 BALTIMORE MD 212644664 US",
"line": [
"PO BOX 64664"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212644664",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "PO BOX 64664 BALTIMORE MD 212644664 US",
"line": [
"6420 ROCKLEDGE DR STE 2200"
],
"city": "BETHESDA",
"state": "MD",
"postalCode": "208177842",
"country": "US"
}
],
"partOf": {
"reference": "#0432da45-ff34-4358-a703-546bc0cdda79",
"display": "JOHNS HOPKINS UNIVERSITY"
},
"contact": [
{
"name": {
"use": "usual",
"text": "MICHAEL FRANCIS MULDERRIG",
"family": "MULDERRIG",
"given": [
"MICHAEL",
"FRANCIS"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/_DCfd3gBMPBQXTJ6yKvq",
"resource": {
"resourceType": "Organization",
"id": "_DCfd3gBMPBQXTJ6yKvq",
"contained": [
{
"resourceType": "Organization",
"id": "e6862b1b-17b8-4809-a8a6-594a809b3b9b",
"name": "JOHNS HOPKINS UNIVERSITY"
}
],
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1760025167",
"period": {
"start": "2019-10-18T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "4109335313",
"use": "work"
},
{
"system": "phone",
"value": "4109551719",
"use": "work"
},
{
"system": "fax",
"value": "4109331719",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "PO BOX 64664 BALTIMORE MD 212644664 US",
"line": [
"PO BOX 64664"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212644664",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "PO BOX 64664 BALTIMORE MD 212644664 US",
"line": [
"601 N CAROLINE ST FL 5"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212870006",
"country": "US"
}
],
"partOf": {
"reference": "#6b18708d-2dae-4de3-872e-edf44bff9616",
"display": "JOHNS HOPKINS UNIVERSITY"
},
"contact": [
{
"name": {
"use": "usual",
"text": "MICHAEL FRANCIS MULDERRIG",
"family": "MULDERRIG",
"given": [
"MICHAEL",
"FRANCIS"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/sDGhd3gBMPBQXTJ6pl38",
"resource": {
"resourceType": "Organization",
"id": "sDGhd3gBMPBQXTJ6pl38",
"contained": [
{
"resourceType": "Organization",
"id": "1bb35237-ac7f-48b0-b45d-20f795dab5c0",
"name": "JOHNS HOPKINS UNIVERSITY"
}
],
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1033705314",
"period": {
"start": "2020-12-21T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "4109336430",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "6201 GREENLEIGH AVE BALTIMORE MD 212202004 US",
"line": [
"6201 GREENLEIGH AVE"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212202004",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "6201 GREENLEIGH AVE BALTIMORE MD 212202004 US",
"line": [
"2222 JEFFERSON ST"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212052435",
"country": "US"
}
],
"partOf": {
"reference": "#b9394e2e-31f6-48dc-8a44-c0162308660c",
"display": "JOHNS HOPKINS UNIVERSITY"
},
"contact": [
{
"name": {
"use": "usual",
"text": "MARY HELEN MCDERMOTT",
"family": "MCDERMOTT",
"given": [
"MARY",
"HELEN"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/w3mhd3gBMsQw0dRJsdVQ",
"resource": {
"resourceType": "Organization",
"id": "w3mhd3gBMsQw0dRJsdVQ",
"contained": [
{
"resourceType": "Organization",
"id": "40843fdc-7baf-4f47-ad7c-459bedca3877",
"name": "JOHNS HOPKINS UNIVERSITY"
}
],
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1003403551",
"period": {
"start": "2020-12-30T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "4109336430",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "6201 GREENLEIGH AVE FL 2 MIDDLE RIVER MD 212202004 US",
"line": [
"6201 GREENLEIGH AVE FL 2"
],
"city": "MIDDLE RIVER",
"state": "MD",
"postalCode": "212202004",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "6201 GREENLEIGH AVE FL 2 MIDDLE RIVER MD 212202004 US",
"line": [
"2024 E MONUMENT ST STE 2626"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212870028",
"country": "US"
}
],
"partOf": {
"reference": "#9bc65718-ab73-47f0-abe5-3df52b2a5239",
"display": "JOHNS HOPKINS UNIVERSITY"
},
"contact": [
{
"name": {
"use": "usual",
"text": "MARY HELEN MCDERMOTT",
"family": "MCDERMOTT",
"given": [
"MARY",
"HELEN"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/2nmhd3gBMsQw0dRJsdVQ",
"resource": {
"resourceType": "Organization",
"id": "2nmhd3gBMsQw0dRJsdVQ",
"contained": [
{
"resourceType": "Organization",
"id": "e6e9d881-a89f-400c-bbec-aa97d7a9147a",
"name": "JOHNS HOPKINS UNIVERSITY"
}
],
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1730776287",
"period": {
"start": "2020-12-30T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "4109336430",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "6201 GREENLEIGH AVE FL 2 MIDDLE RIVER MD 212202004 US",
"line": [
"6201 GREENLEIGH AVE FL 2"
],
"city": "MIDDLE RIVER",
"state": "MD",
"postalCode": "212202004",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "6201 GREENLEIGH AVE FL 2 MIDDLE RIVER MD 212202004 US",
"line": [
"1311 N CAROLINE ST"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212132819",
"country": "US"
}
],
"partOf": {
"reference": "#29b1903d-dff4-4209-95e4-b8b720248818",
"display": "JOHNS HOPKINS UNIVERSITY"
},
"contact": [
{
"name": {
"use": "usual",
"text": "MARY HELEN MCDERMOTT",
"family": "MCDERMOTT",
"given": [
"MARY",
"HELEN"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/Y3mhd3gBMsQw0dRJsddQ",
"resource": {
"resourceType": "Organization",
"id": "Y3mhd3gBMsQw0dRJsddQ",
"contained": [
{
"resourceType": "Organization",
"id": "b1bc05de-d5cf-4608-930a-f9f28f99e624",
"name": "JOHNS HOPKINS UNIVERSITY"
}
],
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1124615679",
"period": {
"start": "2020-12-30T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "4109336430",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "6201 GREENLEIGH AVE MIDDLE RIVER MD 212202004 US",
"line": [
"6201 GREENLEIGH AVE"
],
"city": "MIDDLE RIVER",
"state": "MD",
"postalCode": "212202004",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "6201 GREENLEIGH AVE MIDDLE RIVER MD 212202004 US",
"line": [
"1212 N WOLFE ST"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212133303",
"country": "US"
}
],
"partOf": {
"reference": "#4e50b514-a162-4af3-8f5f-3dca491ac18f",
"display": "JOHNS HOPKINS UNIVERSITY"
},
"contact": [
{
"name": {
"use": "usual",
"text": "MARY HELEN MCDERMOTT",
"family": "MCDERMOTT",
"given": [
"MARY",
"HELEN"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/fTGhd3gBMPBQXTJ6umeS",
"resource": {
"resourceType": "Organization",
"id": "fTGhd3gBMPBQXTJ6umeS",
"contained": [
{
"resourceType": "Organization",
"id": "526f897b-1795-4a1b-a851-3b2efe9ab0d7",
"name": "JOHNS HOPKINS UNIVERSITY"
}
],
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1215525985",
"period": {
"start": "2021-01-07T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "4109336430",
"use": "work"
},
{
"system": "phone",
"value": "4107323494",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "6201 GREENLEIGH AVE BALTIMORE MD 212202004 US",
"line": [
"6201 GREENLEIGH AVE"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212202004",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "6201 GREENLEIGH AVE BALTIMORE MD 212202004 US",
"line": [
"1220 N CHESTER ST"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212133338",
"country": "US"
}
],
"partOf": {
"reference": "#9467c06f-8708-4d55-af98-5701486de474",
"display": "JOHNS HOPKINS UNIVERSITY"
},
"contact": [
{
"name": {
"use": "usual",
"text": "MARY HELEN MCDERMOTT",
"family": "MCDERMOTT",
"given": [
"MARY",
"HELEN"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/NYLpe3gBXhnpw4aemSNI",
"resource": {
"resourceType": "Organization",
"id": "NYLpe3gBXhnpw4aemSNI",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1992803266"
}
],
"active": true,
"type": [
{
"text": "OTHER"
}
],
"name": "JOHNS HOPKINS LABORATORY",
"telecom": [
{
"system": "phone",
"value": "4109552660",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "physical",
"text": "6201 GREENLEIGH AVE 2ND FLOOR MIDDLE RIVER MD 212202004",
"line": [
"6201 GREENLEIGH AVE",
"2ND FLOOR"
],
"city": "MIDDLE RIVER",
"state": "MD",
"postalCode": "212202004"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/iG2Id3gBXhnpw4aeArNh",
"resource": {
"resourceType": "Organization",
"id": "iG2Id3gBXhnpw4aeArNh",
"contained": [
{
"resourceType": "Organization",
"id": "b925594d-20d0-4e87-bcf9-cda8e6b6b7cb",
"name": "JOHNS HOPKINS HOSPITAL"
}
],
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1730292053",
"period": {
"start": "2006-08-17T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "THE JOHNS HOPKINS HOSPITAL",
"telecom": [
{
"system": "phone",
"value": "4109331306",
"use": "work"
},
{
"system": "phone",
"value": "4105832679",
"use": "work"
},
{
"system": "fax",
"value": "4109331509",
"use": "work"
},
{
"system": "fax",
"value": "4105832681",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "PO BOX 632049 BALTIMORE MD 212632049 US",
"line": [
"PO BOX 632049"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212632049",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "PO BOX 632049 BALTIMORE MD 212632049 US",
"line": [
"10755 FALLS ROAD",
"SUITE 150"
],
"city": "LUTHERVILLE",
"state": "MD",
"postalCode": "210934535",
"country": "US"
}
],
"partOf": {
"reference": "#4113ba83-dc4f-4af0-89e7-0dd9f046c57e",
"display": "JOHNS HOPKINS HOSPITAL"
},
"contact": [
{
"name": {
"use": "usual",
"text": "REDONDA MILLER",
"family": "MILLER",
"given": [
"REDONDA"
],
"prefix": [
"DR."
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/CimId3gBMPBQXTJ6Cu0-",
"resource": {
"resourceType": "Organization",
"id": "CimId3gBMPBQXTJ6Cu0-",
"contained": [
{
"resourceType": "Organization",
"id": "25fb487d-ec17-4f7a-b6ce-842d1dbe1e30",
"name": "JOHNS HOPKINS HOSPITAL"
}
],
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1730293762",
"period": {
"start": "2006-08-18T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "THE JOHNS HOPKINS HOSPITAL",
"telecom": [
{
"system": "phone",
"value": "4109331306",
"use": "work"
},
{
"system": "phone",
"value": "4109559540",
"use": "work"
},
{
"system": "fax",
"value": "4109331509",
"use": "work"
},
{
"system": "fax",
"value": "4109550856",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "PO BOX 632049 BALTIMORE MD 212632049 US",
"line": [
"PO BOX 632049"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212632049",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "PO BOX 632049 BALTIMORE MD 212632049 US",
"line": [
"10755 FALLS ROAD"
],
"city": "LUTHERVILLE",
"state": "MD",
"postalCode": "210934535",
"country": "US"
}
],
"partOf": {
"reference": "#fc802452-0d5f-4af7-9a84-4731c0d9811d",
"display": "JOHNS HOPKINS HOSPITAL"
},
"contact": [
{
"name": {
"use": "usual",
"text": "RONALD J WERTHMAN",
"family": "WERTHMAN",
"given": [
"RONALD",
"J"
],
"prefix": [
"MR."
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/IXeZd3gBMsQw0dRJS5J_",
"resource": {
"resourceType": "Organization",
"id": "IXeZd3gBMsQw0dRJS5J_",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1356737084",
"period": {
"start": "2015-04-09T00:00:00.00+00:00"
}
}
],
"active": true,
"name": "JOHNS HOPKINS UNIVERSITY",
"telecom": [
{
"system": "phone",
"value": "4106140932",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "855 N WOLFE ST RANGOS 530 BALTIMORE MD 212051503 US",
"line": [
"855 N WOLFE ST",
"RANGOS 530"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212051503",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "855 N WOLFE ST RANGOS 530 BALTIMORE MD 212051503 US",
"line": [
"855 N WOLFE ST",
"RANGOS 520"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "212051503",
"country": "US"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "CHARLOTTE GAYDOS",
"family": "GAYDOS",
"given": [
"CHARLOTTE"
],
"prefix": [
"DR."
],
"suffix": [
"MS",
"MPH",
"DRPH"
]
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "/Organization/G2yFd3gBXhnpw4aeILuH",
"resource": {
"resourceType": "Organization",
"id": "G2yFd3gBXhnpw4aeILuH",
"identifier": [
{
"system": "https://nppes.cms.hhs.gov/#/",
"value": "1922098466",
"period": {
"start": "2005-10-26T00:00:00.00+00:00"
}
}
],
"active": true,
"type": [
{
"text": "GROUP PRACTICE"
}
],
"name": "JOHNS HOPKINS EMERGENCY MEDICAL",
"telecom": [
{
"system": "phone",
"value": "2405291456",
"use": "work"
},
{
"system": "fax",
"value": "3016315589",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "postal",
"text": "PO BOX 418937 BOSTON MA 022418937 US",
"line": [
"PO BOX 418937"
],
"city": "BOSTON",
"state": "MA",
"postalCode": "022418937",
"country": "US"
},
{
"use": "work",
"type": "physical",
"text": "PO BOX 418937 BOSTON MA 022418937 US",
"line": [
"5755 CEDAR LN"
],
"city": "COLUMBIA",
"state": "MD",
"postalCode": "210442912",
"country": "US"
}
],
"contact": [
{
"name": {
"use": "usual",
"text": "CHANTELL MARIE HAINES",
"family": "HAINES",
"given": [
"CHANTELL",
"MARIE"
],
"prefix": [
"MISS"
]
}
}
]
},
"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.
Updated over 3 years ago