Dental Data Exchange
1.0.0 - STU 1

This page is part of the Dental Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Organization- Aetna Insurance example - JSON Representation

Raw json | Download


{
  "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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 9316452725</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type pay}\">Payer</span></p><p><b>name</b>: Aetna Insurance</p><p><b>telecom</b>: ph: (+1) 720-677-7777, <a href=\"mailto:customer2-service@Aetna.org\">customer2-service@Aetna.org</a></p><p><b>address</b>: 7555 W Alameda Ave Lakewood CO 80226 USA </p></div>"
  },
  "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"
    }
  ]
}