FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagendhm.in
Resource TypeClaimResponse
IdClaimResponse-ClaimResponse-enhancement-example-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ClaimResponse ClaimResponse-enhancement-example-01

status: Active

type: Inpatient care management (procedure)

use: Preauthorization

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.

request: Claim: identifier = 7612345; status = active; type = Inpatient care management (procedure); subType = Emergency Claim; use = preauthorization; billablePeriod = 2025-03-07 11:01:00+0500 --> 2025-04-07 11:01:00+0500; created = 2025-03-13 11:01:00+0500; priority = Normal

outcome: Processing Complete

disposition: The enclosed services are authorized for your provision within 30 days of this notice.

preAuthRef: 123456

payeeType: Provider

item

itemSequence: 1

adjudication

category: Submitted Amount

Amounts

-ValueCurrency
*10000Indian rupee

adjudication

category: Eligible %

reason: Product or Service requested is covered by the policy.

Amounts

-ValueCurrency
*10000Indian rupee

item

itemSequence: 2

adjudication

category: Submitted Amount

Amounts

-ValueCurrency
*10000Indian rupee

adjudication

category: Eligible %

reason: Product or Service requested is covered by the policy.

Amounts

-ValueCurrency
*10000Indian rupee

total

category: Submitted Amount

Amounts

-ValueCurrency
*20000Indian rupee

total

category: Eligible %

Amounts

-ValueCurrency
*20000Indian rupee

Insurances

-SequenceFocalCoverage
*1trueCoverage: identifier = https://xyzinsurance.in/policynumber/#235037120; status = active; type = PAY; subscriberId = ABC123456BI007; relationship = Self; period = (?) --> 2026-03-17

Source1

{
  "resourceType": "ClaimResponse",
  "id": "ClaimResponse-enhancement-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": "preauthorization",
  "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-enhancement-example-01"
  },
  "outcome": "complete",
  "disposition": "The enclosed services are authorized for your provision within 30 days of this notice.",
  "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": 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"
          }
        }
      ]
    }
  ],
  "total": [
    {
      "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 %"
          }
        ]
      },
      "amount": {
        "value": 20000,
        "currency": "INR"
      }
    }
  ],
  "insurance": [
    {
      "sequence": 1,
      "focal": true,
      "coverage": {
        "reference": "Coverage/example-01"
      }
    }
  ]
}