Dental Data Exchange
1.0.0 - CI Build United States of America flag

Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dental-data-exchange/ and changes regularly. See the Directory of published versions

: Organization- Aetna Insurance example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Aetna-organization"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2020-07-30T21:58:51.501+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#kXzRC4nyKWAMxj7m"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"Aetna-organization\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization &quot;Aetna-organization&quot; Version &quot;3&quot; Updated &quot;2020-07-30 21:58:51+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #kXzRC4nyKWAMxj7m!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-organization.html\">US Core Organization Profile</a></p></div><p><b>identifier</b>: <code>http://hl7.org/fhir/sid/us-npi</code>/9316452725</p><p><b>active</b>: true</p><p><b>type</b>: Payer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-organization-type.html\">Organization type</a>#pay)</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>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9316452725" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pay" ] ;
fhir:display [ fhir:v "Payer" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Aetna Insurance"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(+1) 720-677-7777" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "customer2-service@Aetna.org" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "7555 W Alameda Ave" ] ) ;
fhir:city [ fhir:v "Lakewood" ] ;
fhir:state [ fhir:v "CO" ] ;
fhir:postalCode [ fhir:v "80226" ] ;
fhir:country [ fhir:v "USA" ]
  ] ) . #