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

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypeOrganization
IdOrganization-Aetna-organization.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 Aetna-organization

version: 3; Last updated: 2020-07-30 21:58:51+0000;

Information Source: #kXzRC4nyKWAMxj7m

Profile: US Core Organization Profile

identifier: NPI/9316452725

active: true

type: Payer

name: Aetna Insurance

telecom: ph: (+1) 720-677-7777, customer2-service@Aetna.org

address: 7555 W Alameda Ave Lakewood CO 80226 USA


Source1

{
  "resourceType": "Organization",
  "id": "Aetna-organization",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2020-07-30T21:58:51.501+00:00",
    "source": "#kXzRC4nyKWAMxj7m",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9316452725"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "pay",
          "display": "Payer"
        }
      ]
    }
  ],
  "name": "Aetna Insurance",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 720-677-7777"
    },
    {
      "system": "email",
      "value": "customer2-service@Aetna.org"
    }
  ],
  "address": [
    {
      "line": [
        "7555 W Alameda Ave"
      ],
      "city": "Lakewood",
      "state": "CO",
      "postalCode": "80226",
      "country": "USA"
    }
  ]
}