FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting
Resource TypeOrganization
IdOrganization-organization-payer-upmc.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization organization-payer-upmc

identifier: National Association of Insurance Commissioners (NAIC) Company Codes/95216

active: true

name: UPMC Health Plan

telecom: ph: 1-844-220-4785 TTY: 711(Work), ph: 1-866-406-8762(Work)

address: UPMC Health Plan Attn: Commercial Plans U.S. Steel Tower 600 Grant Street Pittsburgh PA 15219


Source1

{
  "resourceType": "Organization",
  "id": "organization-payer-upmc",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.6.300",
      "value": "95216"
    }
  ],
  "active": true,
  "name": "UPMC Health Plan",
  "telecom": [
    {
      "system": "phone",
      "value": "1-844-220-4785 TTY: 711",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "1-866-406-8762",
      "use": "work"
    }
  ],
  "address": [
    {
      "type": "physical",
      "line": [
        "UPMC Health Plan",
        "Attn: Commercial Plans",
        "U.S. Steel Tower",
        "600 Grant Street"
      ],
      "city": "Pittsburgh",
      "state": "PA",
      "postalCode": "15219"
    }
  ]
}