@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ndhm-billing-codes"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This case-sensitive code system https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes defines the following codes:

CodeDisplayDefinition
00 ConsultationCode for Billing of Consultation.
01 PharmacyCode for Billing of Pharmacy.
02 IPDCode for Billing of Inpatient Department Services or charges.
03 OPDCode for Billing of Outpatient Department services or charges.
04 PathologyCode for Billing of Pathology.
05 MedicinesCode for Billing of Medicine Items.
06 Nursing ChargesCode for Billing of Nursing Charges.
07 Handling ChargesCode for Billing of Handling Charges.
08 Delivery ChargesCode for Billing of Delivery Charges.
99 OthersCode for Billing of Other services.
" ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.0"] ; # fhir:name [ fhir:v "BillingCodes"] ; # fhir:title [ fhir:v "Billing Codes"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-08-28"^^xsd:date] ; # fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://nrces.in/" ] ] ) ] ) ; # fhir:description [ fhir:v "This CodeSystem contains a set of codes that can be utilized to categorize the billing of various charges or services provided in healthcare workflows."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "IN" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "00" ] ; fhir:display [ fhir:v "Consultation" ] ; fhir:definition [ fhir:v "Code for Billing of Consultation." ] ] [ fhir:code [ fhir:v "01" ] ; fhir:display [ fhir:v "Pharmacy" ] ; fhir:definition [ fhir:v "Code for Billing of Pharmacy." ] ] [ fhir:code [ fhir:v "02" ] ; fhir:display [ fhir:v "IPD" ] ; fhir:definition [ fhir:v "Code for Billing of Inpatient Department Services or charges." ] ] [ fhir:code [ fhir:v "03" ] ; fhir:display [ fhir:v "OPD" ] ; fhir:definition [ fhir:v "Code for Billing of Outpatient Department services or charges." ] ] [ fhir:code [ fhir:v "04" ] ; fhir:display [ fhir:v "Pathology" ] ; fhir:definition [ fhir:v "Code for Billing of Pathology." ] ] [ fhir:code [ fhir:v "05" ] ; fhir:display [ fhir:v "Medicines" ] ; fhir:definition [ fhir:v "Code for Billing of Medicine Items." ] ] [ fhir:code [ fhir:v "06" ] ; fhir:display [ fhir:v "Nursing Charges" ] ; fhir:definition [ fhir:v "Code for Billing of Nursing Charges." ] ] [ fhir:code [ fhir:v "07" ] ; fhir:display [ fhir:v "Handling Charges" ] ; fhir:definition [ fhir:v "Code for Billing of Handling Charges." ] ] [ fhir:code [ fhir:v "08" ] ; fhir:display [ fhir:v "Delivery Charges" ] ; fhir:definition [ fhir:v "Code for Billing of Delivery Charges." ] ] [ fhir:code [ fhir:v "99" ] ; fhir:display [ fhir:v "Others" ] ; fhir:definition [ fhir:v "Code for Billing of Other services." ] ] ) . # # -------------------------------------------------------------------------------------