This case-sensitive code system https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type
defines the following codes:
Code | Display | Definition |
approvedAmount | Approved Amount | Amount approved for a given claim number. |
tds | TDS Deduction | Amount deducted as TDS for a given claim number. |
serviceTax | Service Tax | Service Tax paid for a given claim. |
recovered | Recovered Amount | Amount recovered from the approved amount for a given claim. |
penalty | Penalty Deduction | Amount deducted as Penalty from a given claim number. |
claimedAmount | Claimed Amount | Amount claimed by the hospital for a given claim number. |
"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "6.5.0"] ; #
fhir:name [ fhir:v "PaymentType"] ; #
fhir:title [ fhir:v "Payment Type"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-11-28"^^xsd:date] ; #
fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; #
fhir:contact ( [
fhir:name [ fhir:v "National Resource Center for EHR Standards" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://nrces.in/" ]
] )
] ) ; #
fhir:description [ fhir:v "This CodeSystem contains a set of codes that can be utilized to describe the type of payment."] ; #
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IN" ] ;
fhir:display [ fhir:v "India" ]
] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "approvedAmount" ] ;
fhir:display [ fhir:v "Approved Amount" ] ;
fhir:definition [ fhir:v "Amount approved for a given claim number." ]
] [
fhir:code [ fhir:v "tds" ] ;
fhir:display [ fhir:v "TDS Deduction" ] ;
fhir:definition [ fhir:v "Amount deducted as TDS for a given claim number." ]
] [
fhir:code [ fhir:v "serviceTax" ] ;
fhir:display [ fhir:v "Service Tax" ] ;
fhir:definition [ fhir:v "Service Tax paid for a given claim." ]
] [
fhir:code [ fhir:v "recovered" ] ;
fhir:display [ fhir:v "Recovered Amount" ] ;
fhir:definition [ fhir:v "Amount recovered from the approved amount for a given claim." ]
] [
fhir:code [ fhir:v "penalty" ] ;
fhir:display [ fhir:v "Penalty Deduction" ] ;
fhir:definition [ fhir:v "Amount deducted as Penalty from a given claim number." ]
] [
fhir:code [ fhir:v "claimedAmount" ] ;
fhir:display [ fhir:v "Claimed Amount" ] ;
fhir:definition [ fhir:v "Amount claimed by the hospital for a given claim number." ]
] ) . #
# -------------------------------------------------------------------------------------