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 |
<Group xmlns="http://hl7.org/fhir">
<id value="example-provider-matched-group"/>
<meta>
<lastUpdated value="2024-12-16T10:00:00Z"/>
<profile
value="http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-provider-member-match"/>
</meta>
<text>
<status value="generated"/>
<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>
</text>
<contained>
<Patient>
<id value="prov-patient-1"/>
<meta>
<profile
value="http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-demographics"/>
</meta>
<name>
<use value="official"/>
<family value="Johnson"/>
<given value="Robert"/>
</name>
<gender value="male"/>
<birthDate value="1965-03-15"/>
</Patient>
</contained>
<identifier>
<system value="http://example.org/payer/match-groups"/>
<value value="MTG-2024-12-16-001"/>
<assigner>
<display value="Example Payer"/>
</assigner>
</identifier>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="1982947230"/>
<assigner>
<display value="Provider Organization"/>
</assigner>
</identifier>
<active value="true"/>
<type value="person"/>
<actual value="true"/>
<code>
<coding>
<system
value="http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS"/>
<code value="match"/>
<display value="Matched"/>
</coding>
</code>
<quantity value="1"/>
<managingEntity>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="5555555555"/>
</identifier>
<display value="Example Payer Organization"/>
</managingEntity>
<characteristic>
<code>
<coding>
<system
value="http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS"/>
<code value="match"/>
<display value="Matched"/>
</coding>
</code>
<valueReference>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="1982947230"/>
</identifier>
<display value="Provider Organization"/>
</valueReference>
<exclude value="false"/>
<period>
<start value="2024-12-16"/>
</period>
</characteristic>
<member>
<entity>🔗
<extension
url="http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters">
<valueReference>
<reference value="#prov-patient-1"/>
</valueReference>
</extension>
<reference value="Patient/payer-member-001"/>
<display value="Robert Michael Johnson"/>
</entity>
<inactive value="false"/>
</member>
</Group>