FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Payment Type - XML Representation

Draft as of 2023-11-28

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ndhm-payment-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem ndhm-payment-type</b></p><a name="ndhm-payment-type"> </a><a name="hcndhm-payment-type"> </a><a name="ndhm-payment-type-hi-IN"> </a><p>This case-sensitive code system <code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type</code> 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">approvedAmount<a name="ndhm-payment-type-approvedAmount"> </a></td><td>Approved Amount</td><td>Amount approved for a given claim number.</td></tr><tr><td style="white-space:nowrap">tds<a name="ndhm-payment-type-tds"> </a></td><td>TDS Deduction</td><td>Amount deducted as TDS for a given claim number.</td></tr><tr><td style="white-space:nowrap">serviceTax<a name="ndhm-payment-type-serviceTax"> </a></td><td>Service Tax</td><td>Service Tax paid for a given claim.</td></tr><tr><td style="white-space:nowrap">recovered<a name="ndhm-payment-type-recovered"> </a></td><td>Recovered Amount</td><td>Amount recovered from the approved amount for a given claim.</td></tr><tr><td style="white-space:nowrap">penalty<a name="ndhm-payment-type-penalty"> </a></td><td>Penalty Deduction</td><td>Amount deducted as Penalty from a given claim number.</td></tr><tr><td style="white-space:nowrap">claimedAmount<a name="ndhm-payment-type-claimedAmount"> </a></td><td>Claimed Amount</td><td>Amount claimed by the hospital for a given claim number.</td></tr></table></div>
  </text>
  <url value="https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type"/>
  <version value="6.5.0"/>
  <name value="PaymentType"/>
  <title value="Payment Type"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2023-11-28"/>
  <publisher value="National Resource Center for EHR Standards"/>
  <contact>
    <name value="National Resource Center for EHR Standards"/>
    <telecom>
      <system value="url"/>
      <value value="https://nrces.in/"/>
    </telecom>
  </contact>
  <description
               value="This CodeSystem contains a set of codes that can be utilized to describe the type of payment."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="IN"/>
      <display value="India"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="6"/>
  <concept>
    <code value="approvedAmount"/>
    <display value="Approved Amount"/>
    <definition value="Amount approved for a given claim number."/>
  </concept>
  <concept>
    <code value="tds"/>
    <display value="TDS Deduction"/>
    <definition value="Amount deducted as TDS for a given claim number."/>
  </concept>
  <concept>
    <code value="serviceTax"/>
    <display value="Service Tax"/>
    <definition value="Service Tax paid for a given claim."/>
  </concept>
  <concept>
    <code value="recovered"/>
    <display value="Recovered Amount"/>
    <definition
                value="Amount recovered from the approved amount for a given claim."/>
  </concept>
  <concept>
    <code value="penalty"/>
    <display value="Penalty Deduction"/>
    <definition
                value="Amount deducted as Penalty from a given claim number."/>
  </concept>
  <concept>
    <code value="claimedAmount"/>
    <display value="Claimed Amount"/>
    <definition
                value="Amount claimed by the hospital for a given claim number."/>
  </concept>
</CodeSystem>