Consumer-Directed Payer Data Exchange
- Release 0.1.0

This page is part of the CARIN Blue Button Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

XML Format: CodeSystem-CARIN-BB-Related-Claim-Relationship

Raw xml


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="CARIN-BB-Related-Claim-Relationship"/>
  <meta>
    <versionId value="3"/>
    <lastUpdated value="2019-12-01T19:03:36.000+00:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>CARIN Blue Button Related Claim Relationship Code System</h2><p>This code system http://hl7.org/fhir/us/carin/CodeSystem/carin-bb-relatedclaimrelationship defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">prior<a name="CARIN-BB-Related-Claim-Relationship-prior"> </a></td><td>Prior claim</td><td/></tr><tr><td style="white-space:nowrap">replaced<a name="CARIN-BB-Related-Claim-Relationship-replaced"> </a></td><td>Replaced claim</td><td/></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/us/carin/CodeSystem/carin-bb-relatedclaimrelationship"/>
  <version value="0.1.0"/>
  <name value="CARINBBRelatedClaimRelationship"/>
  <title value="CARIN Blue Button Related Claim Relationship Code System"/>
  <status value="draft"/>
  <date value="2019-12-23T19:40:59+00:00"/>
  <publisher value="CARIN Alliance"/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="prior"/>
    <display value="Prior claim"/>
  </concept>
  <concept>
    <code value="replaced"/>
    <display value="Replaced claim"/>
  </concept>
</CodeSystem>