Penn Medicine · Example Payload

Penn Medicine Fhir Organization Example

HealthcareHospitalAcademic Medical CenterFHIRSMART On FHIRPatient AccessProvider DirectoryCMS InteroperabilityUS CoreBulk DataEpic

Penn Medicine Fhir Organization Example is an example object payload from Penn Medicine, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resourceTypeidmetaidentifieractivetypenamealiastelecomaddress

Example Payload

Raw ↑
{
  "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"
    }
  ]
}