FHIR Implementation Guide for ABDM
4.0.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v4.0.0). See the Directory of published versions

: Invoice Types - TTL Representation

Draft as of 2021-08-28

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ndhm-invoice-types"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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>"
  ] ; # 
  fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-invoice-types"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.0"] ; # 
  fhir:name [ fhir:v "InvoiceTypes"] ; # 
  fhir:title [ fhir:v "Invoice Types"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-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 Valueset contains codes that represent the various types of invoices."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IN" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "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"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "00" ] ;
fhir:display [ fhir:v "Consultation" ]       ] [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Pharmacy" ]       ] [
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "IPD" ]       ] [
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "OPD" ]       ] [
fhir:code [ fhir:v "99" ] ;
fhir:display [ fhir:v "Others" ]       ] )     ] )
  ] . #