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 Claim Bundle

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="atrius-in-claim-bundle-example"/>
  <meta>
    <profile
             value="https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-claim-bundle"/>
  </meta>
  <language value="en"/>
  <type value="collection"/>
  <timestamp value="2026-05-21T12:00:00+05:30"/>
  <entry>
    <fullUrl
             value="https://atrius.in/fhir/r4/atrius-in/Claim/atrius-in-claim-example"/>
    <resource>
      <Claim>
        <id value="atrius-in-claim-example"/>
        <meta>
          <profile
                   value="https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-claim"/>
        </meta>
        <language value="en"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Claim_atrius-in-claim-example"> </a><p class="res-header-id"><b>Generated Narrative: Claim atrius-in-claim-example</b></p><a name="atrius-in-claim-example"> </a><a name="hcatrius-in-claim-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-claim.html">Atrius India Core Claim</a></p></div><p><b>identifier</b>: <a href="NamingSystem-atrius-in-ndhm-facility-ns.html" title="Facility identifier system used in AtriusIn organization, practitioner role, and claim examples.">NDHMFacilityId</a>/CLM-2026-0001</p><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 (use: official, ))</a></p><p><b>created</b>: 2026-05-21</p><p><b>insurer</b>: <a href="Organization-atrius-in-organization-example.html">Organization AtriusIn General Hospital</a></p><p><b>provider</b>: <a href="Organization-atrius-in-organization-example.html">Organization AtriusIn General Hospital</a></p><p><b>priority</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}">Normal</span></p><h3>Diagnoses</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Sequence</b></td><td><b>Diagnosis[x]</b></td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td>1</td><td><a href="Condition-atrius-in-condition-ed-example.html">Condition Essential (primary) hypertension</a></td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/ex-diagnosistype principal}">Principal Diagnosis</span></td></tr></table><h3>Insurances</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style="display: none">*</td><td>1</td><td>true</td><td><a href="Coverage-atrius-in-coverage-example.html">Coverage: status = active; type = PM-JAY; relationship = Self</a></td></tr></table><h3>Items</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Sequence</b></td><td><b>ProductOrService</b></td></tr><tr><td style="display: none">*</td><td>1</td><td><span title="Codes:">Outpatient consultation</span></td></tr></table></div>
        </text>
        <identifier>
          <system value="https://facility.ndhm.gov.in"/>
          <value value="CLM-2026-0001"/>
        </identifier>
        <status value="active"/>
        <type>
          <coding>
            <system value="http://terminology.hl7.org/CodeSystem/claim-type"/>
            <code value="institutional"/>
          </coding>
        </type>
        <use value="claim"/>
        <patient>🔗 
          <reference value="Patient/atrius-in-patient-example"/>
        </patient>
        <created value="2026-05-21"/>
        <insurer>🔗 
          <reference value="Organization/atrius-in-organization-example"/>
        </insurer>
        <provider>🔗 
          <reference value="Organization/atrius-in-organization-example"/>
        </provider>
        <priority>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/processpriority"/>
            <code value="normal"/>
          </coding>
        </priority>
        <diagnosis>
          <sequence value="1"/>
          <diagnosisReference>🔗 
            <reference value="Condition/atrius-in-condition-ed-example"/>
          </diagnosisReference>
          <type>
            <coding>
              <system
                      value="http://terminology.hl7.org/CodeSystem/ex-diagnosistype"/>
              <code value="principal"/>
              <display value="Principal Diagnosis"/>
            </coding>
          </type>
        </diagnosis>
        <insurance>
          <sequence value="1"/>
          <focal value="true"/>
          <coverage>🔗 
            <reference value="Coverage/atrius-in-coverage-example"/>
          </coverage>
        </insurance>
        <item>
          <sequence value="1"/>
          <productOrService>
            <text value="Outpatient consultation"/>
          </productOrService>
        </item>
      </Claim>
    </resource>
  </entry>
</Bundle>