FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ndhm-invoice-types

Packagendhm.in
TypeValueSet
Idndhm-invoice-types
FHIR VersionR4
Sourcehttps://nrces.in/ndhm/fhir/r4/https://nrces.in/ndhm/fhir/r4/6.5.0/ValueSet-ndhm-invoice-types.html
URLhttps://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-invoice-types
Version6.5.0
Statusdraft
Date2021-08-28
NameInvoiceType
TitleInvoice Type
Realmin
Authoritynational
DescriptionThis Valueset contains codes that represent the various types of invoices.
CopyrightThis 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

Resources that use this resource

StructureDefinition
InvoiceInvoice

Resources that this resource uses

CodeSystem
ndhm-billing-codesBilling Code

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ndhm-invoice-types

  • Include these codes as defined in https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes
    CodeDisplayDefinition
    00ConsultationCode for Billing of Consultation.
    01PharmacyCode for Billing of Pharmacy.
    02IPDCode for Billing of Inpatient Department Services or charges.
    03OPDCode for Billing of Outpatient Department services or charges.
    99OthersCode for Billing of Other services.

Source

{
  "resourceType": "ValueSet",
  "id": "ndhm-invoice-types",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-invoice-types",
  "version": "6.5.0",
  "name": "InvoiceType",
  "title": "Invoice Type",
  "status": "draft",
  "experimental": false,
  "date": "2021-08-28",
  "publisher": "National Resource Center for EHR Standards",
  "contact": [
    {
      "name": "National Resource Center for EHR Standards",
      "telecom": [
        {
          "system": "url",
          "value": "https://nrces.in/"
        }
      ]
    }
  ],
  "description": "This Valueset contains codes that represent the various types of invoices.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IN",
          "display": "India"
        }
      ]
    }
  ],
  "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"
          }
        ]
      }
    ]
  }
}