FHIR IG analytics| Package | ndhm.in |
| Resource Type | ClaimResponse |
| Id | ClaimResponse-ClaimResponse-predetermination-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ClaimResponse ClaimResponse-predetermination-example-01
status: Active
type: Inpatient care management (procedure)
use: Predetermination
patient: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)
created: 2023-12-12 15:32:26+0530
insurer: Organization XYZ Insurance Co. Ltd.
requestor: Organization XYZ Hospital Co. Ltd.
outcome: Processing Complete
preAuthRef: 123456
payeeType: Provider
item
itemSequence: 1
adjudication
category: Submitted Amount
Amounts
Value Currency 10000 Indian rupee adjudication
category: Eligible %
reason: Product or Service requested is covered by the policy.
Amounts
Value Currency 10000 Indian rupee
item
itemSequence: 2
adjudication
category: Submitted Amount
Amounts
Value Currency 40000 Indian rupee adjudication
category: Eligible %
reason: Product or Service requested is covered by the policy.
Amounts
Value Currency 40000 Indian rupee
item
itemSequence: 3
adjudication
category: Submitted Amount
Amounts
Value Currency 20000 Indian rupee adjudication
category: Eligible %
reason: Product or Service requested is covered by the policy.
Amounts
Value Currency 20000 Indian rupee
total
category: Submitted Amount
Amounts
Value Currency 70000 Indian rupee
total
category: Eligible %
Amounts
Value Currency 70000 Indian rupee
{
"resourceType": "ClaimResponse",
"id": "ClaimResponse-predetermination-example-01",
"meta": {
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/ClaimResponse"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "737481003",
"display": "Inpatient care management (procedure)"
}
]
},
"use": "predetermination",
"patient": {
"reference": "Patient/example-01"
},
"created": "2023-12-12T15:32:26.605+05:30",
"insurer": {
"reference": "Organization/example-02"
},
"requestor": {
"reference": "Organization/example-03"
},
"request": {
"reference": "Claim/Claim-predetermination-example-01"
},
"outcome": "complete",
"preAuthRef": "123456",
"payeeType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/payeetype",
"code": "provider"
}
]
},
"item": [
{
"itemSequence": 1,
"adjudication": [
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "submitted",
"display": "Submitted Amount"
}
]
},
"amount": {
"value": 10000,
"currency": "INR"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "eligpercent",
"display": "Eligible %"
}
]
},
"reason": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-adjudication-reason",
"code": "covered",
"display": "Product or Service requested is covered by the policy."
}
]
},
"amount": {
"value": 10000,
"currency": "INR"
}
}
]
},
{
"itemSequence": 2,
"adjudication": [
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "submitted",
"display": "Submitted Amount"
}
]
},
"amount": {
"value": 40000,
"currency": "INR"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "eligpercent",
"display": "Eligible %"
}
]
},
"reason": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-adjudication-reason",
"code": "covered",
"display": "Product or Service requested is covered by the policy."
}
]
},
"amount": {
"value": 40000,
"currency": "INR"
}
}
]
},
{
"itemSequence": 3,
"adjudication": [
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "submitted",
"display": "Submitted Amount"
}
]
},
"amount": {
"value": 20000,
"currency": "INR"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "eligpercent",
"display": "Eligible %"
}
]
},
"reason": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-adjudication-reason",
"code": "covered",
"display": "Product or Service requested is covered by the policy."
}
]
},
"amount": {
"value": 20000,
"currency": "INR"
}
}
]
}
],
"total": [
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "submitted",
"display": "Submitted Amount"
}
]
},
"amount": {
"value": 70000,
"currency": "INR"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "eligpercent",
"display": "Eligible %"
}
]
},
"amount": {
"value": 70000,
"currency": "INR"
}
}
],
"insurance": [
{
"sequence": 1,
"focal": true,
"coverage": {
"reference": "Coverage/example-01"
}
}
]
}