FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Invoice Type - XML Representation

Draft as of 2021-08-28

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="ndhm-invoice-types"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet ndhm-invoice-types</b></p><a name="ndhm-invoice-types"> </a><a name="hcndhm-invoice-types"> </a><a name="ndhm-invoice-types-hi-IN"> </a><ul><li>Include these codes as defined in <a href="CodeSystem-ndhm-billing-codes.html"><code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="CodeSystem-ndhm-billing-codes.html#ndhm-billing-codes-00">00</a></td><td>Consultation</td><td>Code for Billing of Consultation.</td></tr><tr><td><a href="CodeSystem-ndhm-billing-codes.html#ndhm-billing-codes-01">01</a></td><td>Pharmacy</td><td>Code for Billing of Pharmacy.</td></tr><tr><td><a href="CodeSystem-ndhm-billing-codes.html#ndhm-billing-codes-02">02</a></td><td>IPD</td><td>Code for Billing of Inpatient Department Services or charges.</td></tr><tr><td><a href="CodeSystem-ndhm-billing-codes.html#ndhm-billing-codes-03">03</a></td><td>OPD</td><td>Code for Billing of Outpatient Department services or charges.</td></tr><tr><td><a href="CodeSystem-ndhm-billing-codes.html#ndhm-billing-codes-99">99</a></td><td>Others</td><td>Code for Billing of Other services.</td></tr></table></li></ul></div>
  </text>
  <url value="https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-invoice-types"/>
  <version value="6.5.0"/>
  <name value="InvoiceType"/>
  <title value="Invoice Type"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2021-08-28"/>
  <publisher value="National Resource Center for EHR Standards"/>
  <contact>
    <name value="National Resource Center for EHR Standards"/>
    <telecom>
      <system value="url"/>
      <value value="https://nrces.in/"/>
    </telecom>
  </contact>
  <description
               value="This Valueset contains codes that represent the various types of invoices."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="IN"/>
      <display value="India"/>
    </coding>
  </jurisdiction>
  <copyright
             value="This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"/>
  <compose>
    <include>
      <system
              value="https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes"/>
      <concept>
        <code value="00"/>
        <display value="Consultation"/>
      </concept>
      <concept>
        <code value="01"/>
        <display value="Pharmacy"/>
      </concept>
      <concept>
        <code value="02"/>
        <display value="IPD"/>
      </concept>
      <concept>
        <code value="03"/>
        <display value="OPD"/>
      </concept>
      <concept>
        <code value="99"/>
        <display value="Others"/>
      </concept>
    </include>
  </compose>
</ValueSet>