FHIR Implementation Guide for ABDM
6.5.0 - active
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
Draft as of 2023-11-28 |
{
"resourceType" : "CodeSystem",
"id" : "ndhm-payment-type",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"url" : "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type",
"version" : "6.5.0",
"name" : "PaymentType",
"title" : "Payment Type",
"status" : "draft",
"experimental" : false,
"date" : "2023-11-28",
"publisher" : "National Resource Center for EHR Standards",
"contact" : [
{
"name" : "National Resource Center for EHR Standards",
"telecom" : [
{
"system" : "url",
"value" : "https://nrces.in/"
}
]
}
],
"description" : "This CodeSystem contains a set of codes that can be utilized to describe the type of payment.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "IN",
"display" : "India"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 6,
"concept" : [
{
"code" : "approvedAmount",
"display" : "Approved Amount",
"definition" : "Amount approved for a given claim number."
},
{
"code" : "tds",
"display" : "TDS Deduction",
"definition" : "Amount deducted as TDS for a given claim number."
},
{
"code" : "serviceTax",
"display" : "Service Tax",
"definition" : "Service Tax paid for a given claim."
},
{
"code" : "recovered",
"display" : "Recovered Amount",
"definition" : "Amount recovered from the approved amount for a given claim."
},
{
"code" : "penalty",
"display" : "Penalty Deduction",
"definition" : "Amount deducted as Penalty from a given claim number."
},
{
"code" : "claimedAmount",
"display" : "Claimed Amount",
"definition" : "Amount claimed by the hospital for a given claim number."
}
]
}