FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ndhm-payment-type

Packagendhm.in
TypeCodeSystem
Idndhm-payment-type
FHIR VersionR4
Sourcehttps://nrces.in/ndhm/fhir/r4/https://nrces.in/ndhm/fhir/r4/6.5.0/CodeSystem-ndhm-payment-type.html
URLhttps://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type
Version6.5.0
Statusdraft
Date2023-11-28
NamePaymentType
TitlePayment Type
Realmin
Authoritynational
DescriptionThis CodeSystem contains a set of codes that can be utilized to describe the type of payment.
Contentcomplete

Resources that use this resource

ValueSet
ndhm-payment-typePayment Type

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem ndhm-payment-type

This case-sensitive code system https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type defines the following codes:

CodeDisplayDefinition
approvedAmount Approved AmountAmount approved for a given claim number.
tds TDS DeductionAmount deducted as TDS for a given claim number.
serviceTax Service TaxService Tax paid for a given claim.
recovered Recovered AmountAmount recovered from the approved amount for a given claim.
penalty Penalty DeductionAmount deducted as Penalty from a given claim number.
claimedAmount Claimed AmountAmount claimed by the hospital for a given claim number.

Source

{
  "resourceType": "CodeSystem",
  "id": "ndhm-payment-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}