ChargeItem.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <StructureDefinition xmlns="http://hl7.org/fhir"> 3 <id value="ChargeItem" /> 4 <meta> 5 <lastUpdated value="2023-03-26T06:21:02.749+02:00" /> 6 </meta> 7 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-category"> 8 <valueString value="Financial.General" /> 9 </extension> 10 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> 11 <valueCode value="trial-use" /> 12 </extension> 13 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> 14 <valueInteger value="1" /> 15 </extension> 16 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category"> 17 <valueCode value="patient" /> 18 </extension> 19 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> 20 <valueCode value="pa" /> 21 </extension> 22 <url value="http://hl7.org/fhir/StructureDefinition/ChargeItem" /> 23 <version value="5.0.0" /> 24 <name value="ChargeItem" /> 25 <status value="draft" /> 26 <experimental value="false" /> 27 <date value="2023-03-26T06:21:02.0000000+02:00" /> 28 <publisher value="Health Level Seven International (Patient Administration)" /> 29 <contact> 30 <telecom> 31 <system value="url" /> 32 <value value="http://hl7.org/fhir" /> 33 </telecom> 34 </contact> 35 <contact> 36 <telecom> 37 <system value="url" /> 38 <value value="http://www.hl7.org/Special/committees/pafm/index.cfm" /> 39 </telecom> 40 </contact> 41 <description value="The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation." /> 42 <jurisdiction> 43 <coding> 44 <system value="http://unstats.un.org/unsd/methods/m49/m49.htm" /> 45 <code value="001" /> 46 <display value="World" /> 47 </coding> 48 </jurisdiction> 49 <fhirVersion value="5.0.0" /> 50 <mapping> 51 <identity value="workflow" /> 52 <uri value="http://hl7.org/fhir/workflow" /> 53 <name value="Workflow Pattern" /> 54 </mapping> 55 <mapping> 56 <identity value="w5" /> 57 <uri value="http://hl7.org/fhir/fivews" /> 58 <name value="FiveWs Pattern Mapping" /> 59 </mapping> 60 <mapping> 61 <identity value="v2" /> 62 <uri value="http://hl7.org/v2" /> 63 <name value="HL7 V2 Mapping" /> 64 </mapping> 65 <mapping> 66 <identity value="rim" /> 67 <uri value="http://hl7.org/v3" /> 68 <name value="RIM Mapping" /> 69 </mapping> 70 <kind value="resource" /> 71 <abstract value="false" /> 72 <type value="ChargeItem" /> 73 <baseDefinition value="http://hl7.org/fhir/StructureDefinition/DomainResource" /> 74 <derivation value="specialization" /> 75 <snapshot> 76 <element id="ChargeItem"> 77 <path value="ChargeItem" /> 78 <short value="Item containing charge code(s) associated with the provision of healthcare provider products" /> 79 <definition value="The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation." /> 80 <min value="0" /> 81 <max value="*" /> 82 <base> 83 <path value="ChargeItem" /> 84 <min value="0" /> 85 <max value="*" /> 86 </base> 87 <constraint> 88 <key value="dom-2" /> 89 <severity value="error" /> 90 <human value="If the resource is contained in another resource, it SHALL NOT contain nested Resources" /> 91 <expression value="contained.contained.empty()" /> 92 <source value="http://hl7.org/fhir/StructureDefinition/DomainResource" /> 93 </constraint> 94 <constraint> 95 <key value="dom-3" /> 96 <severity value="error" /> 97 <human value="If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource" /> 98 <expression value="contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()" /> 99 <source value="http://hl7.org/fhir/StructureDefinition/DomainResource" /> 100 </constraint> 101 <constraint> 102 <key value="dom-4" /> 103 <severity value="error" /> 104 <human value="If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated" /> 105 <expression value="contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" /> 106 <source value="http://hl7.org/fhir/StructureDefinition/DomainResource" /> 107 </constraint> 108 <constraint> 109 <key value="dom-5" /> 110 <severity value="error" /> 111 <human value="If a resource is contained in another resource, it SHALL NOT have a security label" /> 112 <expression value="contained.meta.security.empty()" /> 113 <source value="http://hl7.org/fhir/StructureDefinition/DomainResource" /> 114 </constraint> 115 <constraint> 116 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice"> 117 <valueBoolean value="true" /> 118 </extension> 119 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation"> 120 <valueMarkdown value="When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." /> 121 </extension> 122 <key value="dom-6" /> 123 <severity value="warning" /> 124 <human value="A resource should have narrative for robust management" /> 125 <expression value="text.`div`.exists()" /> 126 <source value="http://hl7.org/fhir/StructureDefinition/DomainResource" /> 127 </constraint> 128 <mustSupport value="false" /> 129 <isModifier value="false" /> 130 <isSummary value="false" /> 131 <mapping> 132 <identity value="rim" /> 133 <map value="Entity, Role, or Act,Act[moodCode=EVN]" /> 134 </mapping> 135 <mapping> 136 <identity value="workflow" /> 137 <map value="Event" /> 138 </mapping> 139 <mapping> 140 <identity value="w5" /> 141 <map value="financial.support" /> 142 </mapping> 143 <mapping> 144 <identity value="v2" /> 145 <map value="FT1" /> 146 </mapping> 147 </element> 148 <element id="ChargeItem.id"> 149 <path value="ChargeItem.id" /> 150 <short value="Logical id of this artifact" /> 151 <definition value="The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes." /> 152 <comment value="Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case." /> 153 <min value="0" /> 154 <max value="1" /> 155 <base> 156 <path value="Resource.id" /> 157 <min value="0" /> 158 <max value="1" /> 159 </base> 160 <type> 161 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 162 <valueUrl value="id" /> 163 </extension> 164 <code value="http://hl7.org/fhirpath/System.String" /> 165 </type> 166 <mustSupport value="false" /> 167 <isModifier value="false" /> 168 <isSummary value="true" /> 169 </element> 170 <element id="ChargeItem.meta"> 171 <path value="ChargeItem.meta" /> 172 <short value="Metadata about the resource" /> 173 <definition value="The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource." /> 174 <min value="0" /> 175 <max value="1" /> 176 <base> 177 <path value="Resource.meta" /> 178 <min value="0" /> 179 <max value="1" /> 180 </base> 181 <type> 182 <code value="Meta" /> 183 </type> 184 <constraint> 185 <key value="ele-1" /> 186 <severity value="error" /> 187 <human value="All FHIR elements must have a @value or children" /> 188 <expression value="hasValue() or (children().count() > id.count())" /> 189 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 190 </constraint> 191 <mustSupport value="false" /> 192 <isModifier value="false" /> 193 <isSummary value="true" /> 194 </element> 195 <element id="ChargeItem.implicitRules"> 196 <path value="ChargeItem.implicitRules" /> 197 <short value="A set of rules under which this content was created" /> 198 <definition value="A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc." /> 199 <comment value="Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc." /> 200 <min value="0" /> 201 <max value="1" /> 202 <base> 203 <path value="Resource.implicitRules" /> 204 <min value="0" /> 205 <max value="1" /> 206 </base> 207 <type> 208 <code value="uri" /> 209 </type> 210 <constraint> 211 <key value="ele-1" /> 212 <severity value="error" /> 213 <human value="All FHIR elements must have a @value or children" /> 214 <expression value="hasValue() or (children().count() > id.count())" /> 215 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 216 </constraint> 217 <mustSupport value="false" /> 218 <isModifier value="true" /> 219 <isModifierReason value="This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies its meaning or interpretation" /> 220 <isSummary value="true" /> 221 </element> 222 <element id="ChargeItem.language"> 223 <path value="ChargeItem.language" /> 224 <short value="Language of the resource content" /> 225 <definition value="The base language in which the resource is written." /> 226 <comment value="Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute)." /> 227 <min value="0" /> 228 <max value="1" /> 229 <base> 230 <path value="Resource.language" /> 231 <min value="0" /> 232 <max value="1" /> 233 </base> 234 <type> 235 <code value="code" /> 236 </type> 237 <constraint> 238 <key value="ele-1" /> 239 <severity value="error" /> 240 <human value="All FHIR elements must have a @value or children" /> 241 <expression value="hasValue() or (children().count() > id.count())" /> 242 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 243 </constraint> 244 <mustSupport value="false" /> 245 <isModifier value="false" /> 246 <isSummary value="false" /> 247 <binding> 248 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 249 <valueString value="Language" /> 250 </extension> 251 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding"> 252 <valueBoolean value="true" /> 253 </extension> 254 <strength value="required" /> 255 <description value="IETF language tag for a human language" /> 256 <valueSet value="http://hl7.org/fhir/ValueSet/all-languages|5.0.0" /> 257 </binding> 258 </element> 259 <element id="ChargeItem.text"> 260 <path value="ChargeItem.text" /> 261 <short value="Text summary of the resource, for human interpretation" /> 262 <definition value="A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety." /> 263 <comment value="Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later." /> 264 <alias value="narrative" /> 265 <alias value="html" /> 266 <alias value="xhtml" /> 267 <alias value="display" /> 268 <min value="0" /> 269 <max value="1" /> 270 <base> 271 <path value="DomainResource.text" /> 272 <min value="0" /> 273 <max value="1" /> 274 </base> 275 <type> 276 <code value="Narrative" /> 277 </type> 278 <condition value="dom-6" /> 279 <constraint> 280 <key value="ele-1" /> 281 <severity value="error" /> 282 <human value="All FHIR elements must have a @value or children" /> 283 <expression value="hasValue() or (children().count() > id.count())" /> 284 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 285 </constraint> 286 <mustSupport value="false" /> 287 <isModifier value="false" /> 288 <isSummary value="false" /> 289 <mapping> 290 <identity value="rim" /> 291 <map value="Act.text?" /> 292 </mapping> 293 </element> 294 <element id="ChargeItem.contained"> 295 <path value="ChargeItem.contained" /> 296 <short value="Contained, inline Resources" /> 297 <definition value="These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning." /> 298 <comment value="This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels." /> 299 <alias value="inline resources" /> 300 <alias value="anonymous resources" /> 301 <alias value="contained resources" /> 302 <min value="0" /> 303 <max value="*" /> 304 <base> 305 <path value="DomainResource.contained" /> 306 <min value="0" /> 307 <max value="*" /> 308 </base> 309 <type> 310 <code value="Resource" /> 311 </type> 312 <condition value="dom-2" /> 313 <condition value="dom-4" /> 314 <condition value="dom-3" /> 315 <condition value="dom-5" /> 316 <mustSupport value="false" /> 317 <isModifier value="false" /> 318 <isSummary value="false" /> 319 <mapping> 320 <identity value="rim" /> 321 <map value="N/A" /> 322 </mapping> 323 </element> 324 <element id="ChargeItem.extension"> 325 <path value="ChargeItem.extension" /> 326 <short value="Additional content defined by implementations" /> 327 <definition value="May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." /> 328 <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." /> 329 <alias value="extensions" /> 330 <alias value="user content" /> 331 <min value="0" /> 332 <max value="*" /> 333 <base> 334 <path value="DomainResource.extension" /> 335 <min value="0" /> 336 <max value="*" /> 337 </base> 338 <type> 339 <code value="Extension" /> 340 </type> 341 <constraint> 342 <key value="ele-1" /> 343 <severity value="error" /> 344 <human value="All FHIR elements must have a @value or children" /> 345 <expression value="hasValue() or (children().count() > id.count())" /> 346 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 347 </constraint> 348 <constraint> 349 <key value="ext-1" /> 350 <severity value="error" /> 351 <human value="Must have either extensions or value[x], not both" /> 352 <expression value="extension.exists() != value.exists()" /> 353 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 354 </constraint> 355 <mustSupport value="false" /> 356 <isModifier value="false" /> 357 <isSummary value="false" /> 358 <mapping> 359 <identity value="rim" /> 360 <map value="N/A" /> 361 </mapping> 362 </element> 363 <element id="ChargeItem.modifierExtension"> 364 <path value="ChargeItem.modifierExtension" /> 365 <short value="Extensions that cannot be ignored" /> 366 <definition value="May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 367 <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." /> 368 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 369 <alias value="extensions" /> 370 <alias value="user content" /> 371 <min value="0" /> 372 <max value="*" /> 373 <base> 374 <path value="DomainResource.modifierExtension" /> 375 <min value="0" /> 376 <max value="*" /> 377 </base> 378 <type> 379 <code value="Extension" /> 380 </type> 381 <constraint> 382 <key value="ele-1" /> 383 <severity value="error" /> 384 <human value="All FHIR elements must have a @value or children" /> 385 <expression value="hasValue() or (children().count() > id.count())" /> 386 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 387 </constraint> 388 <constraint> 389 <key value="ext-1" /> 390 <severity value="error" /> 391 <human value="Must have either extensions or value[x], not both" /> 392 <expression value="extension.exists() != value.exists()" /> 393 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 394 </constraint> 395 <mustSupport value="false" /> 396 <isModifier value="true" /> 397 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them" /> 398 <isSummary value="true" /> 399 <mapping> 400 <identity value="rim" /> 401 <map value="N/A" /> 402 </mapping> 403 </element> 404 <element id="ChargeItem.identifier"> 405 <path value="ChargeItem.identifier" /> 406 <short value="Business Identifier for item" /> 407 <definition value="Identifiers assigned to this event performer or other systems." /> 408 <requirements value="Allows identification of the charge Item as it is known by various participating systems and in a way that remains consistent across servers." /> 409 <min value="0" /> 410 <max value="*" /> 411 <base> 412 <path value="ChargeItem.identifier" /> 413 <min value="0" /> 414 <max value="*" /> 415 </base> 416 <type> 417 <code value="Identifier" /> 418 </type> 419 <constraint> 420 <key value="ele-1" /> 421 <severity value="error" /> 422 <human value="All FHIR elements must have a @value or children" /> 423 <expression value="hasValue() or (children().count() > id.count())" /> 424 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 425 </constraint> 426 <mustSupport value="false" /> 427 <isModifier value="false" /> 428 <isSummary value="true" /> 429 <mapping> 430 <identity value="workflow" /> 431 <map value="Event.identifier" /> 432 </mapping> 433 <mapping> 434 <identity value="w5" /> 435 <map value="FiveWs.identifier" /> 436 </mapping> 437 <mapping> 438 <identity value="v2" /> 439 <map value="FT1.2" /> 440 </mapping> 441 <mapping> 442 <identity value="rim" /> 443 <map value=".identifier" /> 444 </mapping> 445 </element> 446 <element id="ChargeItem.definitionUri"> 447 <path value="ChargeItem.definitionUri" /> 448 <short value="Defining information about the code of this charge item" /> 449 <definition value="References the (external) source of pricing information, rules of application for the code this ChargeItem uses." /> 450 <min value="0" /> 451 <max value="*" /> 452 <base> 453 <path value="ChargeItem.definitionUri" /> 454 <min value="0" /> 455 <max value="*" /> 456 </base> 457 <type> 458 <code value="uri" /> 459 </type> 460 <constraint> 461 <key value="ele-1" /> 462 <severity value="error" /> 463 <human value="All FHIR elements must have a @value or children" /> 464 <expression value="hasValue() or (children().count() > id.count())" /> 465 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 466 </constraint> 467 <mustSupport value="false" /> 468 <isModifier value="false" /> 469 <isSummary value="false" /> 470 <mapping> 471 <identity value="v2" /> 472 <map value="Varies by domain" /> 473 </mapping> 474 <mapping> 475 <identity value="rim" /> 476 <map value=".outboundRelationship[typeCode=DEFN].target" /> 477 </mapping> 478 </element> 479 <element id="ChargeItem.definitionCanonical"> 480 <path value="ChargeItem.definitionCanonical" /> 481 <short value="Resource defining the code of this ChargeItem" /> 482 <definition value="References the source of pricing information, rules of application for the code this ChargeItem uses." /> 483 <min value="0" /> 484 <max value="*" /> 485 <base> 486 <path value="ChargeItem.definitionCanonical" /> 487 <min value="0" /> 488 <max value="*" /> 489 </base> 490 <type> 491 <code value="canonical" /> 492 <targetProfile value="http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" /> 493 </type> 494 <constraint> 495 <key value="ele-1" /> 496 <severity value="error" /> 497 <human value="All FHIR elements must have a @value or children" /> 498 <expression value="hasValue() or (children().count() > id.count())" /> 499 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 500 </constraint> 501 <mustSupport value="false" /> 502 <isModifier value="false" /> 503 <isSummary value="false" /> 504 <mapping> 505 <identity value="v2" /> 506 <map value="Varies by domain" /> 507 </mapping> 508 <mapping> 509 <identity value="rim" /> 510 <map value=".outboundRelationship[typeCode=DEFN].target" /> 511 </mapping> 512 </element> 513 <element id="ChargeItem.status"> 514 <path value="ChargeItem.status" /> 515 <short value="planned | billable | not-billable | aborted | billed | entered-in-error | unknown" /> 516 <definition value="The current state of the ChargeItem." /> 517 <comment value="Unknown does not represent "other" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is. This element is labeled as a modifier because the status contains the code entered-in-error that marks the charge item as not currently valid." /> 518 <min value="1" /> 519 <max value="1" /> 520 <base> 521 <path value="ChargeItem.status" /> 522 <min value="1" /> 523 <max value="1" /> 524 </base> 525 <type> 526 <code value="code" /> 527 </type> 528 <constraint> 529 <key value="ele-1" /> 530 <severity value="error" /> 531 <human value="All FHIR elements must have a @value or children" /> 532 <expression value="hasValue() or (children().count() > id.count())" /> 533 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 534 </constraint> 535 <mustSupport value="false" /> 536 <isModifier value="true" /> 537 <isModifierReason value="This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid" /> 538 <isSummary value="true" /> 539 <binding> 540 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 541 <valueString value="ChargeItemStatus" /> 542 </extension> 543 <strength value="required" /> 544 <description value="Codes identifying the lifecycle stage of a ChargeItem." /> 545 <valueSet value="http://hl7.org/fhir/ValueSet/chargeitem-status|5.0.0" /> 546 </binding> 547 <mapping> 548 <identity value="workflow" /> 549 <map value="Event.status" /> 550 </mapping> 551 <mapping> 552 <identity value="w5" /> 553 <map value="FiveWs.status" /> 554 </mapping> 555 <mapping> 556 <identity value="v2" /> 557 <map value="Varies by domain" /> 558 </mapping> 559 <mapping> 560 <identity value="rim" /> 561 <map value=".status" /> 562 </mapping> 563 </element> 564 <element id="ChargeItem.partOf"> 565 <path value="ChargeItem.partOf" /> 566 <short value="Part of referenced ChargeItem" /> 567 <definition value="ChargeItems can be grouped to larger ChargeItems covering the whole set." /> 568 <requirements value="E.g. Drug administration as part of a procedure, procedure as part of observation, etc." /> 569 <alias value="container" /> 570 <min value="0" /> 571 <max value="*" /> 572 <base> 573 <path value="ChargeItem.partOf" /> 574 <min value="0" /> 575 <max value="*" /> 576 </base> 577 <type> 578 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy"> 579 <valueBoolean value="true" /> 580 </extension> 581 <code value="Reference" /> 582 <targetProfile value="http://hl7.org/fhir/StructureDefinition/ChargeItem" /> 583 </type> 584 <constraint> 585 <key value="ele-1" /> 586 <severity value="error" /> 587 <human value="All FHIR elements must have a @value or children" /> 588 <expression value="hasValue() or (children().count() > id.count())" /> 589 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 590 </constraint> 591 <mustSupport value="false" /> 592 <isModifier value="false" /> 593 <isSummary value="false" /> 594 <mapping> 595 <identity value="workflow" /> 596 <map value="Event.partOf" /> 597 </mapping> 598 <mapping> 599 <identity value="v2" /> 600 <map value="Varies by domain" /> 601 </mapping> 602 <mapping> 603 <identity value="rim" /> 604 <map value=".inboundRelationship[typeCode=COMP].source[moodCode=EVN]" /> 605 </mapping> 606 </element> 607 <element id="ChargeItem.code"> 608 <path value="ChargeItem.code" /> 609 <short value="A code that identifies the charge, like a billing code" /> 610 <definition value="A code that identifies the charge, like a billing code." /> 611 <alias value="type" /> 612 <min value="1" /> 613 <max value="1" /> 614 <base> 615 <path value="ChargeItem.code" /> 616 <min value="1" /> 617 <max value="1" /> 618 </base> 619 <type> 620 <code value="CodeableConcept" /> 621 </type> 622 <constraint> 623 <key value="ele-1" /> 624 <severity value="error" /> 625 <human value="All FHIR elements must have a @value or children" /> 626 <expression value="hasValue() or (children().count() > id.count())" /> 627 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 628 </constraint> 629 <mustSupport value="false" /> 630 <isModifier value="false" /> 631 <isSummary value="true" /> 632 <binding> 633 <extension url="http://hl7.org/fhir/tools/StructureDefinition/binding-definition"> 634 <valueString value="Example set of codes that can be used for billing purposes." /> 635 </extension> 636 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 637 <valueString value="ChargeItemCode" /> 638 </extension> 639 <strength value="example" /> 640 <description value="Example codes for billing purposes" /> 641 <valueSet value="http://hl7.org/fhir/ValueSet/chargeitem-billingcodes" /> 642 </binding> 643 <mapping> 644 <identity value="workflow" /> 645 <map value="Event.code" /> 646 </mapping> 647 <mapping> 648 <identity value="w5" /> 649 <map value="FiveWs.what[x]" /> 650 </mapping> 651 <mapping> 652 <identity value="v2" /> 653 <map value="FT1.7" /> 654 </mapping> 655 <mapping> 656 <identity value="rim" /> 657 <map value=".code" /> 658 </mapping> 659 </element> 660 <element id="ChargeItem.subject"> 661 <path value="ChargeItem.subject" /> 662 <short value="Individual service was done for/to" /> 663 <definition value="The individual or set of individuals the action is being or was performed on." /> 664 <requirements value="Links the event to the Patient context." /> 665 <alias value="patient" /> 666 <min value="1" /> 667 <max value="1" /> 668 <base> 669 <path value="ChargeItem.subject" /> 670 <min value="1" /> 671 <max value="1" /> 672 </base> 673 <type> 674 <code value="Reference" /> 675 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" /> 676 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Group" /> 677 </type> 678 <constraint> 679 <key value="ele-1" /> 680 <severity value="error" /> 681 <human value="All FHIR elements must have a @value or children" /> 682 <expression value="hasValue() or (children().count() > id.count())" /> 683 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 684 </constraint> 685 <mustSupport value="false" /> 686 <isModifier value="false" /> 687 <isSummary value="true" /> 688 <mapping> 689 <identity value="workflow" /> 690 <map value="Event.subject" /> 691 </mapping> 692 <mapping> 693 <identity value="w5" /> 694 <map value="FiveWs.subject[x]" /> 695 </mapping> 696 <mapping> 697 <identity value="v2" /> 698 <map value="PAT in proximity to FT1 segment" /> 699 </mapping> 700 <mapping> 701 <identity value="rim" /> 702 <map value=".participation[typeCode=SBJ].role" /> 703 </mapping> 704 </element> 705 <element id="ChargeItem.encounter"> 706 <path value="ChargeItem.encounter" /> 707 <short value="Encounter associated with this ChargeItem" /> 708 <definition value="This ChargeItem has the details of how the associated Encounter should be billed or otherwise be handled by finance systems." /> 709 <comment value="This ChargeItem may be recorded during planning, execution or after the actual encounter takes place." /> 710 <min value="0" /> 711 <max value="1" /> 712 <base> 713 <path value="ChargeItem.encounter" /> 714 <min value="0" /> 715 <max value="1" /> 716 </base> 717 <type> 718 <code value="Reference" /> 719 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Encounter" /> 720 </type> 721 <constraint> 722 <key value="ele-1" /> 723 <severity value="error" /> 724 <human value="All FHIR elements must have a @value or children" /> 725 <expression value="hasValue() or (children().count() > id.count())" /> 726 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 727 </constraint> 728 <mustSupport value="false" /> 729 <isModifier value="false" /> 730 <isSummary value="true" /> 731 <mapping> 732 <identity value="workflow" /> 733 <map value="Event.encounter" /> 734 </mapping> 735 <mapping> 736 <identity value="w5" /> 737 <map value="FiveWs.context" /> 738 </mapping> 739 <mapping> 740 <identity value="v2" /> 741 <map value="PV1 in proximity to FT1 segment" /> 742 </mapping> 743 <mapping> 744 <identity value="rim" /> 745 <map value=".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]" /> 746 </mapping> 747 </element> 748 <element id="ChargeItem.occurrence[x]"> 749 <path value="ChargeItem.occurrence[x]" /> 750 <short value="When the charged service was applied" /> 751 <definition value="Date/time(s) or duration when the charged service was applied." /> 752 <comment value="The list of types may be constrained as appropriate for the type of charge item." /> 753 <alias value="timing" /> 754 <min value="0" /> 755 <max value="1" /> 756 <base> 757 <path value="ChargeItem.occurrence[x]" /> 758 <min value="0" /> 759 <max value="1" /> 760 </base> 761 <type> 762 <code value="dateTime" /> 763 </type> 764 <type> 765 <code value="Period" /> 766 </type> 767 <type> 768 <code value="Timing" /> 769 </type> 770 <constraint> 771 <key value="ele-1" /> 772 <severity value="error" /> 773 <human value="All FHIR elements must have a @value or children" /> 774 <expression value="hasValue() or (children().count() > id.count())" /> 775 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 776 </constraint> 777 <mustSupport value="false" /> 778 <isModifier value="false" /> 779 <isSummary value="true" /> 780 <mapping> 781 <identity value="workflow" /> 782 <map value="Event.occurrence[x]" /> 783 </mapping> 784 <mapping> 785 <identity value="w5" /> 786 <map value="FiveWs.done[x]" /> 787 </mapping> 788 <mapping> 789 <identity value="v2" /> 790 <map value="Varies by domain" /> 791 </mapping> 792 <mapping> 793 <identity value="rim" /> 794 <map value=".effectiveTime" /> 795 </mapping> 796 </element> 797 <element id="ChargeItem.performer"> 798 <path value="ChargeItem.performer" /> 799 <short value="Who performed charged service" /> 800 <definition value="Indicates who or what performed or participated in the charged service." /> 801 <min value="0" /> 802 <max value="*" /> 803 <base> 804 <path value="ChargeItem.performer" /> 805 <min value="0" /> 806 <max value="*" /> 807 </base> 808 <type> 809 <code value="BackboneElement" /> 810 </type> 811 <constraint> 812 <key value="ele-1" /> 813 <severity value="error" /> 814 <human value="All FHIR elements must have a @value or children" /> 815 <expression value="hasValue() or (children().count() > id.count())" /> 816 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 817 </constraint> 818 <mustSupport value="false" /> 819 <isModifier value="false" /> 820 <isSummary value="false" /> 821 <mapping> 822 <identity value="workflow" /> 823 <map value="Event.performer" /> 824 </mapping> 825 <mapping> 826 <identity value="v2" /> 827 <map value="EVN.5 or by domain" /> 828 </mapping> 829 <mapping> 830 <identity value="rim" /> 831 <map value=".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]" /> 832 </mapping> 833 </element> 834 <element id="ChargeItem.performer.id"> 835 <path value="ChargeItem.performer.id" /> 836 <representation value="xmlAttr" /> 837 <short value="Unique id for inter-element referencing" /> 838 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 839 <min value="0" /> 840 <max value="1" /> 841 <base> 842 <path value="Element.id" /> 843 <min value="0" /> 844 <max value="1" /> 845 </base> 846 <type> 847 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 848 <valueUrl value="string" /> 849 </extension> 850 <code value="http://hl7.org/fhirpath/System.String" /> 851 </type> 852 <condition value="ele-1" /> 853 <isModifier value="false" /> 854 <isSummary value="false" /> 855 <mapping> 856 <identity value="rim" /> 857 <map value="n/a" /> 858 </mapping> 859 </element> 860 <element id="ChargeItem.performer.extension"> 861 <path value="ChargeItem.performer.extension" /> 862 <short value="Additional content defined by implementations" /> 863 <definition value="May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." /> 864 <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." /> 865 <alias value="extensions" /> 866 <alias value="user content" /> 867 <min value="0" /> 868 <max value="*" /> 869 <base> 870 <path value="Element.extension" /> 871 <min value="0" /> 872 <max value="*" /> 873 </base> 874 <type> 875 <code value="Extension" /> 876 </type> 877 <constraint> 878 <key value="ele-1" /> 879 <severity value="error" /> 880 <human value="All FHIR elements must have a @value or children" /> 881 <expression value="hasValue() or (children().count() > id.count())" /> 882 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 883 </constraint> 884 <constraint> 885 <key value="ext-1" /> 886 <severity value="error" /> 887 <human value="Must have either extensions or value[x], not both" /> 888 <expression value="extension.exists() != value.exists()" /> 889 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 890 </constraint> 891 <isModifier value="false" /> 892 <isSummary value="false" /> 893 <mapping> 894 <identity value="rim" /> 895 <map value="n/a" /> 896 </mapping> 897 </element> 898 <element id="ChargeItem.performer.modifierExtension"> 899 <path value="ChargeItem.performer.modifierExtension" /> 900 <short value="Extensions that cannot be ignored even if unrecognized" /> 901 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 902 <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." /> 903 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 904 <alias value="extensions" /> 905 <alias value="user content" /> 906 <alias value="modifiers" /> 907 <min value="0" /> 908 <max value="*" /> 909 <base> 910 <path value="BackboneElement.modifierExtension" /> 911 <min value="0" /> 912 <max value="*" /> 913 </base> 914 <type> 915 <code value="Extension" /> 916 </type> 917 <constraint> 918 <key value="ele-1" /> 919 <severity value="error" /> 920 <human value="All FHIR elements must have a @value or children" /> 921 <expression value="hasValue() or (children().count() > id.count())" /> 922 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 923 </constraint> 924 <constraint> 925 <key value="ext-1" /> 926 <severity value="error" /> 927 <human value="Must have either extensions or value[x], not both" /> 928 <expression value="extension.exists() != value.exists()" /> 929 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 930 </constraint> 931 <isModifier value="true" /> 932 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 933 <isSummary value="true" /> 934 <mapping> 935 <identity value="rim" /> 936 <map value="N/A" /> 937 </mapping> 938 </element> 939 <element id="ChargeItem.performer.function"> 940 <path value="ChargeItem.performer.function" /> 941 <short value="What type of performance was done" /> 942 <definition value="Describes the type of performance or participation(e.g. primary surgeon, anesthesiologiest, etc.)." /> 943 <min value="0" /> 944 <max value="1" /> 945 <base> 946 <path value="ChargeItem.performer.function" /> 947 <min value="0" /> 948 <max value="1" /> 949 </base> 950 <type> 951 <code value="CodeableConcept" /> 952 </type> 953 <constraint> 954 <key value="ele-1" /> 955 <severity value="error" /> 956 <human value="All FHIR elements must have a @value or children" /> 957 <expression value="hasValue() or (children().count() > id.count())" /> 958 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 959 </constraint> 960 <mustSupport value="false" /> 961 <isModifier value="false" /> 962 <isSummary value="false" /> 963 <binding> 964 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 965 <valueString value="ChargeItemPerformerFunction" /> 966 </extension> 967 <strength value="example" /> 968 <description value="Codes describing the types of functional roles performers can take on when performing events." /> 969 <valueSet value="http://hl7.org/fhir/ValueSet/performer-role" /> 970 </binding> 971 <mapping> 972 <identity value="workflow" /> 973 <map value="Event.performer.function" /> 974 </mapping> 975 <mapping> 976 <identity value="v2" /> 977 <map value="Varies by domain" /> 978 </mapping> 979 <mapping> 980 <identity value="rim" /> 981 <map value=".participation.functionCode" /> 982 </mapping> 983 </element> 984 <element id="ChargeItem.performer.actor"> 985 <path value="ChargeItem.performer.actor" /> 986 <short value="Individual who was performing" /> 987 <definition value="The device, practitioner, etc. who performed or participated in the service." /> 988 <min value="1" /> 989 <max value="1" /> 990 <base> 991 <path value="ChargeItem.performer.actor" /> 992 <min value="1" /> 993 <max value="1" /> 994 </base> 995 <type> 996 <code value="Reference" /> 997 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" /> 998 <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" /> 999 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 1000 <targetProfile value="http://hl7.org/fhir/StructureDefinition/HealthcareService" /> 1001 <targetProfile value="http://hl7.org/fhir/StructureDefinition/CareTeam" /> 1002 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" /> 1003 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" /> 1004 <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" /> 1005 </type> 1006 <constraint> 1007 <key value="ele-1" /> 1008 <severity value="error" /> 1009 <human value="All FHIR elements must have a @value or children" /> 1010 <expression value="hasValue() or (children().count() > id.count())" /> 1011 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1012 </constraint> 1013 <mustSupport value="false" /> 1014 <isModifier value="false" /> 1015 <isSummary value="false" /> 1016 <mapping> 1017 <identity value="workflow" /> 1018 <map value="Event.performer.actor" /> 1019 </mapping> 1020 <mapping> 1021 <identity value="w5" /> 1022 <map value="FiveWs.actor" /> 1023 </mapping> 1024 <mapping> 1025 <identity value="v2" /> 1026 <map value="EVN.5 or by domain" /> 1027 </mapping> 1028 <mapping> 1029 <identity value="rim" /> 1030 <map value=".player" /> 1031 </mapping> 1032 </element> 1033 <element id="ChargeItem.performingOrganization"> 1034 <path value="ChargeItem.performingOrganization" /> 1035 <short value="Organization providing the charged service" /> 1036 <definition value="The organization performing the service." /> 1037 <comment value="Practitioners and Devices can be associated with multiple organizations. It has to be made clear, on behalf of which Organization the services have been rendered." /> 1038 <min value="0" /> 1039 <max value="1" /> 1040 <base> 1041 <path value="ChargeItem.performingOrganization" /> 1042 <min value="0" /> 1043 <max value="1" /> 1044 </base> 1045 <type> 1046 <code value="Reference" /> 1047 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 1048 </type> 1049 <constraint> 1050 <key value="ele-1" /> 1051 <severity value="error" /> 1052 <human value="All FHIR elements must have a @value or children" /> 1053 <expression value="hasValue() or (children().count() > id.count())" /> 1054 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1055 </constraint> 1056 <mustSupport value="false" /> 1057 <isModifier value="false" /> 1058 <isSummary value="false" /> 1059 <mapping> 1060 <identity value="workflow" /> 1061 <map value="Event.performer.actor" /> 1062 </mapping> 1063 <mapping> 1064 <identity value="v2" /> 1065 <map value="N/A" /> 1066 </mapping> 1067 <mapping> 1068 <identity value="rim" /> 1069 <map value=".scoper" /> 1070 </mapping> 1071 </element> 1072 <element id="ChargeItem.requestingOrganization"> 1073 <path value="ChargeItem.requestingOrganization" /> 1074 <short value="Organization requesting the charged service" /> 1075 <definition value="The organization requesting the service." /> 1076 <comment value="The rendered Service might not be associated with a Request. This property indicates which Organization requested the services to be rendered. (In many cases, this may just be the Department associated with the Encounter.location)." /> 1077 <min value="0" /> 1078 <max value="1" /> 1079 <base> 1080 <path value="ChargeItem.requestingOrganization" /> 1081 <min value="0" /> 1082 <max value="1" /> 1083 </base> 1084 <type> 1085 <code value="Reference" /> 1086 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 1087 </type> 1088 <constraint> 1089 <key value="ele-1" /> 1090 <severity value="error" /> 1091 <human value="All FHIR elements must have a @value or children" /> 1092 <expression value="hasValue() or (children().count() > id.count())" /> 1093 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1094 </constraint> 1095 <mustSupport value="false" /> 1096 <isModifier value="false" /> 1097 <isSummary value="false" /> 1098 <mapping> 1099 <identity value="v2" /> 1100 <map value="N/A" /> 1101 </mapping> 1102 <mapping> 1103 <identity value="rim" /> 1104 <map value=".scoper" /> 1105 </mapping> 1106 </element> 1107 <element id="ChargeItem.costCenter"> 1108 <path value="ChargeItem.costCenter" /> 1109 <short value="Organization that has ownership of the (potential, future) revenue" /> 1110 <definition value="The financial cost center permits the tracking of charge attribution." /> 1111 <comment value="The costCenter could either be given as a reference to an Organization(Role) resource or as the identifier of the cost center determined by Reference.identifier.value and Reference.identifier.system, depending on use case requirements." /> 1112 <min value="0" /> 1113 <max value="1" /> 1114 <base> 1115 <path value="ChargeItem.costCenter" /> 1116 <min value="0" /> 1117 <max value="1" /> 1118 </base> 1119 <type> 1120 <code value="Reference" /> 1121 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 1122 </type> 1123 <constraint> 1124 <key value="ele-1" /> 1125 <severity value="error" /> 1126 <human value="All FHIR elements must have a @value or children" /> 1127 <expression value="hasValue() or (children().count() > id.count())" /> 1128 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1129 </constraint> 1130 <mustSupport value="false" /> 1131 <isModifier value="false" /> 1132 <isSummary value="false" /> 1133 <mapping> 1134 <identity value="v2" /> 1135 <map value="FT1.13" /> 1136 </mapping> 1137 </element> 1138 <element id="ChargeItem.quantity"> 1139 <path value="ChargeItem.quantity" /> 1140 <short value="Quantity of which the charge item has been serviced" /> 1141 <definition value="Quantity of which the charge item has been serviced." /> 1142 <comment value="In many cases this may just be a value, if the underlying units are implicit in the definition of the charge item code." /> 1143 <min value="0" /> 1144 <max value="1" /> 1145 <base> 1146 <path value="ChargeItem.quantity" /> 1147 <min value="0" /> 1148 <max value="1" /> 1149 </base> 1150 <type> 1151 <code value="Quantity" /> 1152 </type> 1153 <constraint> 1154 <key value="ele-1" /> 1155 <severity value="error" /> 1156 <human value="All FHIR elements must have a @value or children" /> 1157 <expression value="hasValue() or (children().count() > id.count())" /> 1158 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1159 </constraint> 1160 <mustSupport value="false" /> 1161 <isModifier value="false" /> 1162 <isSummary value="true" /> 1163 <mapping> 1164 <identity value="v2" /> 1165 <map value="FT1.10" /> 1166 </mapping> 1167 </element> 1168 <element id="ChargeItem.bodysite"> 1169 <path value="ChargeItem.bodysite" /> 1170 <short value="Anatomical location, if relevant" /> 1171 <definition value="The anatomical location where the related service has been applied." /> 1172 <comment value="Only used if not implicit in code found in Condition.code. If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [http://hl7.org/fhir/StructureDefinition/bodySite](http://hl7.org/fhir/extensions/StructureDefinition-bodySite.html). May be a summary code, or a reference to a very precise definition of the location, or both." /> 1173 <min value="0" /> 1174 <max value="*" /> 1175 <base> 1176 <path value="ChargeItem.bodysite" /> 1177 <min value="0" /> 1178 <max value="*" /> 1179 </base> 1180 <type> 1181 <code value="CodeableConcept" /> 1182 </type> 1183 <constraint> 1184 <key value="ele-1" /> 1185 <severity value="error" /> 1186 <human value="All FHIR elements must have a @value or children" /> 1187 <expression value="hasValue() or (children().count() > id.count())" /> 1188 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1189 </constraint> 1190 <mustSupport value="false" /> 1191 <isModifier value="false" /> 1192 <isSummary value="true" /> 1193 <binding> 1194 <extension url="http://hl7.org/fhir/tools/StructureDefinition/binding-definition"> 1195 <valueString value="Codes describing anatomical locations. May include laterality." /> 1196 </extension> 1197 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 1198 <valueString value="BodySite" /> 1199 </extension> 1200 <strength value="example" /> 1201 <description value="SNOMED CT Body site concepts" /> 1202 <valueSet value="http://hl7.org/fhir/ValueSet/body-site" /> 1203 </binding> 1204 <mapping> 1205 <identity value="rim" /> 1206 <map value=".targetBodySiteCode" /> 1207 </mapping> 1208 </element> 1209 <element id="ChargeItem.unitPriceComponent"> 1210 <path value="ChargeItem.unitPriceComponent" /> 1211 <short value="Unit price overriding the associated rules" /> 1212 <definition value="The unit price of the chargable item." /> 1213 <comment value="This could be communicated in ChargeItemDefinition. But if ChargeItemDefinition is not supported or not available, the unit price can be communicated in this property." /> 1214 <min value="0" /> 1215 <max value="1" /> 1216 <base> 1217 <path value="ChargeItem.unitPriceComponent" /> 1218 <min value="0" /> 1219 <max value="1" /> 1220 </base> 1221 <type> 1222 <code value="MonetaryComponent" /> 1223 </type> 1224 <constraint> 1225 <key value="ele-1" /> 1226 <severity value="error" /> 1227 <human value="All FHIR elements must have a @value or children" /> 1228 <expression value="hasValue() or (children().count() > id.count())" /> 1229 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1230 </constraint> 1231 <mustSupport value="false" /> 1232 <isModifier value="false" /> 1233 <isSummary value="false" /> 1234 <mapping> 1235 <identity value="v2" /> 1236 <map value="FT1.22" /> 1237 </mapping> 1238 </element> 1239 <element id="ChargeItem.totalPriceComponent"> 1240 <path value="ChargeItem.totalPriceComponent" /> 1241 <short value="Total price overriding the associated rules" /> 1242 <definition value="The total price for the chargable item, accounting for the quantity." /> 1243 <comment value=" Often, the total price may be be calculated and recorded on the Invoice, but if a calculated total price must be exchanged prior to Invoice creation, it can be communicated in this property." /> 1244 <min value="0" /> 1245 <max value="1" /> 1246 <base> 1247 <path value="ChargeItem.totalPriceComponent" /> 1248 <min value="0" /> 1249 <max value="1" /> 1250 </base> 1251 <type> 1252 <code value="MonetaryComponent" /> 1253 </type> 1254 <constraint> 1255 <key value="ele-1" /> 1256 <severity value="error" /> 1257 <human value="All FHIR elements must have a @value or children" /> 1258 <expression value="hasValue() or (children().count() > id.count())" /> 1259 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1260 </constraint> 1261 <mustSupport value="false" /> 1262 <isModifier value="false" /> 1263 <isSummary value="false" /> 1264 <mapping> 1265 <identity value="v2" /> 1266 <map value="FT1.22" /> 1267 </mapping> 1268 </element> 1269 <element id="ChargeItem.overrideReason"> 1270 <path value="ChargeItem.overrideReason" /> 1271 <short value="Reason for overriding the list price/factor" /> 1272 <definition value="If the list price or the rule-based factor associated with the code is overridden, this attribute can capture a text to indicate the reason for this action." /> 1273 <min value="0" /> 1274 <max value="1" /> 1275 <base> 1276 <path value="ChargeItem.overrideReason" /> 1277 <min value="0" /> 1278 <max value="1" /> 1279 </base> 1280 <type> 1281 <code value="CodeableConcept" /> 1282 </type> 1283 <constraint> 1284 <key value="ele-1" /> 1285 <severity value="error" /> 1286 <human value="All FHIR elements must have a @value or children" /> 1287 <expression value="hasValue() or (children().count() > id.count())" /> 1288 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1289 </constraint> 1290 <mustSupport value="false" /> 1291 <isModifier value="false" /> 1292 <isSummary value="false" /> 1293 <binding> 1294 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 1295 <valueString value="override-reason" /> 1296 </extension> 1297 <strength value="example" /> 1298 <description value="Local or regional codes covering why a price was overridden" /> 1299 </binding> 1300 </element> 1301 <element id="ChargeItem.enterer"> 1302 <path value="ChargeItem.enterer" /> 1303 <short value="Individual who was entering" /> 1304 <definition value="The device, practitioner, etc. who entered the charge item." /> 1305 <comment value="The enterer is also the person considered responsible for factor/price overrides if applicable." /> 1306 <min value="0" /> 1307 <max value="1" /> 1308 <base> 1309 <path value="ChargeItem.enterer" /> 1310 <min value="0" /> 1311 <max value="1" /> 1312 </base> 1313 <type> 1314 <code value="Reference" /> 1315 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" /> 1316 <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" /> 1317 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 1318 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" /> 1319 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" /> 1320 <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" /> 1321 </type> 1322 <constraint> 1323 <key value="ele-1" /> 1324 <severity value="error" /> 1325 <human value="All FHIR elements must have a @value or children" /> 1326 <expression value="hasValue() or (children().count() > id.count())" /> 1327 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1328 </constraint> 1329 <mustSupport value="false" /> 1330 <isModifier value="false" /> 1331 <isSummary value="true" /> 1332 <mapping> 1333 <identity value="w5" /> 1334 <map value="FiveWs.actor" /> 1335 </mapping> 1336 <mapping> 1337 <identity value="v2" /> 1338 <map value="EVN.5 or by domain" /> 1339 </mapping> 1340 <mapping> 1341 <identity value="rim" /> 1342 <map value=".player" /> 1343 </mapping> 1344 </element> 1345 <element id="ChargeItem.enteredDate"> 1346 <path value="ChargeItem.enteredDate" /> 1347 <short value="Date the charge item was entered" /> 1348 <definition value="Date the charge item was entered." /> 1349 <comment value="The actual date when the service associated with the charge has been rendered is captured in occurrence[x]." /> 1350 <min value="0" /> 1351 <max value="1" /> 1352 <base> 1353 <path value="ChargeItem.enteredDate" /> 1354 <min value="0" /> 1355 <max value="1" /> 1356 </base> 1357 <type> 1358 <code value="dateTime" /> 1359 </type> 1360 <constraint> 1361 <key value="ele-1" /> 1362 <severity value="error" /> 1363 <human value="All FHIR elements must have a @value or children" /> 1364 <expression value="hasValue() or (children().count() > id.count())" /> 1365 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1366 </constraint> 1367 <mustSupport value="false" /> 1368 <isModifier value="false" /> 1369 <isSummary value="true" /> 1370 </element> 1371 <element id="ChargeItem.reason"> 1372 <path value="ChargeItem.reason" /> 1373 <short value="Why was the charged service rendered?" /> 1374 <definition value="Describes why the event occurred in coded or textual form." /> 1375 <comment value="If the application of the charge item requires a reason to be given, it can be captured here. Textual reasons can be captured using reasonCode.text." /> 1376 <min value="0" /> 1377 <max value="*" /> 1378 <base> 1379 <path value="ChargeItem.reason" /> 1380 <min value="0" /> 1381 <max value="*" /> 1382 </base> 1383 <type> 1384 <code value="CodeableConcept" /> 1385 </type> 1386 <constraint> 1387 <key value="ele-1" /> 1388 <severity value="error" /> 1389 <human value="All FHIR elements must have a @value or children" /> 1390 <expression value="hasValue() or (children().count() > id.count())" /> 1391 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1392 </constraint> 1393 <mustSupport value="false" /> 1394 <isModifier value="false" /> 1395 <isSummary value="false" /> 1396 <binding> 1397 <extension url="http://hl7.org/fhir/tools/StructureDefinition/binding-definition"> 1398 <valueString value="Example binding for reason." /> 1399 </extension> 1400 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 1401 <valueString value="ChargeItemReason" /> 1402 </extension> 1403 <strength value="example" /> 1404 <description value="ICD 10 diagnosis codes" /> 1405 <valueSet value="http://hl7.org/fhir/ValueSet/icd-10" /> 1406 </binding> 1407 <mapping> 1408 <identity value="workflow" /> 1409 <map value="Event.reason" /> 1410 </mapping> 1411 <mapping> 1412 <identity value="w5" /> 1413 <map value="FiveWs.why[x]" /> 1414 </mapping> 1415 <mapping> 1416 <identity value="v2" /> 1417 <map value="EVN.4 or by domain" /> 1418 </mapping> 1419 <mapping> 1420 <identity value="rim" /> 1421 <map value=".reasonCode" /> 1422 </mapping> 1423 </element> 1424 <element id="ChargeItem.service"> 1425 <path value="ChargeItem.service" /> 1426 <short value="Which rendered service is being charged?" /> 1427 <definition value="Indicated the rendered service that caused this charge." /> 1428 <min value="0" /> 1429 <max value="*" /> 1430 <base> 1431 <path value="ChargeItem.service" /> 1432 <min value="0" /> 1433 <max value="*" /> 1434 </base> 1435 <type> 1436 <code value="CodeableReference" /> 1437 <targetProfile value="http://hl7.org/fhir/StructureDefinition/DiagnosticReport" /> 1438 <targetProfile value="http://hl7.org/fhir/StructureDefinition/ImagingStudy" /> 1439 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Immunization" /> 1440 <targetProfile value="http://hl7.org/fhir/StructureDefinition/MedicationAdministration" /> 1441 <targetProfile value="http://hl7.org/fhir/StructureDefinition/MedicationDispense" /> 1442 <targetProfile value="http://hl7.org/fhir/StructureDefinition/MedicationRequest" /> 1443 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Observation" /> 1444 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Procedure" /> 1445 <targetProfile value="http://hl7.org/fhir/StructureDefinition/ServiceRequest" /> 1446 <targetProfile value="http://hl7.org/fhir/StructureDefinition/SupplyDelivery" /> 1447 </type> 1448 <constraint> 1449 <key value="ele-1" /> 1450 <severity value="error" /> 1451 <human value="All FHIR elements must have a @value or children" /> 1452 <expression value="hasValue() or (children().count() > id.count())" /> 1453 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1454 </constraint> 1455 <mustSupport value="false" /> 1456 <isModifier value="false" /> 1457 <isSummary value="false" /> 1458 <mapping> 1459 <identity value="workflow" /> 1460 <map value="Event.reason" /> 1461 </mapping> 1462 <mapping> 1463 <identity value="w5" /> 1464 <map value="FiveWs.why[x]" /> 1465 </mapping> 1466 <mapping> 1467 <identity value="v2" /> 1468 <map value="EVN.4 or by domain" /> 1469 </mapping> 1470 <mapping> 1471 <identity value="rim" /> 1472 <map value=".outboundRelationship[typeCode=RSON].target" /> 1473 </mapping> 1474 </element> 1475 <element id="ChargeItem.product"> 1476 <path value="ChargeItem.product" /> 1477 <short value="Product charged" /> 1478 <definition value="Identifies the device, food, drug or other product being charged either by type code or reference to an instance." /> 1479 <min value="0" /> 1480 <max value="*" /> 1481 <base> 1482 <path value="ChargeItem.product" /> 1483 <min value="0" /> 1484 <max value="*" /> 1485 </base> 1486 <type> 1487 <code value="CodeableReference" /> 1488 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" /> 1489 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Medication" /> 1490 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Substance" /> 1491 </type> 1492 <constraint> 1493 <key value="ele-1" /> 1494 <severity value="error" /> 1495 <human value="All FHIR elements must have a @value or children" /> 1496 <expression value="hasValue() or (children().count() > id.count())" /> 1497 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1498 </constraint> 1499 <mustSupport value="false" /> 1500 <isModifier value="false" /> 1501 <isSummary value="false" /> 1502 <binding> 1503 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 1504 <valueString value="ChargeItemProduct" /> 1505 </extension> 1506 <strength value="example" /> 1507 <description value="Example binding for product type." /> 1508 <valueSet value="http://hl7.org/fhir/ValueSet/device-type" /> 1509 </binding> 1510 <mapping> 1511 <identity value="rim" /> 1512 <map value=".participation[typeCode=CSM].role" /> 1513 </mapping> 1514 </element> 1515 <element id="ChargeItem.account"> 1516 <path value="ChargeItem.account" /> 1517 <short value="Account to place this charge" /> 1518 <definition value="Account into which this ChargeItems belongs." /> 1519 <comment value="Systems posting the ChargeItems might not always be able to determine, which accounts the Items need to be places into. It is up to the postprocessing Financial System to apply internal rules to decide based on the Encounter/EpisodeOfCare/Patient/Coverage context and the type of ChargeItem, which Account is appropriate." /> 1520 <min value="0" /> 1521 <max value="*" /> 1522 <base> 1523 <path value="ChargeItem.account" /> 1524 <min value="0" /> 1525 <max value="*" /> 1526 </base> 1527 <type> 1528 <code value="Reference" /> 1529 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Account" /> 1530 </type> 1531 <constraint> 1532 <key value="ele-1" /> 1533 <severity value="error" /> 1534 <human value="All FHIR elements must have a @value or children" /> 1535 <expression value="hasValue() or (children().count() > id.count())" /> 1536 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1537 </constraint> 1538 <mustSupport value="false" /> 1539 <isModifier value="false" /> 1540 <isSummary value="true" /> 1541 </element> 1542 <element id="ChargeItem.note"> 1543 <path value="ChargeItem.note" /> 1544 <short value="Comments made about the ChargeItem" /> 1545 <definition value="Comments made about the event by the performer, subject or other participants." /> 1546 <min value="0" /> 1547 <max value="*" /> 1548 <base> 1549 <path value="ChargeItem.note" /> 1550 <min value="0" /> 1551 <max value="*" /> 1552 </base> 1553 <type> 1554 <code value="Annotation" /> 1555 </type> 1556 <constraint> 1557 <key value="ele-1" /> 1558 <severity value="error" /> 1559 <human value="All FHIR elements must have a @value or children" /> 1560 <expression value="hasValue() or (children().count() > id.count())" /> 1561 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1562 </constraint> 1563 <mustSupport value="false" /> 1564 <isModifier value="false" /> 1565 <isSummary value="false" /> 1566 <mapping> 1567 <identity value="workflow" /> 1568 <map value="Event.note" /> 1569 </mapping> 1570 <mapping> 1571 <identity value="v2" /> 1572 <map value="NTE" /> 1573 </mapping> 1574 <mapping> 1575 <identity value="rim" /> 1576 <map value=".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]" /> 1577 </mapping> 1578 </element> 1579 <element id="ChargeItem.supportingInformation"> 1580 <path value="ChargeItem.supportingInformation" /> 1581 <short value="Further information supporting this charge" /> 1582 <definition value="Further information supporting this charge." /> 1583 <min value="0" /> 1584 <max value="*" /> 1585 <base> 1586 <path value="ChargeItem.supportingInformation" /> 1587 <min value="0" /> 1588 <max value="*" /> 1589 </base> 1590 <type> 1591 <code value="Reference" /> 1592 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" /> 1593 </type> 1594 <constraint> 1595 <key value="ele-1" /> 1596 <severity value="error" /> 1597 <human value="All FHIR elements must have a @value or children" /> 1598 <expression value="hasValue() or (children().count() > id.count())" /> 1599 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1600 </constraint> 1601 <mustSupport value="false" /> 1602 <isModifier value="false" /> 1603 <isSummary value="false" /> 1604 </element> 1605 </snapshot> 1606 <differential> 1607 <element id="ChargeItem"> 1608 <path value="ChargeItem" /> 1609 <short value="Item containing charge code(s) associated with the provision of healthcare provider products" /> 1610 <definition value="The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation." /> 1611 <min value="0" /> 1612 <max value="*" /> 1613 <mustSupport value="false" /> 1614 <isModifier value="false" /> 1615 <mapping> 1616 <identity value="workflow" /> 1617 <map value="Event" /> 1618 </mapping> 1619 <mapping> 1620 <identity value="w5" /> 1621 <map value="financial.support" /> 1622 </mapping> 1623 <mapping> 1624 <identity value="v2" /> 1625 <map value="FT1" /> 1626 </mapping> 1627 <mapping> 1628 <identity value="rim" /> 1629 <map value="Act[moodCode=EVN]" /> 1630 </mapping> 1631 </element> 1632 <element id="ChargeItem.identifier"> 1633 <path value="ChargeItem.identifier" /> 1634 <short value="Business Identifier for item" /> 1635 <definition value="Identifiers assigned to this event performer or other systems." /> 1636 <requirements value="Allows identification of the charge Item as it is known by various participating systems and in a way that remains consistent across servers." /> 1637 <min value="0" /> 1638 <max value="*" /> 1639 <type> 1640 <code value="Identifier" /> 1641 </type> 1642 <mustSupport value="false" /> 1643 <isModifier value="false" /> 1644 <isSummary value="true" /> 1645 <mapping> 1646 <identity value="workflow" /> 1647 <map value="Event.identifier" /> 1648 </mapping> 1649 <mapping> 1650 <identity value="w5" /> 1651 <map value="FiveWs.identifier" /> 1652 </mapping> 1653 <mapping> 1654 <identity value="v2" /> 1655 <map value="FT1.2" /> 1656 </mapping> 1657 <mapping> 1658 <identity value="rim" /> 1659 <map value=".identifier" /> 1660 </mapping> 1661 </element> 1662 <element id="ChargeItem.definitionUri"> 1663 <path value="ChargeItem.definitionUri" /> 1664 <short value="Defining information about the code of this charge item" /> 1665 <definition value="References the (external) source of pricing information, rules of application for the code this ChargeItem uses." /> 1666 <min value="0" /> 1667 <max value="*" /> 1668 <type> 1669 <code value="uri" /> 1670 </type> 1671 <mustSupport value="false" /> 1672 <isModifier value="false" /> 1673 <isSummary value="false" /> 1674 <mapping> 1675 <identity value="v2" /> 1676 <map value="Varies by domain" /> 1677 </mapping> 1678 <mapping> 1679 <identity value="rim" /> 1680 <map value=".outboundRelationship[typeCode=DEFN].target" /> 1681 </mapping> 1682 </element> 1683 <element id="ChargeItem.definitionCanonical"> 1684 <path value="ChargeItem.definitionCanonical" /> 1685 <short value="Resource defining the code of this ChargeItem" /> 1686 <definition value="References the source of pricing information, rules of application for the code this ChargeItem uses." /> 1687 <min value="0" /> 1688 <max value="*" /> 1689 <type> 1690 <code value="canonical" /> 1691 <targetProfile value="http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" /> 1692 </type> 1693 <mustSupport value="false" /> 1694 <isModifier value="false" /> 1695 <isSummary value="false" /> 1696 <mapping> 1697 <identity value="v2" /> 1698 <map value="Varies by domain" /> 1699 </mapping> 1700 <mapping> 1701 <identity value="rim" /> 1702 <map value=".outboundRelationship[typeCode=DEFN].target" /> 1703 </mapping> 1704 </element> 1705 <element id="ChargeItem.status"> 1706 <path value="ChargeItem.status" /> 1707 <short value="planned | billable | not-billable | aborted | billed | entered-in-error | unknown" /> 1708 <definition value="The current state of the ChargeItem." /> 1709 <comment value="Unknown does not represent "other" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is. This element is labeled as a modifier because the status contains the code entered-in-error that marks the charge item as not currently valid." /> 1710 <min value="1" /> 1711 <max value="1" /> 1712 <type> 1713 <code value="code" /> 1714 </type> 1715 <mustSupport value="false" /> 1716 <isModifier value="true" /> 1717 <isModifierReason value="This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid" /> 1718 <isSummary value="true" /> 1719 <binding> 1720 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 1721 <valueString value="ChargeItemStatus" /> 1722 </extension> 1723 <strength value="required" /> 1724 <description value="Codes identifying the lifecycle stage of a ChargeItem." /> 1725 <valueSet value="http://hl7.org/fhir/ValueSet/chargeitem-status|5.0.0" /> 1726 </binding> 1727 <mapping> 1728 <identity value="workflow" /> 1729 <map value="Event.status" /> 1730 </mapping> 1731 <mapping> 1732 <identity value="w5" /> 1733 <map value="FiveWs.status" /> 1734 </mapping> 1735 <mapping> 1736 <identity value="v2" /> 1737 <map value="Varies by domain" /> 1738 </mapping> 1739 <mapping> 1740 <identity value="rim" /> 1741 <map value=".status" /> 1742 </mapping> 1743 </element> 1744 <element id="ChargeItem.partOf"> 1745 <path value="ChargeItem.partOf" /> 1746 <short value="Part of referenced ChargeItem" /> 1747 <definition value="ChargeItems can be grouped to larger ChargeItems covering the whole set." /> 1748 <requirements value="E.g. Drug administration as part of a procedure, procedure as part of observation, etc." /> 1749 <alias value="container" /> 1750 <min value="0" /> 1751 <max value="*" /> 1752 <type> 1753 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy"> 1754 <valueBoolean value="true" /> 1755 </extension> 1756 <code value="Reference" /> 1757 <targetProfile value="http://hl7.org/fhir/StructureDefinition/ChargeItem" /> 1758 </type> 1759 <mustSupport value="false" /> 1760 <isModifier value="false" /> 1761 <isSummary value="false" /> 1762 <mapping> 1763 <identity value="workflow" /> 1764 <map value="Event.partOf" /> 1765 </mapping> 1766 <mapping> 1767 <identity value="v2" /> 1768 <map value="Varies by domain" /> 1769 </mapping> 1770 <mapping> 1771 <identity value="rim" /> 1772 <map value=".inboundRelationship[typeCode=COMP].source[moodCode=EVN]" /> 1773 </mapping> 1774 </element> 1775 <element id="ChargeItem.code"> 1776 <path value="ChargeItem.code" /> 1777 <short value="A code that identifies the charge, like a billing code" /> 1778 <definition value="A code that identifies the charge, like a billing code." /> 1779 <alias value="type" /> 1780 <min value="1" /> 1781 <max value="1" /> 1782 <type> 1783 <code value="CodeableConcept" /> 1784 </type> 1785 <mustSupport value="false" /> 1786 <isModifier value="false" /> 1787 <isSummary value="true" /> 1788 <binding> 1789 <extension url="http://hl7.org/fhir/tools/StructureDefinition/binding-definition"> 1790 <valueString value="Example set of codes that can be used for billing purposes." /> 1791 </extension> 1792 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 1793 <valueString value="ChargeItemCode" /> 1794 </extension> 1795 <strength value="example" /> 1796 <description value="Example codes for billing purposes" /> 1797 <valueSet value="http://hl7.org/fhir/ValueSet/chargeitem-billingcodes" /> 1798 </binding> 1799 <mapping> 1800 <identity value="workflow" /> 1801 <map value="Event.code" /> 1802 </mapping> 1803 <mapping> 1804 <identity value="w5" /> 1805 <map value="FiveWs.what[x]" /> 1806 </mapping> 1807 <mapping> 1808 <identity value="v2" /> 1809 <map value="FT1.7" /> 1810 </mapping> 1811 <mapping> 1812 <identity value="rim" /> 1813 <map value=".code" /> 1814 </mapping> 1815 </element> 1816 <element id="ChargeItem.subject"> 1817 <path value="ChargeItem.subject" /> 1818 <short value="Individual service was done for/to" /> 1819 <definition value="The individual or set of individuals the action is being or was performed on." /> 1820 <requirements value="Links the event to the Patient context." /> 1821 <alias value="patient" /> 1822 <min value="1" /> 1823 <max value="1" /> 1824 <type> 1825 <code value="Reference" /> 1826 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" /> 1827 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Group" /> 1828 </type> 1829 <mustSupport value="false" /> 1830 <isModifier value="false" /> 1831 <isSummary value="true" /> 1832 <mapping> 1833 <identity value="workflow" /> 1834 <map value="Event.subject" /> 1835 </mapping> 1836 <mapping> 1837 <identity value="w5" /> 1838 <map value="FiveWs.subject[x]" /> 1839 </mapping> 1840 <mapping> 1841 <identity value="v2" /> 1842 <map value="PAT in proximity to FT1 segment" /> 1843 </mapping> 1844 <mapping> 1845 <identity value="rim" /> 1846 <map value=".participation[typeCode=SBJ].role" /> 1847 </mapping> 1848 </element> 1849 <element id="ChargeItem.encounter"> 1850 <path value="ChargeItem.encounter" /> 1851 <short value="Encounter associated with this ChargeItem" /> 1852 <definition value="This ChargeItem has the details of how the associated Encounter should be billed or otherwise be handled by finance systems." /> 1853 <comment value="This ChargeItem may be recorded during planning, execution or after the actual encounter takes place." /> 1854 <min value="0" /> 1855 <max value="1" /> 1856 <type> 1857 <code value="Reference" /> 1858 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Encounter" /> 1859 </type> 1860 <mustSupport value="false" /> 1861 <isModifier value="false" /> 1862 <isSummary value="true" /> 1863 <mapping> 1864 <identity value="workflow" /> 1865 <map value="Event.encounter" /> 1866 </mapping> 1867 <mapping> 1868 <identity value="w5" /> 1869 <map value="FiveWs.context" /> 1870 </mapping> 1871 <mapping> 1872 <identity value="v2" /> 1873 <map value="PV1 in proximity to FT1 segment" /> 1874 </mapping> 1875 <mapping> 1876 <identity value="rim" /> 1877 <map value=".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]" /> 1878 </mapping> 1879 </element> 1880 <element id="ChargeItem.occurrence[x]"> 1881 <path value="ChargeItem.occurrence[x]" /> 1882 <short value="When the charged service was applied" /> 1883 <definition value="Date/time(s) or duration when the charged service was applied." /> 1884 <comment value="The list of types may be constrained as appropriate for the type of charge item." /> 1885 <alias value="timing" /> 1886 <min value="0" /> 1887 <max value="1" /> 1888 <type> 1889 <code value="dateTime" /> 1890 </type> 1891 <type> 1892 <code value="Period" /> 1893 </type> 1894 <type> 1895 <code value="Timing" /> 1896 </type> 1897 <mustSupport value="false" /> 1898 <isModifier value="false" /> 1899 <isSummary value="true" /> 1900 <mapping> 1901 <identity value="workflow" /> 1902 <map value="Event.occurrence[x]" /> 1903 </mapping> 1904 <mapping> 1905 <identity value="w5" /> 1906 <map value="FiveWs.done[x]" /> 1907 </mapping> 1908 <mapping> 1909 <identity value="v2" /> 1910 <map value="Varies by domain" /> 1911 </mapping> 1912 <mapping> 1913 <identity value="rim" /> 1914 <map value=".effectiveTime" /> 1915 </mapping> 1916 </element> 1917 <element id="ChargeItem.performer"> 1918 <path value="ChargeItem.performer" /> 1919 <short value="Who performed charged service" /> 1920 <definition value="Indicates who or what performed or participated in the charged service." /> 1921 <min value="0" /> 1922 <max value="*" /> 1923 <type> 1924 <code value="BackboneElement" /> 1925 </type> 1926 <mustSupport value="false" /> 1927 <isModifier value="false" /> 1928 <isSummary value="false" /> 1929 <mapping> 1930 <identity value="workflow" /> 1931 <map value="Event.performer" /> 1932 </mapping> 1933 <mapping> 1934 <identity value="v2" /> 1935 <map value="EVN.5 or by domain" /> 1936 </mapping> 1937 <mapping> 1938 <identity value="rim" /> 1939 <map value=".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]" /> 1940 </mapping> 1941 </element> 1942 <element id="ChargeItem.performer.function"> 1943 <path value="ChargeItem.performer.function" /> 1944 <short value="What type of performance was done" /> 1945 <definition value="Describes the type of performance or participation(e.g. primary surgeon, anesthesiologiest, etc.)." /> 1946 <min value="0" /> 1947 <max value="1" /> 1948 <type> 1949 <code value="CodeableConcept" /> 1950 </type> 1951 <mustSupport value="false" /> 1952 <isModifier value="false" /> 1953 <isSummary value="false" /> 1954 <binding> 1955 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 1956 <valueString value="ChargeItemPerformerFunction" /> 1957 </extension> 1958 <strength value="example" /> 1959 <description value="Codes describing the types of functional roles performers can take on when performing events." /> 1960 <valueSet value="http://hl7.org/fhir/ValueSet/performer-role" /> 1961 </binding> 1962 <mapping> 1963 <identity value="workflow" /> 1964 <map value="Event.performer.function" /> 1965 </mapping> 1966 <mapping> 1967 <identity value="v2" /> 1968 <map value="Varies by domain" /> 1969 </mapping> 1970 <mapping> 1971 <identity value="rim" /> 1972 <map value=".participation.functionCode" /> 1973 </mapping> 1974 </element> 1975 <element id="ChargeItem.performer.actor"> 1976 <path value="ChargeItem.performer.actor" /> 1977 <short value="Individual who was performing" /> 1978 <definition value="The device, practitioner, etc. who performed or participated in the service." /> 1979 <min value="1" /> 1980 <max value="1" /> 1981 <type> 1982 <code value="Reference" /> 1983 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" /> 1984 <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" /> 1985 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 1986 <targetProfile value="http://hl7.org/fhir/StructureDefinition/HealthcareService" /> 1987 <targetProfile value="http://hl7.org/fhir/StructureDefinition/CareTeam" /> 1988 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" /> 1989 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" /> 1990 <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" /> 1991 </type> 1992 <mustSupport value="false" /> 1993 <isModifier value="false" /> 1994 <isSummary value="false" /> 1995 <mapping> 1996 <identity value="workflow" /> 1997 <map value="Event.performer.actor" /> 1998 </mapping> 1999 <mapping> 2000 <identity value="w5" /> 2001 <map value="FiveWs.actor" /> 2002 </mapping> 2003 <mapping> 2004 <identity value="v2" /> 2005 <map value="EVN.5 or by domain" /> 2006 </mapping> 2007 <mapping> 2008 <identity value="rim" /> 2009 <map value=".player" /> 2010 </mapping> 2011 </element> 2012 <element id="ChargeItem.performingOrganization"> 2013 <path value="ChargeItem.performingOrganization" /> 2014 <short value="Organization providing the charged service" /> 2015 <definition value="The organization performing the service." /> 2016 <comment value="Practitioners and Devices can be associated with multiple organizations. It has to be made clear, on behalf of which Organization the services have been rendered." /> 2017 <min value="0" /> 2018 <max value="1" /> 2019 <type> 2020 <code value="Reference" /> 2021 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 2022 </type> 2023 <mustSupport value="false" /> 2024 <isModifier value="false" /> 2025 <isSummary value="false" /> 2026 <mapping> 2027 <identity value="workflow" /> 2028 <map value="Event.performer.actor" /> 2029 </mapping> 2030 <mapping> 2031 <identity value="v2" /> 2032 <map value="N/A" /> 2033 </mapping> 2034 <mapping> 2035 <identity value="rim" /> 2036 <map value=".scoper" /> 2037 </mapping> 2038 </element> 2039 <element id="ChargeItem.requestingOrganization"> 2040 <path value="ChargeItem.requestingOrganization" /> 2041 <short value="Organization requesting the charged service" /> 2042 <definition value="The organization requesting the service." /> 2043 <comment value="The rendered Service might not be associated with a Request. This property indicates which Organization requested the services to be rendered. (In many cases, this may just be the Department associated with the Encounter.location)." /> 2044 <min value="0" /> 2045 <max value="1" /> 2046 <type> 2047 <code value="Reference" /> 2048 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 2049 </type> 2050 <mustSupport value="false" /> 2051 <isModifier value="false" /> 2052 <isSummary value="false" /> 2053 <mapping> 2054 <identity value="v2" /> 2055 <map value="N/A" /> 2056 </mapping> 2057 <mapping> 2058 <identity value="rim" /> 2059 <map value=".scoper" /> 2060 </mapping> 2061 </element> 2062 <element id="ChargeItem.costCenter"> 2063 <path value="ChargeItem.costCenter" /> 2064 <short value="Organization that has ownership of the (potential, future) revenue" /> 2065 <definition value="The financial cost center permits the tracking of charge attribution." /> 2066 <comment value="The costCenter could either be given as a reference to an Organization(Role) resource or as the identifier of the cost center determined by Reference.identifier.value and Reference.identifier.system, depending on use case requirements." /> 2067 <min value="0" /> 2068 <max value="1" /> 2069 <type> 2070 <code value="Reference" /> 2071 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 2072 </type> 2073 <mustSupport value="false" /> 2074 <isModifier value="false" /> 2075 <isSummary value="false" /> 2076 <mapping> 2077 <identity value="v2" /> 2078 <map value="FT1.13" /> 2079 </mapping> 2080 </element> 2081 <element id="ChargeItem.quantity"> 2082 <path value="ChargeItem.quantity" /> 2083 <short value="Quantity of which the charge item has been serviced" /> 2084 <definition value="Quantity of which the charge item has been serviced." /> 2085 <comment value="In many cases this may just be a value, if the underlying units are implicit in the definition of the charge item code." /> 2086 <min value="0" /> 2087 <max value="1" /> 2088 <type> 2089 <code value="Quantity" /> 2090 </type> 2091 <mustSupport value="false" /> 2092 <isModifier value="false" /> 2093 <isSummary value="true" /> 2094 <mapping> 2095 <identity value="v2" /> 2096 <map value="FT1.10" /> 2097 </mapping> 2098 </element> 2099 <element id="ChargeItem.bodysite"> 2100 <path value="ChargeItem.bodysite" /> 2101 <short value="Anatomical location, if relevant" /> 2102 <definition value="The anatomical location where the related service has been applied." /> 2103 <comment value="Only used if not implicit in code found in Condition.code. If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [http://hl7.org/fhir/StructureDefinition/bodySite](http://hl7.org/fhir/extensions/StructureDefinition-bodySite.html). May be a summary code, or a reference to a very precise definition of the location, or both." /> 2104 <min value="0" /> 2105 <max value="*" /> 2106 <type> 2107 <code value="CodeableConcept" /> 2108 </type> 2109 <mustSupport value="false" /> 2110 <isModifier value="false" /> 2111 <isSummary value="true" /> 2112 <binding> 2113 <extension url="http://hl7.org/fhir/tools/StructureDefinition/binding-definition"> 2114 <valueString value="Codes describing anatomical locations. May include laterality." /> 2115 </extension> 2116 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 2117 <valueString value="BodySite" /> 2118 </extension> 2119 <strength value="example" /> 2120 <description value="SNOMED CT Body site concepts" /> 2121 <valueSet value="http://hl7.org/fhir/ValueSet/body-site" /> 2122 </binding> 2123 <mapping> 2124 <identity value="rim" /> 2125 <map value=".targetBodySiteCode" /> 2126 </mapping> 2127 </element> 2128 <element id="ChargeItem.unitPriceComponent"> 2129 <path value="ChargeItem.unitPriceComponent" /> 2130 <short value="Unit price overriding the associated rules" /> 2131 <definition value="The unit price of the chargable item." /> 2132 <comment value="This could be communicated in ChargeItemDefinition. But if ChargeItemDefinition is not supported or not available, the unit price can be communicated in this property." /> 2133 <min value="0" /> 2134 <max value="1" /> 2135 <type> 2136 <code value="MonetaryComponent" /> 2137 </type> 2138 <mustSupport value="false" /> 2139 <isModifier value="false" /> 2140 <isSummary value="false" /> 2141 <mapping> 2142 <identity value="v2" /> 2143 <map value="FT1.22" /> 2144 </mapping> 2145 </element> 2146 <element id="ChargeItem.totalPriceComponent"> 2147 <path value="ChargeItem.totalPriceComponent" /> 2148 <short value="Total price overriding the associated rules" /> 2149 <definition value="The total price for the chargable item, accounting for the quantity." /> 2150 <comment value=" Often, the total price may be be calculated and recorded on the Invoice, but if a calculated total price must be exchanged prior to Invoice creation, it can be communicated in this property." /> 2151 <min value="0" /> 2152 <max value="1" /> 2153 <type> 2154 <code value="MonetaryComponent" /> 2155 </type> 2156 <mustSupport value="false" /> 2157 <isModifier value="false" /> 2158 <isSummary value="false" /> 2159 <mapping> 2160 <identity value="v2" /> 2161 <map value="FT1.22" /> 2162 </mapping> 2163 </element> 2164 <element id="ChargeItem.overrideReason"> 2165 <path value="ChargeItem.overrideReason" /> 2166 <short value="Reason for overriding the list price/factor" /> 2167 <definition value="If the list price or the rule-based factor associated with the code is overridden, this attribute can capture a text to indicate the reason for this action." /> 2168 <min value="0" /> 2169 <max value="1" /> 2170 <type> 2171 <code value="CodeableConcept" /> 2172 </type> 2173 <mustSupport value="false" /> 2174 <isModifier value="false" /> 2175 <isSummary value="false" /> 2176 <binding> 2177 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 2178 <valueString value="override-reason" /> 2179 </extension> 2180 <strength value="example" /> 2181 <description value="Local or regional codes covering why a price was overridden" /> 2182 </binding> 2183 </element> 2184 <element id="ChargeItem.enterer"> 2185 <path value="ChargeItem.enterer" /> 2186 <short value="Individual who was entering" /> 2187 <definition value="The device, practitioner, etc. who entered the charge item." /> 2188 <comment value="The enterer is also the person considered responsible for factor/price overrides if applicable." /> 2189 <min value="0" /> 2190 <max value="1" /> 2191 <type> 2192 <code value="Reference" /> 2193 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" /> 2194 <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" /> 2195 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 2196 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" /> 2197 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" /> 2198 <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" /> 2199 </type> 2200 <mustSupport value="false" /> 2201 <isModifier value="false" /> 2202 <isSummary value="true" /> 2203 <mapping> 2204 <identity value="w5" /> 2205 <map value="FiveWs.actor" /> 2206 </mapping> 2207 <mapping> 2208 <identity value="v2" /> 2209 <map value="EVN.5 or by domain" /> 2210 </mapping> 2211 <mapping> 2212 <identity value="rim" /> 2213 <map value=".player" /> 2214 </mapping> 2215 </element> 2216 <element id="ChargeItem.enteredDate"> 2217 <path value="ChargeItem.enteredDate" /> 2218 <short value="Date the charge item was entered" /> 2219 <definition value="Date the charge item was entered." /> 2220 <comment value="The actual date when the service associated with the charge has been rendered is captured in occurrence[x]." /> 2221 <min value="0" /> 2222 <max value="1" /> 2223 <type> 2224 <code value="dateTime" /> 2225 </type> 2226 <mustSupport value="false" /> 2227 <isModifier value="false" /> 2228 <isSummary value="true" /> 2229 </element> 2230 <element id="ChargeItem.reason"> 2231 <path value="ChargeItem.reason" /> 2232 <short value="Why was the charged service rendered?" /> 2233 <definition value="Describes why the event occurred in coded or textual form." /> 2234 <comment value="If the application of the charge item requires a reason to be given, it can be captured here. Textual reasons can be captured using reasonCode.text." /> 2235 <min value="0" /> 2236 <max value="*" /> 2237 <type> 2238 <code value="CodeableConcept" /> 2239 </type> 2240 <mustSupport value="false" /> 2241 <isModifier value="false" /> 2242 <isSummary value="false" /> 2243 <binding> 2244 <extension url="http://hl7.org/fhir/tools/StructureDefinition/binding-definition"> 2245 <valueString value="Example binding for reason." /> 2246 </extension> 2247 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 2248 <valueString value="ChargeItemReason" /> 2249 </extension> 2250 <strength value="example" /> 2251 <description value="ICD 10 diagnosis codes" /> 2252 <valueSet value="http://hl7.org/fhir/ValueSet/icd-10" /> 2253 </binding> 2254 <mapping> 2255 <identity value="workflow" /> 2256 <map value="Event.reason" /> 2257 </mapping> 2258 <mapping> 2259 <identity value="w5" /> 2260 <map value="FiveWs.why[x]" /> 2261 </mapping> 2262 <mapping> 2263 <identity value="v2" /> 2264 <map value="EVN.4 or by domain" /> 2265 </mapping> 2266 <mapping> 2267 <identity value="rim" /> 2268 <map value=".reasonCode" /> 2269 </mapping> 2270 </element> 2271 <element id="ChargeItem.service"> 2272 <path value="ChargeItem.service" /> 2273 <short value="Which rendered service is being charged?" /> 2274 <definition value="Indicated the rendered service that caused this charge." /> 2275 <min value="0" /> 2276 <max value="*" /> 2277 <type> 2278 <code value="CodeableReference" /> 2279 <targetProfile value="http://hl7.org/fhir/StructureDefinition/DiagnosticReport" /> 2280 <targetProfile value="http://hl7.org/fhir/StructureDefinition/ImagingStudy" /> 2281 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Immunization" /> 2282 <targetProfile value="http://hl7.org/fhir/StructureDefinition/MedicationAdministration" /> 2283 <targetProfile value="http://hl7.org/fhir/StructureDefinition/MedicationDispense" /> 2284 <targetProfile value="http://hl7.org/fhir/StructureDefinition/MedicationRequest" /> 2285 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Observation" /> 2286 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Procedure" /> 2287 <targetProfile value="http://hl7.org/fhir/StructureDefinition/ServiceRequest" /> 2288 <targetProfile value="http://hl7.org/fhir/StructureDefinition/SupplyDelivery" /> 2289 </type> 2290 <mustSupport value="false" /> 2291 <isModifier value="false" /> 2292 <isSummary value="false" /> 2293 <mapping> 2294 <identity value="workflow" /> 2295 <map value="Event.reason" /> 2296 </mapping> 2297 <mapping> 2298 <identity value="w5" /> 2299 <map value="FiveWs.why[x]" /> 2300 </mapping> 2301 <mapping> 2302 <identity value="v2" /> 2303 <map value="EVN.4 or by domain" /> 2304 </mapping> 2305 <mapping> 2306 <identity value="rim" /> 2307 <map value=".outboundRelationship[typeCode=RSON].target" /> 2308 </mapping> 2309 </element> 2310 <element id="ChargeItem.product"> 2311 <path value="ChargeItem.product" /> 2312 <short value="Product charged" /> 2313 <definition value="Identifies the device, food, drug or other product being charged either by type code or reference to an instance." /> 2314 <min value="0" /> 2315 <max value="*" /> 2316 <type> 2317 <code value="CodeableReference" /> 2318 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" /> 2319 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Medication" /> 2320 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Substance" /> 2321 </type> 2322 <mustSupport value="false" /> 2323 <isModifier value="false" /> 2324 <isSummary value="false" /> 2325 <binding> 2326 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 2327 <valueString value="ChargeItemProduct" /> 2328 </extension> 2329 <strength value="example" /> 2330 <description value="Example binding for product type." /> 2331 <valueSet value="http://hl7.org/fhir/ValueSet/device-type" /> 2332 </binding> 2333 <mapping> 2334 <identity value="rim" /> 2335 <map value=".participation[typeCode=CSM].role" /> 2336 </mapping> 2337 </element> 2338 <element id="ChargeItem.account"> 2339 <path value="ChargeItem.account" /> 2340 <short value="Account to place this charge" /> 2341 <definition value="Account into which this ChargeItems belongs." /> 2342 <comment value="Systems posting the ChargeItems might not always be able to determine, which accounts the Items need to be places into. It is up to the postprocessing Financial System to apply internal rules to decide based on the Encounter/EpisodeOfCare/Patient/Coverage context and the type of ChargeItem, which Account is appropriate." /> 2343 <min value="0" /> 2344 <max value="*" /> 2345 <type> 2346 <code value="Reference" /> 2347 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Account" /> 2348 </type> 2349 <mustSupport value="false" /> 2350 <isModifier value="false" /> 2351 <isSummary value="true" /> 2352 </element> 2353 <element id="ChargeItem.note"> 2354 <path value="ChargeItem.note" /> 2355 <short value="Comments made about the ChargeItem" /> 2356 <definition value="Comments made about the event by the performer, subject or other participants." /> 2357 <min value="0" /> 2358 <max value="*" /> 2359 <type> 2360 <code value="Annotation" /> 2361 </type> 2362 <mustSupport value="false" /> 2363 <isModifier value="false" /> 2364 <isSummary value="false" /> 2365 <mapping> 2366 <identity value="workflow" /> 2367 <map value="Event.note" /> 2368 </mapping> 2369 <mapping> 2370 <identity value="v2" /> 2371 <map value="NTE" /> 2372 </mapping> 2373 <mapping> 2374 <identity value="rim" /> 2375 <map value=".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]" /> 2376 </mapping> 2377 </element> 2378 <element id="ChargeItem.supportingInformation"> 2379 <path value="ChargeItem.supportingInformation" /> 2380 <short value="Further information supporting this charge" /> 2381 <definition value="Further information supporting this charge." /> 2382 <min value="0" /> 2383 <max value="*" /> 2384 <type> 2385 <code value="Reference" /> 2386 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" /> 2387 </type> 2388 <mustSupport value="false" /> 2389 <isModifier value="false" /> 2390 <isSummary value="false" /> 2391 </element> 2392 </differential> 2393 </StructureDefinition>