FHIR Implementation Guide for ABDM - Local Development build (v7.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/PaymentReconciliation/example-01> a fhir:PaymentReconciliation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-01"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentReconciliation" ;
fhir:index 0 ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentReconciliation>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PaymentReconciliation example-01</b></p><a name=\"example-01\"> </a><a name=\"hcexample-01\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PaymentReconciliation.html\">PaymentReconciliation</a></p></div><p><b>identifier</b>: <code>http://www.BenefitsInc.com/fhir/enrollmentresponse</code>/781234</p><p><b>status</b>: Active</p><p><b>period</b>: 2024-03-01 11:01:00+0500 --> 2024-03-31 11:01:00+0500</p><p><b>created</b>: 2024-03-31</p><p><b>paymentIssuer</b>: <a href=\"Organization-example-02.html\">Organization XYZ Insurance Co. Ltd.</a></p><p><b>requestor</b>: <a href=\"Organization-example-03.html\">Organization XYZ Hospital Co. Ltd.</a></p><p><b>outcome</b>: Processing Complete</p><p><b>disposition</b>: 2024 march month settlement.</p><p><b>paymentDate</b>: 2024-03-31</p><h3>PaymentAmounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>180000</td><td>Indian rupee</td></tr></table><p><b>paymentIdentifier</b>: UTRNUMBER2920287229</p><blockquote><p><b>detail</b></p><p><b>identifier</b>: CLAIMREFNUM7612345</p><p><b>type</b>: <span title=\"Codes:{https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type approvedAmount}\">Approved Amount</span></p><p><b>date</b>: 2024-03-31</p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>90000</td><td>Indian rupee</td></tr></table></blockquote><blockquote><p><b>detail</b></p><p><b>identifier</b>: CLAIMREFNUM7612345</p><p><b>type</b>: <span title=\"Codes:{https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type tds}\">TDS Deduction</span></p><p><b>date</b>: 2024-03-31</p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>9000</td><td>Indian rupee</td></tr></table></blockquote><blockquote><p><b>detail</b></p><p><b>identifier</b>: CLAIMREFNUM6789054</p><p><b>type</b>: <span title=\"Codes:{https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type approvedAmount}\">Approved Amount</span></p><p><b>date</b>: 2024-03-31</p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>110000</td><td>Indian rupee</td></tr></table></blockquote><blockquote><p><b>detail</b></p><p><b>identifier</b>: CLAIMREFNUM6789054</p><p><b>type</b>: <span title=\"Codes:{https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type tds}\">TDS Deduction</span></p><p><b>date</b>: 2024-03-31</p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>11000</td><td>Indian rupee</td></tr></table></blockquote></div>"
] ;
fhir:PaymentReconciliation.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://www.BenefitsInc.com/fhir/enrollmentresponse" ] ;
fhir:Identifier.value [ fhir:value "781234" ]
] ;
fhir:PaymentReconciliation.status [ fhir:value "active"] ;
fhir:PaymentReconciliation.period [
fhir:Period.start [ fhir:value "2024-03-01T11:01:00+05:00"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2024-03-31T11:01:00+05:00"^^xsd:dateTime ]
] ;
fhir:PaymentReconciliation.created [ fhir:value "2024-03-31"^^xsd:date] ;
fhir:PaymentReconciliation.paymentIssuer [
fhir:link <http://hl7.org/fhir/Organization/example-02> ;
fhir:Reference.reference [ fhir:value "Organization/example-02" ]
] ;
fhir:PaymentReconciliation.requestor [
fhir:link <http://hl7.org/fhir/Organization/example-03> ;
fhir:Reference.reference [ fhir:value "Organization/example-03" ]
] ;
fhir:PaymentReconciliation.outcome [ fhir:value "complete"] ;
fhir:PaymentReconciliation.disposition [ fhir:value "2024 march month settlement."] ;
fhir:PaymentReconciliation.paymentDate [ fhir:value "2024-03-31"^^xsd:date] ;
fhir:PaymentReconciliation.paymentAmount [
fhir:Money.value [ fhir:value "180000"^^xsd:decimal ] ;
fhir:Money.currency [ fhir:value "INR" ]
] ;
fhir:PaymentReconciliation.paymentIdentifier [
fhir:Identifier.value [ fhir:value "UTRNUMBER2920287229" ]
] ;
fhir:PaymentReconciliation.detail [
fhir:index 0 ;
fhir:PaymentReconciliation.detail.identifier [
fhir:Identifier.value [ fhir:value "CLAIMREFNUM7612345" ]
] ;
fhir:PaymentReconciliation.detail.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type" ] ;
fhir:Coding.code [ fhir:value "approvedAmount" ] ;
fhir:Coding.display [ fhir:value "Approved Amount" ]
]
] ;
fhir:PaymentReconciliation.detail.date [ fhir:value "2024-03-31"^^xsd:date ] ;
fhir:PaymentReconciliation.detail.amount [
fhir:Money.value [ fhir:value "90000"^^xsd:decimal ] ;
fhir:Money.currency [ fhir:value "INR" ]
]
], [
fhir:index 1 ;
fhir:PaymentReconciliation.detail.identifier [
fhir:Identifier.value [ fhir:value "CLAIMREFNUM7612345" ]
] ;
fhir:PaymentReconciliation.detail.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type" ] ;
fhir:Coding.code [ fhir:value "tds" ] ;
fhir:Coding.display [ fhir:value "TDS Deduction" ]
]
] ;
fhir:PaymentReconciliation.detail.date [ fhir:value "2024-03-31"^^xsd:date ] ;
fhir:PaymentReconciliation.detail.amount [
fhir:Money.value [ fhir:value "9000"^^xsd:decimal ] ;
fhir:Money.currency [ fhir:value "INR" ]
]
], [
fhir:index 2 ;
fhir:PaymentReconciliation.detail.identifier [
fhir:Identifier.value [ fhir:value "CLAIMREFNUM6789054" ]
] ;
fhir:PaymentReconciliation.detail.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type" ] ;
fhir:Coding.code [ fhir:value "approvedAmount" ] ;
fhir:Coding.display [ fhir:value "Approved Amount" ]
]
] ;
fhir:PaymentReconciliation.detail.date [ fhir:value "2024-03-31"^^xsd:date ] ;
fhir:PaymentReconciliation.detail.amount [
fhir:Money.value [ fhir:value "110000"^^xsd:decimal ] ;
fhir:Money.currency [ fhir:value "INR" ]
]
], [
fhir:index 3 ;
fhir:PaymentReconciliation.detail.identifier [
fhir:Identifier.value [ fhir:value "CLAIMREFNUM6789054" ]
] ;
fhir:PaymentReconciliation.detail.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type" ] ;
fhir:Coding.code [ fhir:value "tds" ] ;
fhir:Coding.display [ fhir:value "TDS Deduction" ]
]
] ;
fhir:PaymentReconciliation.detail.date [ fhir:value "2024-03-31"^^xsd:date ] ;
fhir:PaymentReconciliation.detail.amount [
fhir:Money.value [ fhir:value "11000"^^xsd:decimal ] ;
fhir:Money.currency [ fhir:value "INR" ]
]
] .
<http://hl7.org/fhir/Organization/example-02> a fhir:Organization .
<http://hl7.org/fhir/Organization/example-03> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/PaymentReconciliation/example-01.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/PaymentReconciliation/example-01.ttl> .
IG © 2024+ National Resource Center for EHR Standards. Package ndhm.in#7.0.0 based on FHIR 4.0.1. Generated 2026-07-15
Links: Table of Contents |
QA Report
| Version History | Feedback Form |