{
"description": "Financial details for custom made device",
"_filename": "ChargeItemDefinition-device.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": [ {
"condition": {
"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": [ {
"condition": {
"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": "5.0.0-snapshot3",
"status": "active",
"id": "469464b6-0172-46ef-9c57-2dd4eff98cab",
"kind": null,
"url": "http://sap.org/ChargeItemDefinition/device-123",
"identifier": [ {
"value": "urn:oid:2.16.840.1.113883.4.642.29.2",
"system": "urn:ietf:rfc:3986"
} ],
"version": null,
"applicability": [ {
"condition": {
"language": "text/fhirpath",
"expression": "%context.service.suppliedItem.reference='Device/12345'",
"description": "Verify ChargeItem pertains to Device 12345"
}
} ]
}