This page is part of the Da Vinci Payer Data Exchange (v2.1.0-ballot: STU2.1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<Group xmlns="http://hl7.org/fhir">
<id value="example-pdex-member-consent-constraint-group"/>
<meta>
<lastUpdated value="2024-03-20T09:00:00.000Z"/>
<profile
value="http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-member-no-match-group"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Default Generated text for resource.</div>
</text>
<contained>
<Patient>
<id value="4"/>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MB"/>
</coding>
</type>
<system value="http://example.org/old-payer/identifiers/member"/>
<value value="45567"/>
<assigner>
<display value="Old Payer"/>
</assigner>
</identifier>
<name>
<use value="official"/>
<family value="Noway"/>
<given value="Janis"/>
<given value="Noelle"/>
</name>
<gender value="female"/>
<birthDate value="1956-12-25"/>
</Patient>
</contained>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="0123456789"/>
</identifier>
<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="9876543210"/>
</identifier>
<display value="Old Health Plan"/>
</managingEntity>
<member>
<entity>
<extension
url="http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters">
<valueReference>
<reference value="#4"/>
</valueReference>
</extension>
<reference value="#4"/>
</entity>
</member>
</Group>