FHIR Implementation Guide for ABDM
7.0.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v7.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Invoice Type - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/ndhm-invoice-types> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ndhm-invoice-types"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ndhm-invoice-types</b></p><a name=\"ndhm-invoice-types\"> </a><a name=\"hcndhm-invoice-types\"> </a><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><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?7.0.0</span><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:ValueSet.url [ fhir:value "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-invoice-types"] ;
  fhir:ValueSet.version [ fhir:value "7.0.0"] ;
  fhir:ValueSet.name [ fhir:value "InvoiceType"] ;
  fhir:ValueSet.title [ fhir:value "Invoice Type"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2021-08-28"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "National Resource Center for EHR Standards"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "National Resource Center for EHR Standards" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://nrces.in/" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "This Valueset contains codes that represent the various types of invoices."] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "IN" ] ;
       fhir:Coding.display [ fhir:value "India" ]
     ]
  ] ;
  fhir:ValueSet.copyright [ fhir: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"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "00" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Consultation" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "01" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Pharmacy" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "02" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "IPD" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "03" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "OPD" ]
       ], [
         fhir:index 4 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "99" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Others" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/ndhm-invoice-types.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/ndhm-invoice-types.ttl> .