FHIR Implementation Guide for ABDM - Local Development build (v4.0.0). See the Directory of published versions
: CoverageEligibilityResponse/discovery-example-01 - XML Representation
Raw xml | Download
<CoverageEligibilityResponse xmlns="http://hl7.org/fhir">
<id value="discovery-example-01"/>
<meta>
<profile
value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityResponse"/>
</meta>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><p><b>Generated Narrative: CoverageEligibilityResponse</b><a name="discovery-example-01"> </a></p><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">Resource CoverageEligibilityResponse "discovery-example-01" (Language "en") </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-CoverageEligibilityResponse.html">CoverageEligibilityResponse</a></p></div><p><b>status</b>: active</p><p><b>purpose</b>: discovery</p><p><b>patient</b>: <a href="Patient-example-01.html">Patient/example-01</a> ""</p><p><b>created</b>: 2023-09-11</p><p><b>requestor</b>: <a href="Practitioner-example-01.html">Practitioner/example-01</a> ""</p><p><b>request</b>: <a href="CoverageEligibilityRequest-discovery-example-01.html">CoverageEligibilityRequest/discovery-example-01</a></p><p><b>outcome</b>: complete</p><p><b>disposition</b>: Policy is currently in-force.</p><p><b>insurer</b>: <a href="Organization-example-02.html">Organization/example-02</a> "XYZ Insurance Co. Ltd."</p><h3>Insurances</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Coverage</b></td><td><b>Inforce</b></td><td><b>BenefitPeriod</b></td></tr><tr><td style="display: none">*</td><td><a href="Coverage-example-01.html">Coverage/example-01</a></td><td>true</td><td>2023-09-07 --> 2026-08-07</td></tr></table></div>
</text>
<status value="active"/>
<purpose value="discovery"/>
<patient>
<reference value="Patient/example-01"/>
</patient>
<created value="2023-09-11"/>
<requestor>
<reference value="Practitioner/example-01"/>
</requestor>
<request>
<reference value="CoverageEligibilityRequest/discovery-example-01"/>
</request>
<outcome value="complete"/>
<disposition value="Policy is currently in-force."/>
<insurer>
<reference value="Organization/example-02"/>
</insurer>
<insurance>
<coverage>
<reference value="Coverage/example-01"/>
</coverage>
<inforce value="true"/>
<benefitPeriod>
<start value="2023-09-07"/>
<end value="2026-08-07"/>
</benefitPeriod>
</insurance>
</CoverageEligibilityResponse>