FHIR Implementation Guide for ABDM
3.0.1 - CI Build India flag


banner

FHIR Implementation Guide for ABDM - Local Development build (v3.0.1). See the Directory of published versions

: Claim/example-01 - XML Representation

Raw xml | Download



<Claim xmlns="http://hl7.org/fhir">
  <id value="example-01"/>
  <meta>
    <profile value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/Claim"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Claim</b><a name="example-01"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Claim "example-01" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Claim.html">Claim</a></p></div><p><b>identifier</b>: id: 7612345</p><p><b>status</b>: active</p><p><b>type</b>: Pharmacy <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-claim-type.html">Claim Type Codes</a>#pharmacy)</span></p><p><b>use</b>: claim</p><p><b>patient</b>: <a href="Patient-example-01.html">Patient/example-01</a> ""</p><p><b>created</b>: 2014-08-16</p><p><b>insurer</b>: <a href="Organization-example-01.html">Organization/example-01</a> "XYZ Lab Pvt.Ltd."</p><p><b>provider</b>: <a href="Organization-example-01.html">Organization/example-01</a> "XYZ Lab Pvt.Ltd."</p><p><b>priority</b>: Immediate <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-processpriority.html">Process Priority Codes</a>#stat)</span></p><h3>Payees</h3><table class="grid"><tr><td>-</td><td><b>Type</b></td></tr><tr><td>*</td><td>Provider <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-payeetype.html">Claim Payee Type Codes</a>#provider)</span></td></tr></table><h3>CareTeams</h3><table class="grid"><tr><td>-</td><td><b>Sequence</b></td><td><b>Provider</b></td></tr><tr><td>*</td><td>1</td><td><a href="Practitioner-example-01.html">Practitioner/example-01</a> ""</td></tr></table><h3>Diagnoses</h3><table class="grid"><tr><td>-</td><td><b>Sequence</b></td><td><b>Diagnosis[x]</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>1</td><td>654456 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ([not stated]#654456)</span></td><td>Oral <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-claim-type.html">Claim Type Codes</a>#oral)</span></td></tr></table><h3>Insurances</h3><table class="grid"><tr><td>-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td><td><b>PreAuthRef</b></td></tr><tr><td>*</td><td>1</td><td>true</td><td><a href="Coverage-example-01.html">Coverage/example-01</a></td><td>12345</td></tr></table><blockquote><p><b>item</b></p><p><b>sequence</b>: 1</p><p><b>careTeamSequence</b>: 1</p><p><b>productOrService</b>: Smoking cessation <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/R4/codesystem-service-pharmacy.html">Example Pharmacy Service Codes</a>#smokecess)</span></p><p><b>serviced</b>: 2014-08-16</p><h3>UnitPrices</h3><table class="grid"><tr><td>-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td>*</td><td>60.00</td><td>INR</td></tr></table><h3>Nets</h3><table class="grid"><tr><td>-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td>*</td><td>60.00</td><td>INR</td></tr></table></blockquote></div>
  </text>
  <identifier>
    <system value="http://happypharma.com/claim"/>
    <value value="7612345"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/claim-type"/>
      <code value="pharmacy"/>
    </coding>
  </type>
  <use value="claim"/>
  <patient>
    <reference value="Patient/example-01"/>
  </patient>
  <created value="2014-08-16"/>
  <insurer>
    <reference value="Organization/example-01"/>
  </insurer>
  <provider>
    <reference value="Organization/example-01"/>
  </provider>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/processpriority"/>
      <code value="stat"/>
    </coding>
  </priority>
  <payee>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/payeetype"/>
        <code value="provider"/>
      </coding>
    </type>
  </payee>
  <careTeam>
    <sequence value="1"/>
    <provider>
      <reference value="Practitioner/example-01"/>
    </provider>
  </careTeam>
  <diagnosis>
    <sequence value="1"/>
    <diagnosisCodeableConcept>
      <coding>
        <code value="654456"/>
      </coding>
    </diagnosisCodeableConcept>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/claim-type"/>
        <code value="oral"/>
      </coding>
    </type>
  </diagnosis>
  <insurance>
    <sequence value="1"/>
    <focal value="true"/>
    <coverage>
      <reference value="Coverage/example-01"/>
    </coverage>
    <preAuthRef value="12345"/>
  </insurance>
  <item>
    <sequence value="1"/>
    <careTeamSequence value="1"/>
    <productOrService>
      <coding>
        <system value="http://hl7.org/fhir/ex-pharmaservice"/>
        <code value="smokecess"/>
      </coding>
    </productOrService>
    <servicedDate value="2014-08-16"/>
    <unitPrice>
      <value value="60.00"/>
      <currency value="INR"/>
    </unitPrice>
    <net>
      <value value="60.00"/>
      <currency value="INR"/>
    </net>
  </item>
</Claim>