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

FHIR IG analytics

Packagehl7.fhir.us.carin-bb
Resource TypeOrganization
IdOrganization-Payer2.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 Payer2

Last updated: 2020-09-08 00:00:00+0000; Language: en

Profile: C4BB Organizationversion: null2.2.0)

identifier: NAIC Code/95216

active: true

type: Payer

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": "Payer2",
  "meta": {
    "lastUpdated": "2020-09-08T00:00:00+00:00",
    "profile": [
      "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization|2.2.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
            "code": "naiccode",
            "display": "NAIC Code"
          }
        ],
        "text": "NAIC Code"
      },
      "system": "urn:oid:2.16.840.1.113883.6.300",
      "value": "95216"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "pay"
        }
      ],
      "text": "Payer"
    }
  ],
  "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"
    }
  ]
}