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-consent-constrained-group"/>
<meta>
<lastUpdated value="2024-12-16T10:00:00Z"/>
<profile
value="http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-provider-member-no-match"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><h2>Provider Consent Constrained Group</h2><p>Members matched but opted out of Provider Access API data sharing.</p></div>
</text>
<contained>
<Patient>
<id value="prov-patient-3"/>
<meta>
<profile
value="http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-demographics"/>
</meta>
<name>
<use value="official"/>
<family value="Williams"/>
<given value="Sarah"/>
</name>
<gender value="female"/>
<birthDate value="1982-11-05"/>
</Patient>
</contained>
<identifier>
<system value="http://example.org/payer/match-groups"/>
<value value="CCG-2024-12-16-001"/>
<assigner>
<display value="Example Payer"/>
</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="consentconstraint"/>
<display value="Consent Constraint"/>
</coding>
</code>
<managingEntity>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="5555555555"/>
</identifier>
<display value="Example Payer Organization"/>
</managingEntity>
<member>
<entity>
<extension
url="http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters">
<valueReference>
<reference value="#prov-patient-3"/>
</valueReference>
</extension>
<reference value="#prov-patient-3"/>
</entity>
</member>
</Group>