FHIR Implementation Guide for ABDM - Local Development build (v4.0.0). See the Directory of published versions
: Invoice Types - XML Representation
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"><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="4.0.0"/>
<name value="InvoiceTypes"/>
<title value="Invoice Types"/>
<status value="draft"/>
<experimental value="false"/>
<date value="2021-08-28"/>
<publisher value="National Resource Center for EHR Standards"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://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"/>
</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>