FHIR Implementation Guide for ABDM
3.0.1 - CI Build India flag


banner

FHIR Implementation Guide for ABDM - Local Development build (v3.0.1). See the Directory of published versions

: CoverageEligibilityRequest/discovery-example-01 - XML Representation

Raw xml | Download



<CoverageEligibilityRequest xmlns="http://hl7.org/fhir">
  <id value="discovery-example-01"/>
  <meta>
    <profile
             value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityRequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: CoverageEligibilityRequest</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 CoverageEligibilityRequest "discovery-example-01" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-CoverageEligibilityRequest.html">CoverageEligibilityRequest</a></p></div><p><b>identifier</b>: id: 13248</p><p><b>status</b>: active</p><p><b>priority</b>: Normal <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-processpriority.html">Process Priority Codes</a>#normal)</span></p><p><b>purpose</b>: validation, discovery</p><p><b>patient</b>: <a href="Patient-example-01.html">Patient/example-01</a> ""</p><p><b>serviced</b>: 2023-07-08</p><p><b>created</b>: 2022-07-08</p><p><b>enterer</b>: <a href="Practitioner-example-01.html">Practitioner/example-01</a> ""</p><p><b>provider</b>: <a href="Practitioner-example-01.html">Practitioner/example-01</a> ""</p><p><b>insurer</b>: <a href="Organization-example-01.html">Organization/example-01</a> "XYZ Lab Pvt.Ltd."</p><p><b>facility</b>: <a href="Location-example-01.html">Location/example-01</a> "South Wing, second floor"</p><blockquote><p><b>insurance</b></p><p><b>focal</b>: true</p><p><b>coverage</b>: <a href="Coverage-example-01.html">Coverage/example-01</a></p></blockquote><blockquote><p><b>item</b></p><p><b>category</b>: Dental care <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#225362009)</span></p><p><b>productOrService</b>: Removal of foreign body <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#10849003)</span></p><p><b>provider</b>: <a href="Practitioner-example-01.html">Practitioner/example-01</a> ""</p><h3>UnitPrices</h3><table class="grid"><tr><td>-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td>*</td><td>150000</td><td>INR</td></tr></table></blockquote></div>
  </text>
  <identifier>
    <value value="13248"/>
  </identifier>
  <status value="active"/>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/processpriority"/>
      <code value="normal"/>
      <display value="Normal"/>
    </coding>
  </priority>
  <purpose value="validation"/>
  <purpose value="discovery"/>
  <patient>
    <reference value="Patient/example-01"/>
  </patient>
  <servicedDate value="2023-07-08"/>
  <created value="2022-07-08"/>
  <enterer>
    <reference value="Practitioner/example-01"/>
  </enterer>
  <provider>
    <reference value="Practitioner/example-01"/>
  </provider>
  <insurer>
    <reference value="Organization/example-01"/>
  </insurer>
  <facility>
    <reference value="Location/example-01"/>
  </facility>
  <insurance id="12121">
    <focal value="true"/>
    <coverage>
      <reference value="Coverage/example-01"/>
    </coverage>
  </insurance>
  <item id="1243">
    <category>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="225362009"/>
        <display value="Dental care"/>
      </coding>
    </category>
    <productOrService>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="10849003"/>
        <display value="Removal of foreign body"/>
      </coding>
    </productOrService>
    <provider>
      <reference value="Practitioner/example-01"/>
    </provider>
    <unitPrice>
      <value value="150000"/>
      <currency value="INR"/>
    </unitPrice>
  </item>
</CoverageEligibilityRequest>