FHIR IG analytics| Package | ma.ambulanter.fall |
| Resource Type | ChargeItem |
| Id | ChargeItem-ExampleChargeItemLeistung.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "ChargeItem",
"id": "ExampleChargeItemLeistung",
"meta": {
"profile": [
"http://ma-ambulant.de/StructureDefinition/MaChargeItemInterneLeistung"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"code": {
"coding": [
{
"system": "https://example-system/leistung",
"code": "beispiel"
}
]
},
"quantity": {
"value": 1
},
"account": [
{
"reference": "Account/ExampleAccountSchein"
}
],
"occurrenceDateTime": "2025-01-01",
"status": "billable",
"subject": {
"reference": "Patient/ExamplePatient"
}
}