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 Provider Matched Members 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-provider-matched-group"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2024-12-16T10:00:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-provider-member-match"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-provider-member-match>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Provider Matched Members Group</h2><p>Members with confirmed treatment relationships authorized for provider data access.</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:contained ( [
a fhir:Patient ;
fhir:id [ fhir:v "prov-patient-1" ] ;
fhir:meta [
      ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-demographics"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-demographics>       ] )     ] ;
    ( fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Johnson" ] ;
      ( fhir:given [ fhir:v "Robert" ] )     ] ) ;
fhir:gender [ fhir:v "male" ] ;
fhir:birthDate [ fhir:v "1965-03-15"^^xsd:date ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/payer/match-groups"^^xsd:anyURI ;
fhir:l <http://example.org/payer/match-groups>     ] ;
fhir:value [ fhir:v "MTG-2024-12-16-001" ] ;
fhir:assigner [
fhir:display [ fhir:v "Example Payer" ]     ]
  ] [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/us-npi>     ] ;
fhir:value [ fhir:v "1982947230" ] ;
fhir:assigner [
fhir:display [ fhir:v "Provider Organization" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v true] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS>       ] ;
fhir:code [ fhir:v "match" ] ;
fhir:display [ fhir:v "Matched" ]     ] )
  ] ; # 
  fhir:quantity [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:managingEntity [
fhir:identifier [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/us-npi>       ] ;
fhir:value [ fhir:v "5555555555" ]     ] ;
fhir:display [ fhir:v "Example Payer Organization" ]
  ] ; # 
  fhir:characteristic ( [
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS>         ] ;
fhir:code [ fhir:v "match" ] ;
fhir:display [ fhir:v "Matched" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:identifier [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/us-npi>         ] ;
fhir:value [ fhir:v "1982947230" ]       ] ;
fhir:display [ fhir:v "Provider Organization" ]     ] ;
fhir:exclude [ fhir:v false ] ;
fhir:period [
fhir:start [ fhir:v "2024-12-16"^^xsd:date ]     ]
  ] ) ; # 
  fhir:member ( [
fhir:entity [
fhir:l fhir:Patient/payer-member-001 ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters>         ] ;
fhir:value [
a fhir:Reference ;
fhir:l <#prov-patient-1> ;
fhir:reference [ fhir:v "#prov-patient-1" ]         ]       ] ) ;
fhir:reference [ fhir:v "Patient/payer-member-001" ] ;
fhir:display [ fhir:v "Robert Michael Johnson" ]     ] ;
fhir:inactive [ fhir:v false ]
  ] ) . #