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

FHIR IG analytics

Packagendhm.in
Resource TypeChargeItem
IdChargeItem-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: ChargeItem Consultation-example-01

version: 1; Last updated: 2023-08-22 09:40:00+0530

Profile: ChargeItem

status: Billed

code: Consultation

subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

Performers

-Actor
*Practitioner Dr. DEF

quantity: 1

product: Plain X-ray of lung (procedure)


Source1

{
  "resourceType": "ChargeItem",
  "id": "Consultation-example-01",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-08-22T09:40:00.181+05:30",
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/ChargeItem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "billed",
  "code": {
    "coding": [
      {
        "system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes",
        "code": "00",
        "display": "Consultation"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-01"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/example-01"
      }
    }
  ],
  "quantity": {
    "value": 1
  },
  "productCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "303931008",
        "display": "Plain X-ray of lung (procedure)"
      }
    ]
  }
}