FHIR IG analytics| Package | ndhm.in |
| Resource Type | PaymentReconciliation |
| Id | PaymentReconciliation-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PaymentReconciliation example-01
identifier: http://www.BenefitsInc.com/fhir/enrollmentresponse/781234
status: Active
period: 2024-03-01 11:01:00+0500 --> 2024-03-31 11:01:00+0500
created: 2024-03-31
paymentIssuer: Organization XYZ Insurance Co. Ltd.
requestor: Organization XYZ Hospital Co. Ltd.
outcome: Processing Complete
disposition: 2024 march month settlement.
paymentDate: 2024-03-31
| Value | Currency |
| 180000 | Indian rupee |
paymentIdentifier: UTRNUMBER2920287229
detail
identifier: CLAIMREFNUM7612345
type: Approved Amount
date: 2024-03-31
Amounts
Value Currency 90000 Indian rupee
detail
identifier: CLAIMREFNUM7612345
type: TDS Deduction
date: 2024-03-31
Amounts
Value Currency 9000 Indian rupee
detail
identifier: CLAIMREFNUM6789054
type: Approved Amount
date: 2024-03-31
Amounts
Value Currency 110000 Indian rupee
detail
identifier: CLAIMREFNUM6789054
type: TDS Deduction
date: 2024-03-31
Amounts
Value Currency 11000 Indian rupee
{
"resourceType": "PaymentReconciliation",
"id": "example-01",
"meta": {
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentReconciliation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.BenefitsInc.com/fhir/enrollmentresponse",
"value": "781234"
}
],
"status": "active",
"period": {
"start": "2024-03-01T11:01:00+05:00",
"end": "2024-03-31T11:01:00+05:00"
},
"created": "2024-03-31",
"paymentIssuer": {
"reference": "Organization/example-02"
},
"requestor": {
"reference": "Organization/example-03"
},
"outcome": "complete",
"disposition": "2024 march month settlement.",
"paymentDate": "2024-03-31",
"paymentAmount": {
"value": 180000,
"currency": "INR"
},
"paymentIdentifier": {
"value": "UTRNUMBER2920287229"
},
"detail": [
{
"identifier": {
"value": "CLAIMREFNUM7612345"
},
"type": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type",
"code": "approvedAmount",
"display": "Approved Amount"
}
]
},
"date": "2024-03-31",
"amount": {
"value": 90000,
"currency": "INR"
}
},
{
"identifier": {
"value": "CLAIMREFNUM7612345"
},
"type": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type",
"code": "tds",
"display": "TDS Deduction"
}
]
},
"date": "2024-03-31",
"amount": {
"value": 9000,
"currency": "INR"
}
},
{
"identifier": {
"value": "CLAIMREFNUM6789054"
},
"type": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type",
"code": "approvedAmount",
"display": "Approved Amount"
}
]
},
"date": "2024-03-31",
"amount": {
"value": 110000,
"currency": "INR"
}
},
{
"identifier": {
"value": "CLAIMREFNUM6789054"
},
"type": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type",
"code": "tds",
"display": "TDS Deduction"
}
]
},
"date": "2024-03-31",
"amount": {
"value": 11000,
"currency": "INR"
}
}
]
}