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 - TTL Representation

Draft as of 2023-11-28

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ndhm-payment-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"^^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." ]
  ] ) . #