Administration
This
page
is
part
of
the
FHIR
Specification
(v4.3.0:
R4B
(v5.0.0-ballot:
R5
Ballot
-
STU
see
ballot
notes
).
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 Turtle (+ also see Turtle/RDF Format Specification )
instance-specific billing information for a device with time-dependent tax rate
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource -------------------------------------------------------------------[] a fhir:ChargeItemDefinition;[a fhir:ChargeItemDefinition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "device"]; fhir:DomainResource.text [fhir:Narrative.status [ fhir:value "generated" ]fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ChargeItemDefinition</b><a name=\"device\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ChargeItemDefinition "device" </p></div><p><b>url</b>: <code>http://sap.org/ChargeItemDefinition/device-123</code></p><p><b>identifier</b>: id: urn:oid:2.16.840.1.113883.4.642.29.2</p><p><b>status</b>: active</p><p><b>description</b>: Financial details for custom made device</p><p><b>instance</b>: <a href=\"broken-link.html\">Device/12345</a></p><blockquote><p><b>applicability</b></p><h3>Conditions</h3><table class=\"grid\"><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><span title=\" syntax of expression may be incorrect, but you get the idea \">%context.service.suppliedItem.reference='Device/12345'</span></td></tr></table></blockquote><blockquote><p><b>propertyGroup</b></p><blockquote><p><b>priceComponent</b></p><p><b>type</b>: base</p><p><b>code</b>: Verkaufspreis (netto) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (billing-attributes#VK)</span></p></blockquote></blockquote><blockquote><p><b>propertyGroup</b></p><blockquote><p><b>applicability</b></p></blockquote><h3>PriceComponents</h3><table class=\"grid\"><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 style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (billing-attributes#MWST)</span></td><td>1.19</td></tr></table></blockquote><blockquote><p><b>propertyGroup</b></p><blockquote><p><b>applicability</b></p></blockquote><h3>PriceComponents</h3><table class=\"grid\"><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 style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (billing-attributes#MWST)</span></td><td>1.07</td></tr></table></blockquote></div>" ]; fhir:ChargeItemDefinition.url [ fhir:value "http://sap.org/ChargeItemDefinition/device-123"]; fhir:ChargeItemDefinition.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.29.2" ] ]; fhir:ChargeItemDefinition.status [ fhir:value "active"];fhir:ChargeItemDefinition.experimental [ fhir:value "true"];fhir:ChargeItemDefinition.description [ fhir:value "Financial details for custom made device"]; fhir:ChargeItemDefinition.instance [ fhir:index 0; fhir:Reference.reference [ fhir:value "Device/12345" ] ]; fhir:ChargeItemDefinition.applicability [ fhir:index 0;fhir:ChargeItemDefinition.description [ fhir:value "Verify ChargeItem pertains to Device 12345" ]; fhir:ChargeItemDefinition.language [ fhir:value "text/fhirpath" ]; fhir:ChargeItemDefinition.expression [ fhir:value "%context.service.suppliedItem='Device/12345'" ]fhir:ChargeItemDefinition.applicability.condition [ fhir:Expression.description [ fhir:value "Verify ChargeItem pertains to Device 12345" ]; fhir:Expression.language [ fhir:value "text/fhirpath" ]; fhir:Expression.expression [ fhir:value "%context.service.suppliedItem.reference='Device/12345'" ] ] ]; fhir:ChargeItemDefinition.propertyGroup [ fhir:index 0;fhir:ChargeItemDefinition.priceComponent [fhir:ChargeItemDefinition.propertyGroup.priceComponent [ fhir:index 0;fhir:ChargeItemDefinition.type [ fhir:value "base" ]; fhir:ChargeItemDefinition.code [fhir:MonetaryComponent.type [ fhir:value "base" ]; fhir:MonetaryComponent.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/billing-attributes" ]; fhir:Coding.code [ fhir:value "VK" ]; fhir:Coding.display [ fhir:value "Verkaufspreis (netto)" ] ] ];fhir:ChargeItemDefinition.amount [ fhir:Money.value [ fhir:value "67.44" ];fhir:MonetaryComponent.amount [ fhir:Money.value [ fhir:value "67.44"^^xsd:decimal ]; fhir:Money.currency [ fhir:value "EUR" ] ] ] ], [ fhir:index 1;fhir:ChargeItemDefinition.applicability [fhir:ChargeItemDefinition.propertyGroup.applicability [ fhir:index 0;fhir:ChargeItemDefinition.description [ fhir:value "Gültigkeit Steuersatz" ]; fhir:ChargeItemDefinition.language [ fhir:value "text/fhirpath" ]; fhir:ChargeItemDefinition.expression [ fhir:value "%context.occurenceDateTime > '2018-04-01'" ]fhir:ChargeItemDefinition.applicability.condition [ fhir:Expression.description [ fhir:value "Gültigkeit Steuersatz" ]; fhir:Expression.language [ fhir:value "text/fhirpath" ]; fhir:Expression.expression [ fhir:value "%context.occurenceDateTime > '2018-04-01'" ] ] ];fhir:ChargeItemDefinition.priceComponent [fhir:ChargeItemDefinition.propertyGroup.priceComponent [ fhir:index 0;fhir:ChargeItemDefinition.type [ fhir:value "tax" ]; fhir:ChargeItemDefinition.code [fhir:MonetaryComponent.type [ fhir:value "tax" ]; fhir:MonetaryComponent.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/billing-attributes" ]; fhir:Coding.code [ fhir:value "MWST" ]; fhir:Coding.display [ fhir:value "Mehrwersteuersatz" ] ] ];fhir:ChargeItemDefinition.factor [ fhir:value "1.19" ]fhir:MonetaryComponent.factor [ fhir:value "1.19"^^xsd:decimal ] ] ], [ fhir:index 2;fhir:ChargeItemDefinition.applicability [fhir:ChargeItemDefinition.propertyGroup.applicability [ fhir:index 0;fhir:ChargeItemDefinition.description [ fhir:value "Gültigkeit Steuersatz" ]; fhir:ChargeItemDefinition.language [ fhir:value "text/fhirpath" ]; fhir:ChargeItemDefinition.expression [ fhir:value "%context.occurenceDateTime <= '2018-04-01'" ]fhir:ChargeItemDefinition.applicability.condition [ fhir:Expression.description [ fhir:value "Gültigkeit Steuersatz" ]; fhir:Expression.language [ fhir:value "text/fhirpath" ]; fhir:Expression.expression [ fhir:value "%context.occurenceDateTime <= '2018-04-01'" ] ] ];fhir:ChargeItemDefinition.priceComponent [fhir:ChargeItemDefinition.propertyGroup.priceComponent [ fhir:index 0;fhir:ChargeItemDefinition.type [ fhir:value "tax" ]; fhir:ChargeItemDefinition.code [fhir:MonetaryComponent.type [ fhir:value "tax" ]; fhir:MonetaryComponent.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/billing-attributes" ]; fhir:Coding.code [ fhir:value "MWST" ]; fhir:Coding.display [ fhir:value "Mehrwersteuersatz" ] ] ];fhir:ChargeItemDefinition.factor [ fhir:value "1.07" ]fhir:MonetaryComponent.factor [ fhir:value "1.07"^^xsd:decimal ] ]] .]] . # - ontology header ------------------------------------------------------------ [a owl:Ontology; owl:imports fhir:fhir.ttl] . # -------------------------------------------------------------------------------------
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.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4B
(v4.3.0)
hl7.fhir.r4b.core#4.3.0
R5
Ballot
hl7.fhir.core#5.0.0-ballot
generated
on
Sat,
May
28,
Sep
10,
2022
12:54+1000.
05:01+1000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Glossary
|
QA
Page
|
Compare
to
R4
R4B
|
Compare
to
R5
Draft
|
|
Propose
a
change