This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
Patient Administration Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
instance-specific billing information for a device with time-dependent tax rate
{ "resourceType": "ChargeItemDefinition", "id": "device", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: device</p><p><b>url</b>: <a>http://sap.org/ChargeItemDefinition/device-123</a></p><p><b>status</b>: active</p><p><b>description</b>: Financial details for custom made device</p><p><b>instance</b>: <a>Device/12345</a></p><h3>Applicabilities</h3><table><tr><td>-</td><td><b>Description</b></td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td>*</td><td>Verify ChargeItem pertains to Device 12345</td><td>text/fhirpath</td><td>%context.service.suppliedItem='Device/12345'</td></tr></table><blockquote><p><b>propertyGroup</b></p><h3>PriceComponents</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Code</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td>base</td><td>Verkaufspreis (netto) <span>(Details : {http://fhir.de/CodeSystem/billing-attributes code 'VK' = 'VK', given as 'Verkaufspreis (netto)'})</span></td><td/></tr></table></blockquote><blockquote><p><b>propertyGroup</b></p><h3>Applicabilities</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>PriceComponents</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Code</b></td><td><b>Factor</b></td></tr><tr><td>*</td><td>tax</td><td>Mehrwersteuersatz <span>(Details : {http://fhir.de/CodeSystem/billing-attributes code 'MWST' = 'MWST', given as 'Mehrwersteuersatz'})</span></td><td>1.19</td></tr></table></blockquote><blockquote><p><b>propertyGroup</b></p><h3>Applicabilities</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>PriceComponents</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Code</b></td><td><b>Factor</b></td></tr><tr><td>*</td><td>tax</td><td>Mehrwersteuersatz <span>(Details : {http://fhir.de/CodeSystem/billing-attributes code 'MWST' = 'MWST', given as 'Mehrwersteuersatz'})</span></td><td>1.07</td></tr></table></blockquote></div>" }, "url": "http://sap.org/ChargeItemDefinition/device-123", "status": "active", "description": "Financial details for custom made device", "instance": [ { "reference": "Device/12345" } ], "applicability": [ { "description": "Verify ChargeItem pertains to Device 12345", "language": "text/fhirpath", "expression": "%context.service.suppliedItem='Device/12345'" } ], "propertyGroup": [ { "priceComponent": [ { "type": "base", "code": { "coding": [ { "system": "http://fhir.de/CodeSystem/billing-attributes", "code": "VK", "display": "Verkaufspreis (netto)" } ] }, "amount": { "value": 67.44, "currency": "EUR" } } ] }, { "applicability": [ { "description": "Gültigkeit Steuersatz", "language": "text/fhirpath", "expression": "%context.occurenceDateTime > '2018-04-01'" } ], "priceComponent": [ { "type": "tax", "code": { "coding": [ { "system": "http://fhir.de/CodeSystem/billing-attributes", "code": "MWST", "display": "Mehrwersteuersatz" } ] }, "factor": 1.19 } ] }, { "applicability": [ { "description": "Gültigkeit Steuersatz", "language": "text/fhirpath", "expression": "%context.occurenceDateTime <= '2018-04-01'" } ], "priceComponent": [ { "type": "tax", "code": { "coding": [ { "system": "http://fhir.de/CodeSystem/billing-attributes", "code": "MWST", "display": "Mehrwersteuersatz" } ] }, "factor": 1.07 } ] } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.