Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example AtriusIn ClaimResponse Bundle

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "atrius-in-claimresponse-bundle-example",
  "meta" : {
    "profile" : [
      🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-claimresponse-bundle"
    ]
  },
  "language" : "en",
  "type" : "collection",
  "timestamp" : "2026-05-22T12:00:00+05:30",
  "entry" : [
    {
      "fullUrl" : "https://atrius.in/fhir/r4/atrius-in/ClaimResponse/atrius-in-claimresponse-example",
      "resource" : {
        "resourceType" : "ClaimResponse",
        "id" : "atrius-in-claimresponse-example",
        "meta" : {
          "profile" : [
            🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-claimresponse"
          ]
        },
        "language" : "en",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ClaimResponse_atrius-in-claimresponse-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ClaimResponse atrius-in-claimresponse-example</b></p><a name=\"atrius-in-claimresponse-example\"> </a><a name=\"hcatrius-in-claimresponse-example\"> </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-atrius-in-claimresponse.html\">Atrius India Core ClaimResponse</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type institutional}\">Institutional</span></p><p><b>use</b>: Claim</p><p><b>patient</b>: <a href=\"Patient-atrius-in-patient-example.html\">Priya Sharma(official) Female, DoB: 1985-03-15 ( Ayushman Bharat Health Account (ABHA) ID: NDHMHealthId#ABHA-1234-5678-9012\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>created</b>: 2026-05-22</p><p><b>insurer</b>: <a href=\"Organization-atrius-in-organization-example.html\">Organization AtriusIn General Hospital</a></p><p><b>requestor</b>: <a href=\"Organization-atrius-in-organization-example.html\">Organization AtriusIn General Hospital</a></p><p><b>request</b>: <a href=\"Claim-atrius-in-claim-example.html\">Claim: identifier = https://facility.ndhm.gov.in#NDHMFacilityId#CLM-2026-0001; status = active; type = Institutional; use = claim; created = 2026-05-21; priority = Normal</a></p><p><b>outcome</b>: Processing Complete</p><p><b>disposition</b>: Approved with copay</p></div>"
        },
        "status" : "active",
        "type" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/claim-type",
              "code" : "institutional"
            }
          ]
        },
        "use" : "claim",
        "patient" : {
          🔗 "reference" : "Patient/atrius-in-patient-example"
        },
        "created" : "2026-05-22",
        "insurer" : {
          🔗 "reference" : "Organization/atrius-in-organization-example"
        },
        "requestor" : {
          🔗 "reference" : "Organization/atrius-in-organization-example"
        },
        "request" : {
          🔗 "reference" : "Claim/atrius-in-claim-example"
        },
        "outcome" : "complete",
        "disposition" : "Approved with copay"
      }
    }
  ]
}