FHIR IG analytics| Package | ndhm.in |
| Resource Type | Invoice |
| Id | Invoice-Consultation-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Invoice Consultation-example-01
version: 1; Last updated: 2023-08-23 17:02:00+0530
Profile: Invoice
identifier: CA/5842
status: issued
type: Consultation
subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)
date: 2023-06-01 10:00:00+0530
| Actor |
| Practitioner Dr. DEF |
lineItem
sequence: 1
chargeItem: ChargeItem Consultation
priceComponent
type: base price
code: Rate
Amounts
Value Currency 550 Indian rupee priceComponent
type: informational
code: MRP
Amounts
Value Currency 600 Indian rupee priceComponent
type: discount
code: Discount
Amounts
Value Currency 50 Indian rupee priceComponent
type: tax
code: CGST
Amounts
Value Currency 30 Indian rupee priceComponent
type: tax
code: SGST
Amounts
Value Currency 30 Indian rupee
| Value | Currency |
| 610 | Indian rupee |
| Value | Currency |
| 500 | Indian rupee |
{
"resourceType": "Invoice",
"id": "Consultation-example-01",
"meta": {
"versionId": "1",
"lastUpdated": "2023-08-23T17:02:00.181+05:30",
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/Invoice"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "CA/5842"
}
],
"status": "issued",
"type": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes",
"code": "00",
"display": "Consultation"
}
]
},
"subject": {
"reference": "Patient/example-01"
},
"date": "2023-06-01T10:00:00.181+05:30",
"participant": [
{
"actor": {
"reference": "Practitioner/example-01"
}
}
],
"lineItem": [
{
"sequence": 1,
"chargeItemReference": {
"reference": "ChargeItem/Consultation-example-01"
},
"priceComponent": [
{
"type": "base",
"code": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components",
"code": "01",
"display": "Rate"
}
]
},
"amount": {
"value": 550,
"currency": "INR"
}
},
{
"type": "informational",
"code": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components",
"code": "00",
"display": "MRP"
}
]
},
"amount": {
"value": 600,
"currency": "INR"
}
},
{
"type": "discount",
"code": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components",
"code": "02",
"display": "Discount"
}
]
},
"amount": {
"value": 50,
"currency": "INR"
}
},
{
"type": "tax",
"code": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components",
"code": "03",
"display": "CGST"
}
]
},
"amount": {
"value": 30,
"currency": "INR"
}
},
{
"type": "tax",
"code": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components",
"code": "04",
"display": "SGST"
}
]
},
"amount": {
"value": 30,
"currency": "INR"
}
}
]
}
],
"totalNet": {
"value": 610,
"currency": "INR"
},
"totalGross": {
"value": 500,
"currency": "INR"
}
}