FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Organization |
| Id | Organization-Aetna-organization.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
]
}