Da Vinci Payer Data Exchange
2.2.0 - STU 2.2 United States of America flag

Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-epdx/ and changes regularly. See the Directory of published versions

: Example-PDex-Provider-Group - TTL Representation

Page standards status: Informative

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Group/Example-PDex-Provider-Group> a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Example-PDex-Provider-Group"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2024-03-21T17:18:00.000Z"^^xsd:dateTime ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group Example-PDex-Provider-Group</b></p><a name=\"Example-PDex-Provider-Group\"> </a><a name=\"hcExample-PDex-Provider-Group\"> </a><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\">Last updated: 2024-03-21 17:18:00+0000</p></div><p><b>Attribution List Status</b>: final</p><p><b>Members Opted-out</b>: 5</p><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.0.1/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1122334455, <a href=\"http://terminology.hl7.org/6.2.0/NamingSystem-USEIN.html\" title=\"An Employer Identification Number (EIN) is also known as a Federal Tax Identification Number, and is used to identify a business entity.\">United States Employer Identification Number</a>/99-12345</p><p><b>active</b>: true</p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMemberAttributionCS pdexprovidergroup}\">PDex Provider Group</span></p><p><b>name</b>: Attributed List of Health Plan Members for Practitioner 1122334455.</p><p><b>managingEntity</b>: <a href=\"Organization-Payer1.html\">Organization Payer 1</a></p><h3>Characteristics</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td><td><b>Exclude</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMemberAttributionCS pdexprovidergroup}\">PDex Provider Group</span></td><td>Identifier: <a href=\"http://terminology.hl7.org/7.0.1/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/0123456789</td><td>false</td><td>2024-03-21 --&gt; (ongoing)</td></tr></table><blockquote><p><b>member</b></p><blockquote><p><b>id</b></p>0</blockquote><p><b>entity</b>: <a href=\"Patient-1001.html\">Patricia Ann Person (official) Female, DoB: 1974-12-25 ( Member Number)</a></p></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-attributionListStatus" ] ;
     fhir:Extension.valueCode [ fhir:value "final" ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-members-opted-out" ] ;
     fhir:Extension.valueQuantity [
       fhir:Quantity.value [ fhir:value "5"^^xsd:decimal ]
     ]
  ] ;
  fhir:Group.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
     fhir:Identifier.value [ fhir:value "1122334455" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.4.4" ] ;
     fhir:Identifier.value [ fhir:value "99-12345" ]
  ] ;
  fhir:Group.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Group.type [ fhir:value "person"] ;
  fhir:Group.actual [ fhir:value "true"^^xsd:boolean] ;
  fhir:Group.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMemberAttributionCS" ] ;
       fhir:Coding.code [ fhir:value "pdexprovidergroup" ] ;
       fhir:Coding.display [ fhir:value "PDex Provider Group" ]
     ]
  ] ;
  fhir:Group.name [ fhir:value "Attributed List of Health Plan Members for Practitioner 1122334455."] ;
  fhir:Group.managingEntity [
     fhir:link <http://hl7.org/fhir/Organization/Payer1> ;
     fhir:Reference.reference [ fhir:value "Organization/Payer1" ]
  ] ;
  fhir:Group.characteristic [
     fhir:index 0 ;
     fhir:Group.characteristic.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMemberAttributionCS" ] ;
         fhir:Coding.code [ fhir:value "pdexprovidergroup" ] ;
         fhir:Coding.display [ fhir:value "PDex Provider Group" ]
       ]
     ] ;
     fhir:Group.characteristic.valueReference [
       fhir:Reference.identifier [
         fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
         fhir:Identifier.value [ fhir:value "0123456789" ]
       ]
     ] ;
     fhir:Group.characteristic.exclude [ fhir:value "false"^^xsd:boolean ] ;
     fhir:Group.characteristic.period [
       fhir:Period.start [ fhir:value "2024-03-21"^^xsd:date ]
     ]
  ] ;
  fhir:Group.member [
     fhir:index 0 ;
     fhir:Element.id [ fhir:value "0" ] ;
     fhir:Group.member.entity [
       fhir:link <http://hl7.org/fhir/Patient/1001> ;
       fhir:Reference.reference [ fhir:value "Patient/1001" ]
     ]
  ] .

<http://hl7.org/fhir/Organization/Payer1> a fhir:Organization .

<http://hl7.org/fhir/Patient/1001> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Group/Example-PDex-Provider-Group.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Group/Example-PDex-Provider-Group.ttl> .