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
| Page standards status: Informative |
@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-provider-matched-group> a fhir:Group ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-provider-matched-group"] ;
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2024-12-16T10:00:00Z"^^xsd:dateTime ]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<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>"
] ;
fhir:DomainResource.contained [
a fhir:Patient ;
fhir:index 0 ;
fhir:Resource.id [ fhir:value "prov-patient-1" ] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.family [ fhir:value "Johnson" ] ;
fhir:HumanName.given [
fhir:value "Robert" ;
fhir:index 0
]
] ;
fhir:Patient.gender [ fhir:value "male" ] ;
fhir:Patient.birthDate [ fhir:value "1965-03-15"^^xsd:date ]
] ;
fhir:Group.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://example.org/payer/match-groups" ] ;
fhir:Identifier.value [ fhir:value "MTG-2024-12-16-001" ] ;
fhir:Identifier.assigner [
fhir:Reference.display [ fhir:value "Example Payer" ]
]
], [
fhir:index 1 ;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
fhir:Identifier.value [ fhir:value "1982947230" ] ;
fhir:Identifier.assigner [
fhir:Reference.display [ fhir:value "Provider Organization" ]
]
] ;
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/PdexMultiMemberMatchResultCS" ] ;
fhir:Coding.code [ fhir:value "match" ] ;
fhir:Coding.display [ fhir:value "Matched" ]
]
] ;
fhir:Group.quantity [ fhir:value "1"^^xsd:nonNegativeInteger] ;
fhir:Group.managingEntity [
fhir:link <http://hl7.org/fhir/Organization/Payer1> ;
fhir:Reference.reference [ fhir:value "Organization/Payer1" ] ;
fhir:Reference.identifier [
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PDexIdentifierType" ] ;
fhir:Coding.code [ fhir:value "naiccode" ] ;
fhir:Coding.display [ fhir:value "NAIC Code" ]
]
] ;
fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.6.300" ] ;
fhir:Identifier.value [ fhir:value "12345" ]
] ;
fhir:Reference.display [ fhir:value "Example Payer Organization" ]
] ;
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/PdexMultiMemberMatchResultCS" ] ;
fhir:Coding.code [ fhir:value "match" ] ;
fhir:Coding.display [ fhir:value "Matched" ]
]
] ;
fhir:Group.characteristic.valueReference [
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
fhir:Identifier.value [ fhir:value "1982947230" ]
] ;
fhir:Reference.display [ fhir:value "Provider Organization" ]
] ;
fhir:Group.characteristic.exclude [ fhir:value "false"^^xsd:boolean ] ;
fhir:Group.characteristic.period [
fhir:Period.start [ fhir:value "2024-12-16"^^xsd:date ]
]
] ;
fhir:Group.member [
fhir:index 0 ;
fhir:Group.member.entity [
fhir:link <http://hl7.org/fhir/Patient/payer-member-001> ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters" ] ;
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "#prov-patient-1" ]
]
] ;
fhir:Reference.reference [ fhir:value "Patient/payer-member-001" ] ;
fhir:Reference.display [ fhir:value "Robert Michael Johnson" ]
] ;
fhir:Group.member.inactive [ fhir:value "false"^^xsd:boolean ]
] .
<http://hl7.org/fhir/Organization/Payer1> a fhir:Organization .
<http://hl7.org/fhir/Patient/payer-member-001> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Group/example-provider-matched-group.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Group/example-provider-matched-group.ttl> .
IG © 2024+ HL7 International / Financial Management. Package hl7.fhir.us.davinci-pdex#2.2.0 based on FHIR 4.0.1. Generated 2026-06-29
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
