FHIR Implementation Guide for ABDM - Local Development build (v5.0.0). See the Directory of published versions
@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:Invoice ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Consultation-example-01"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-08-23T17:02:00.181+05:30"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Invoice"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Invoice> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Invoice</b><a name=\"Consultation-example-01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Invoice "Consultation-example-01" Version "1" Updated "2023-08-23 17:02:00+0530" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Invoice.html\">Invoice</a></p></div><p><b>identifier</b>: id: CA/5842</p><p><b>status</b>: issued</p><p><b>type</b>: Consultation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ndhm-billing-codes.html\">Billing Codes</a>#00)</span></p><p><b>subject</b>: <a href=\"Patient-example-01.html\">Patient/example-01</a> ""</p><p><b>date</b>: 2023-06-01 10:00:00+0530</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> ""</td></tr></table><blockquote><p><b>lineItem</b></p><p><b>sequence</b>: 1</p><p><b>chargeItem</b>: <a href=\"ChargeItem-Consultation-example-01.html\">ChargeItem/Consultation-example-01</a></p><blockquote><p><b>priceComponent</b></p><p><b>type</b>: base</p><p><b>code</b>: Rate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ndhm-price-components.html\">Price Component</a>#01)</span></p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>550.00</td><td>INR</td></tr></table></blockquote><blockquote><p><b>priceComponent</b></p><p><b>type</b>: informational</p><p><b>code</b>: MRP <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ndhm-price-components.html\">Price Component</a>#00)</span></p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>600.00</td><td>INR</td></tr></table></blockquote><blockquote><p><b>priceComponent</b></p><p><b>type</b>: discount</p><p><b>code</b>: Discount <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ndhm-price-components.html\">Price Component</a>#02)</span></p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>50.00</td><td>INR</td></tr></table></blockquote><blockquote><p><b>priceComponent</b></p><p><b>type</b>: tax</p><p><b>code</b>: CGST <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ndhm-price-components.html\">Price Component</a>#03)</span></p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>30.00</td><td>INR</td></tr></table></blockquote><blockquote><p><b>priceComponent</b></p><p><b>type</b>: tax</p><p><b>code</b>: SGST <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ndhm-price-components.html\">Price Component</a>#04)</span></p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>30.00</td><td>INR</td></tr></table></blockquote></blockquote><h3>TotalNets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>610.00</td><td>INR</td></tr></table><h3>TotalGrosses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>500</td><td>INR</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "CA/5842" ]
] ) ; #
fhir:status [ fhir:v "issued"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "00" ] ;
fhir:display [ fhir:v "Consultation" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-01" ]
] ; #
fhir:date [ fhir:v "2023-06-01T10:00:00.181+05:30"^^xsd:dateTime] ; #
fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/example-01" ] ]
] ) ; #
fhir:lineItem ( [
fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:chargeItem [
a fhir:Reference ;
fhir:reference [ fhir:v "ChargeItem/Consultation-example-01" ] ] ;
( fhir:priceComponent [
fhir:type [ fhir:v "base" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Rate" ] ] ) ] ;
fhir:amount [
fhir:value [ fhir:v "550.00"^^xsd:decimal ] ;
fhir:currency [ fhir:v "INR" ] ] ] [
fhir:type [ fhir:v "informational" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components"^^xsd:anyURI ] ;
fhir:code [ fhir:v "00" ] ;
fhir:display [ fhir:v "MRP" ] ] ) ] ;
fhir:amount [
fhir:value [ fhir:v "600.00"^^xsd:decimal ] ;
fhir:currency [ fhir:v "INR" ] ] ] [
fhir:type [ fhir:v "discount" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components"^^xsd:anyURI ] ;
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "Discount" ] ] ) ] ;
fhir:amount [
fhir:value [ fhir:v "50.00"^^xsd:decimal ] ;
fhir:currency [ fhir:v "INR" ] ] ] [
fhir:type [ fhir:v "tax" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components"^^xsd:anyURI ] ;
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "CGST" ] ] ) ] ;
fhir:amount [
fhir:value [ fhir:v "30.00"^^xsd:decimal ] ;
fhir:currency [ fhir:v "INR" ] ] ] [
fhir:type [ fhir:v "tax" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components"^^xsd:anyURI ] ;
fhir:code [ fhir:v "04" ] ;
fhir:display [ fhir:v "SGST" ] ] ) ] ;
fhir:amount [
fhir:value [ fhir:v "30.00"^^xsd:decimal ] ;
fhir:currency [ fhir:v "INR" ] ] ] )
] ) ; #
fhir:totalNet [
fhir:value [ fhir:v "610.00"^^xsd:decimal ] ;
fhir:currency [ fhir:v "INR" ]
] ; #
fhir:totalGross [
fhir:value [ fhir:v "500"^^xsd:decimal ] ;
fhir:currency [ fhir:v "INR" ]
] . #
IG © 2020+ National Resource Center for EHR Standards. Package ndhm.in#5.0.0 based on FHIR 4.0.1. Generated 2023-12-22
Links: Table of Contents |
QA Report
| Version History |