Administrative Incubator, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/admin-incubator/ and changes regularly. See the Directory of published versions
| Official URL: http://hl7.org/fhir/build/OperationDefinition/ChargeItemDefinition-apply | Version: 0.1.0 | |||
| Standards status: Trial-use Draft as of 2021-01-05 | Maturity Level: 0 | Computable Name: Apply | ||
The apply operation applies a definition in a specific context
Last updated: 2021-01-05 10:01:24+1100
URL: [base]/ChargeItemDefinition/[id]/$apply
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | chargeItem | 1..1 | Reference (Charge Item) | The ChargeItem on which the definition is to ba applies | ||
| IN | account | 0..1 | Reference (Account) | The account in context, if any | ||
| OUT | return | 1..1 | Resource | The resource that is the result of applying the definition |
The result of invoking this operation is a resource of the type specified by the activity definition, with all the definitions resolved as appropriate for the type of resource. Any dynamicValue elements will be evaluated (in the order in which they appear in the resource) and the results applied to the returned resource. If the ChargetItemDefinition includes library references, those libraries will be available to the evaluated expressions. If those libraries have parameters, those parameters will be bound by name to the parameters given to the operation. For a more detailed description, refer to the ChargetItemDefinition resource