FHIR IG analytics| Package | ndhm.in |
| Resource Type | ChargeItem |
| Id | ChargeItem-Medication-Sulfalene-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
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)
| Actor |
| Practitioner Dr. DEF |
quantity: 10 Tablet
product: Medication Sulfalene 2 g oral tablet
{
"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"
}
}