FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagendhm.in
Resource TypeInvoice
IdInvoice-Consultation-example-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Participants

-Actor
*Practitioner Dr. DEF

lineItem

sequence: 1

chargeItem: ChargeItem Consultation

priceComponent

type: base price

code: Rate

Amounts

-ValueCurrency
*550Indian rupee

priceComponent

type: informational

code: MRP

Amounts

-ValueCurrency
*600Indian rupee

priceComponent

type: discount

code: Discount

Amounts

-ValueCurrency
*50Indian rupee

priceComponent

type: tax

code: CGST

Amounts

-ValueCurrency
*30Indian rupee

priceComponent

type: tax

code: SGST

Amounts

-ValueCurrency
*30Indian rupee

TotalNets

-ValueCurrency
*610Indian rupee

TotalGrosses

-ValueCurrency
*500Indian rupee

Source1

{
  "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"
  }
}