FHIR Implementation Guide for ABDM
6.0.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Draft as of 2021-08-28 |
{
"resourceType" : "ValueSet",
"id" : "ndhm-invoice-types",
"text" : {
"status" : "extensions",
"div" : "<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>"
},
"url" : "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-invoice-types",
"version" : "6.0.0",
"name" : "InvoiceTypes",
"title" : "Invoice Types",
"status" : "draft",
"experimental" : false,
"date" : "2021-08-28",
"publisher" : "National Resource Center for EHR Standards",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://nrces.in/"
}
]
}
],
"description" : "This Valueset contains codes that represent the various types of invoices.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "IN"
}
]
}
],
"copyright" : "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" : "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes",
"concept" : [
{
"code" : "00",
"display" : "Consultation"
},
{
"code" : "01",
"display" : "Pharmacy"
},
{
"code" : "02",
"display" : "IPD"
},
{
"code" : "03",
"display" : "OPD"
},
{
"code" : "99",
"display" : "Others"
}
]
}
]
}
}