{
"description": "Financial details for custom made device",
"_filename": "chargeitemdefinition-device-example.json",
"package_name": "hl7.fhir.r5.examples",
"date": null,
"publisher": null,
"propertyGroup": [ {
"priceComponent": [ {
"code": {
"coding": [ {
"code": "VK",
"system": "http://fhir.de/CodeSystem/billing-attributes",
"display": "Verkaufspreis (netto)"
} ]
},
"type": "base",
"amount": {
"value": 67.44,
"currency": "EUR"
}
} ]
}, {
"applicability": [ {
"language": "text/fhirpath",
"expression": "%context.occurenceDateTime > '2018-04-01'",
"description": "Gültigkeit Steuersatz"
} ],
"priceComponent": [ {
"code": {
"coding": [ {
"code": "MWST",
"system": "http://fhir.de/CodeSystem/billing-attributes",
"display": "Mehrwersteuersatz"
} ]
},
"type": "tax",
"factor": 1.19
} ]
}, {
"applicability": [ {
"language": "text/fhirpath",
"expression": "%context.occurenceDateTime <= '2018-04-01'",
"description": "Gültigkeit Steuersatz"
} ],
"priceComponent": [ {
"code": {
"coding": [ {
"code": "MWST",
"system": "http://fhir.de/CodeSystem/billing-attributes",
"display": "Mehrwersteuersatz"
} ]
},
"type": "tax",
"factor": 1.07
} ]
} ],
"instance": [ {
"reference": "Device/12345"
} ],
"name": null,
"type": null,
"experimental": null,
"resourceType": "ChargeItemDefinition",
"title": null,
"package_version": "4.6.0",
"status": "active",
"id": "8f74a6be-5e7c-4a6d-9d15-9dd16740a48a",
"kind": null,
"url": "http://sap.org/ChargeItemDefinition/device-123",
"version": null,
"applicability": [ {
"language": "text/fhirpath",
"expression": "%context.service.suppliedItem='Device/12345'",
"description": "Verify ChargeItem pertains to Device 12345"
} ]
}