{ "resourceType": "Organization", "id": "uphs", "meta": { "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0" ], "source": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4" }, "identifier": [ { "system": "http://hl7.org/fhir/sid/us-npi", "value": "1568433333" } ], "active": true, "type": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/organization-type", "code": "prov", "display": "Healthcare Provider" } ] } ], "name": "Hospital of the University of Pennsylvania", "alias": ["HUP", "Penn Medicine", "University of Pennsylvania Health System", "UPHS"], "telecom": [ { "system": "phone", "value": "800-789-7366" }, { "system": "url", "value": "https://www.pennmedicine.org" } ], "address": [ { "use": "work", "line": ["3400 Spruce Street"], "city": "Philadelphia", "state": "PA", "postalCode": "19104", "country": "US" } ] }