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

FHIR IG analytics

Packagendhm.in
Resource TypeChargeItem
IdChargeItem-Medication-Sulfalene-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 Medication-Sulfalene-example-01

version: 1; Last updated: 2023-08-21 14:56:00+0530

Profile: ChargeItem

status: Billed

code: Medicines

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

Performers

-Actor
*Practitioner Dr. DEF

quantity: 10 Tablet

product: Medication Sulfalene 2 g oral tablet


Source1

{
  "resourceType": "ChargeItem",
  "id": "Medication-Sulfalene-example-01",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-08-21T14:56: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": "05",
        "display": "Medicines"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-01"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/example-01"
      }
    }
  ],
  "quantity": {
    "value": 10,
    "unit": "Tablet"
  },
  "productReference": {
    "reference": "Medication/example-02"
  }
}