This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
Patient Administration Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
StructureDefinition for chargeitem
{ "resourceType": "StructureDefinition", "id": "ChargeItem", "meta": { "lastUpdated": "2019-10-24T11:53:00+11:00" }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pa" } ], "url": "http://hl7.org/fhir/StructureDefinition/ChargeItem", "name": "ChargeItem", "status": "draft", "date": "2019-10-24T11:53:00+11:00", "publisher": "Health Level Seven International (Patient Administration)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] }, { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" } ] } ], "description": "Base StructureDefinition for ChargeItem Resource", "fhirVersion": "3.0.2", "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping" }, { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" }, { "identity": "w5", "uri": "http://hl7.org/fhir/w5", "name": "W5 Mapping" }, { "identity": "workflow", "uri": "http://hl7.org/fhir/workflow", "name": "Workflow Mapping" } ], "kind": "resource", "abstract": false, "type": "ChargeItem", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource", "derivation": "specialization", "snapshot": { "element": [ { "id": "ChargeItem", "path": "ChargeItem", "short": "Item containing charge code(s) associated with the provision of healthcare provider products", "definition": "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.", "min": 0, "max": "*", "constraint": [ { "key": "dom-2", "severity": "error", "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", "expression": "contained.contained.empty()", "xpath": "not(parent::f:contained and f:contained)", "source": "DomainResource" }, { "key": "dom-1", "severity": "error", "human": "If the resource is contained in another resource, it SHALL NOT contain any narrative", "expression": "contained.text.empty()", "xpath": "not(parent::f:contained and f:text)", "source": "DomainResource" }, { "key": "dom-4", "severity": "error", "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", "source": "DomainResource" }, { "key": "dom-3", "severity": "error", "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource", "expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()", "xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))", "source": "DomainResource" } ], "mapping": [ { "identity": "rim", "map": "Entity. Role, or Act" }, { "identity": "v2", "map": "FT1" }, { "identity": "rim", "map": "Act[moodCode=EVN]" }, { "identity": "w5", "map": "financial.support" } ] }, { "id": "ChargeItem.id", "path": "ChargeItem.id", "short": "Logical id of this artifact", "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", "min": 0, "max": "1", "base": { "path": "Resource.id", "min": 0, "max": "1" }, "type": [ { "code": "id" } ], "isSummary": true }, { "id": "ChargeItem.meta", "path": "ChargeItem.meta", "short": "Metadata about the resource", "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.", "min": 0, "max": "1", "base": { "path": "Resource.meta", "min": 0, "max": "1" }, "type": [ { "code": "Meta" } ], "isSummary": true }, { "id": "ChargeItem.implicitRules", "path": "ChargeItem.implicitRules", "short": "A set of rules under which this content was created", "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.", "comment": "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. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.", "min": 0, "max": "1", "base": { "path": "Resource.implicitRules", "min": 0, "max": "1" }, "type": [ { "code": "uri" } ], "isModifier": true, "isSummary": true }, { "id": "ChargeItem.language", "path": "ChargeItem.language", "short": "Language of the resource content", "definition": "The base language in which the resource is written.", "comment": "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).", "min": 0, "max": "1", "base": { "path": "Resource.language", "min": 0, "max": "1" }, "type": [ { "code": "code" } ], "binding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", "valueReference": { "reference": "http://hl7.org/fhir/ValueSet/all-languages" } }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "strength": "extensible", "description": "A human language.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/languages" } } }, { "id": "ChargeItem.text", "path": "ChargeItem.text", "short": "Text summary of the resource, for human interpretation", "definition": "A human-readable narrative that contains a summary of the resource, and may 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.", "comment": "Contained resources do not have 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 in formation is added later.", "alias": [ "narrative", "html", "xhtml", "display" ], "min": 0, "max": "1", "base": { "path": "DomainResource.text", "min": 0, "max": "1" }, "type": [ { "code": "Narrative" } ], "condition": [ "dom-1" ], "mapping": [ { "identity": "rim", "map": "Act.text?" } ] }, { "id": "ChargeItem.contained", "path": "ChargeItem.contained", "short": "Contained, inline Resources", "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", "comment": "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.", "alias": [ "inline resources", "anonymous resources", "contained resources" ], "min": 0, "max": "*", "base": { "path": "DomainResource.contained", "min": 0, "max": "*" }, "type": [ { "code": "Resource" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "id": "ChargeItem.extension", "path": "ChargeItem.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, 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.", "comment": "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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "DomainResource.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "id": "ChargeItem.modifierExtension", "path": "ChargeItem.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, 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.", "comment": "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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "DomainResource.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "id": "ChargeItem.identifier", "path": "ChargeItem.identifier", "short": "Business Identifier for item", "definition": "Identifiers assigned to this event performer or other systems.", "requirements": "Allows identification of the charge Item as it is known by various participating systems and in a way that remains consistent across servers.", "min": 0, "max": "1", "type": [ { "code": "Identifier" } ], "isSummary": true, "mapping": [ { "identity": "v2", "map": "FT1.2" }, { "identity": "rim", "map": ".identifier" }, { "identity": "w5", "map": "id" } ] }, { "id": "ChargeItem.definition", "path": "ChargeItem.definition", "short": "Defining information about the code of this charge item", "definition": "References the source of pricing information, rules of application for the code this ChargeItem uses.", "comment": "Target Resource is yet to be defined as a container that holds information about list prices and rules applicable to the charge item code. Once defined, change type back to Reference(Definition Type).", "min": 0, "max": "*", "type": [ { "code": "uri" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "Varies by domain" }, { "identity": "rim", "map": ".outboundRelationship[typeCode=DEFN].target" } ] }, { "id": "ChargeItem.status", "path": "ChargeItem.status", "short": "planned | billable | not-billable | aborted | billed | entered-in-error | unknown", "definition": "The current state of the ChargeItem.", "comment": "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.\n\nThis element is labeled as a modifier because the status contains the code entered-in-error that marks the charge item as not currently valid.", "min": 1, "max": "1", "type": [ { "code": "code" } ], "isModifier": true, "isSummary": true, "binding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ChargeItemStatus" } ], "strength": "required", "description": "Codes identifying the stage lifecycle stage of a ChargeItem", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/chargeitem-status" } }, "mapping": [ { "identity": "v2", "map": "Varies by domain" }, { "identity": "rim", "map": ".status" }, { "identity": "w5", "map": "status" } ] }, { "id": "ChargeItem.partOf", "path": "ChargeItem.partOf", "short": "Part of referenced ChargeItem", "definition": "ChargeItems can be grouped to larger ChargeItems covering the whole set.", "requirements": "E.g. Drug administration as part of a procedure, procedure as part of observation, etc.", "alias": [ "container" ], "min": 0, "max": "*", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/ChargeItem" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "Varies by domain" }, { "identity": "rim", "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]" } ] }, { "id": "ChargeItem.code", "path": "ChargeItem.code", "short": "A code that identifies the charge, like a billing code", "definition": "A code that identifies the charge, like a billing code.", "alias": [ "type" ], "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ], "isSummary": true, "binding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ChargeItemCode" } ], "strength": "example", "description": "Example set of codes that can be used for billing purposes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes" } }, "mapping": [ { "identity": "workflow", "map": "Event.code" }, { "identity": "v2", "map": "FT1.7" }, { "identity": "rim", "map": ".code" }, { "identity": "w5", "map": "what" } ] }, { "id": "ChargeItem.subject", "path": "ChargeItem.subject", "short": "Individual service was done for/to", "definition": "The individual or set of individuals the action is being or was performed on.", "requirements": "Links the event to the Patient context.", "alias": [ "patient" ], "min": 1, "max": "1", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group" } ], "isSummary": true, "mapping": [ { "identity": "workflow", "map": "Event.subject" }, { "identity": "v2", "map": "PAT in proximity to FT1 segment" }, { "identity": "rim", "map": ".participation[typeCode=SBJ].role" }, { "identity": "w5", "map": "who.focus" } ] }, { "id": "ChargeItem.context", "path": "ChargeItem.context", "short": "Encounter / Episode associated with event", "definition": "The encounter or episode of care that establishes the context for this event.", "requirements": "Links the request to the Encounter context.", "alias": [ "encounter" ], "min": 0, "max": "1", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" } ], "isSummary": true, "mapping": [ { "identity": "workflow", "map": "Event.context" }, { "identity": "v2", "map": "PV1 in proximity to FT1 segment" }, { "identity": "rim", "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]" }, { "identity": "w5", "map": "context" } ] }, { "id": "ChargeItem.occurrence[x]", "path": "ChargeItem.occurrence[x]", "short": "When the charged service was applied", "definition": "Date/time(s) or duration when the charged service was applied.", "comment": "The list of types may be constrained as appropriate for the type of charge item.", "alias": [ "timing" ], "min": 0, "max": "1", "type": [ { "code": "dateTime" }, { "code": "Period" }, { "code": "Timing" } ], "isSummary": true, "mapping": [ { "identity": "v2", "map": "Varies by domain" }, { "identity": "rim", "map": ".effectiveTime" }, { "identity": "w5", "map": "when.done" } ] }, { "id": "ChargeItem.participant", "path": "ChargeItem.participant", "short": "Who performed charged service", "definition": "Indicates who or what performed or participated in the charged service.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() | (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "Element" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "EVN.5 or by domain" }, { "identity": "rim", "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]" } ] }, { "id": "ChargeItem.participant.id", "path": "ChargeItem.participant.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "1" }, "type": [ { "code": "string" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "ChargeItem.participant.extension", "path": "ChargeItem.participant.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, 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.", "comment": "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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "ChargeItem.participant.modifierExtension", "path": "ChargeItem.participant.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, 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.", "comment": "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.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "id": "ChargeItem.participant.role", "path": "ChargeItem.participant.role", "short": "What type of performance was done", "definition": "Describes the type of performance or participation(e.g. primary surgeon, anaesthesiologiest, etc.).", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ], "isSummary": false, "binding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ChargeItemPerformerRole" } ], "strength": "example", "description": "Codes describing the types of functional roles performers can take on when performing events", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/performer-role" } }, "mapping": [ { "identity": "v2", "map": "Varies by domain" }, { "identity": "rim", "map": ".participation.functionCode" } ] }, { "id": "ChargeItem.participant.actor", "path": "ChargeItem.participant.actor", "short": "Individual who was performing", "definition": "The device, practitioner, etc. who performed or participated in the service.", "min": 1, "max": "1", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "EVN.5 or by domain" }, { "identity": "rim", "map": ".player" }, { "identity": "w5", "map": "who.actor" } ] }, { "id": "ChargeItem.performingOrganization", "path": "ChargeItem.performingOrganization", "short": "Organization providing the charged sevice", "definition": "The organization requesting the service.", "comment": "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.", "min": 0, "max": "1", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "N/A" }, { "identity": "rim", "map": ".scoper" } ] }, { "id": "ChargeItem.requestingOrganization", "path": "ChargeItem.requestingOrganization", "short": "Organization requesting the charged service", "definition": "The organization performing the service.", "comment": "The rendered Service may not be associated with a Request. It has to be made clear, ob which Organization's Request, the services have been rendered. (In many cases, this may just be the Department associated with the Encounter.location).", "min": 0, "max": "1", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "N/A" }, { "identity": "rim", "map": ".scoper" } ] }, { "id": "ChargeItem.quantity", "path": "ChargeItem.quantity", "short": "Quantity of which the charge item has been serviced", "definition": "Quantity of which the charge item has been serviced.", "comment": "In many cases this may just be a value, if the underlying units are implicit in the definition of the charge item code.", "min": 0, "max": "1", "type": [ { "code": "Quantity" } ], "isSummary": true, "mapping": [ { "identity": "v2", "map": "FT1.10" } ] }, { "id": "ChargeItem.bodysite", "path": "ChargeItem.bodysite", "short": "Anatomical location, if relevant", "definition": "The anatomical location where the related service has been applied.", "comment": "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 [body-site-instance](extension-body-site-instance.html). May be a summary code, or a reference to a very precise definition of the location, or both.", "min": 0, "max": "*", "type": [ { "code": "CodeableConcept" } ], "isSummary": true, "binding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "BodySite" } ], "strength": "example", "description": "Codes describing anatomical locations. May include laterality.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/body-site" } }, "mapping": [ { "identity": "rim", "map": ".targetBodySiteCode" } ] }, { "id": "ChargeItem.factorOverride", "path": "ChargeItem.factorOverride", "short": "Factor overriding the associated rules", "definition": "Factor overriding the factor determined by the rules associated with the code.", "comment": "There is no reason to carry the factor in the instance of a ChargeItem unless special circumstances require a manual override. The factors are usually defined by a set of rules in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overriden.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "FT1.26" } ] }, { "id": "ChargeItem.priceOverride", "path": "ChargeItem.priceOverride", "short": "Price overriding the associated rules", "definition": "Total price of the charge overriding the list price associated with the code.", "comment": "There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overriden.", "min": 0, "max": "1", "type": [ { "code": "Money" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "FT1.22" } ] }, { "id": "ChargeItem.overrideReason", "path": "ChargeItem.overrideReason", "short": "Reason for overriding the list price/factor", "definition": "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.", "comment": "Derived Profiles may chose to add invariants requiring this field to be populated if either priceOverride or factorOverride have been filled.", "min": 0, "max": "1", "type": [ { "code": "string" } ], "isSummary": false }, { "id": "ChargeItem.enterer", "path": "ChargeItem.enterer", "short": "Individual who was entering", "definition": "The device, practitioner, etc. who entered the charge item.", "comment": "The enterer is also te person considered responsible for factor/priceOverrides if applicable.", "min": 0, "max": "1", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson" } ], "isSummary": true, "mapping": [ { "identity": "v2", "map": "EVN.5 or by domain" }, { "identity": "rim", "map": ".player" }, { "identity": "w5", "map": "who.actor" } ] }, { "id": "ChargeItem.enteredDate", "path": "ChargeItem.enteredDate", "short": "Date the charge item was entered", "definition": "Date the charge item was entered.", "comment": "The actual date when the service associated with the charge has been rendered is captured in occurrence[x].", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ], "isSummary": true }, { "id": "ChargeItem.reason", "path": "ChargeItem.reason", "short": "Why was the charged service rendered?", "definition": "Describes why the event occurred in coded or textual form.", "comment": "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.", "min": 0, "max": "*", "type": [ { "code": "CodeableConcept" } ], "isSummary": false, "binding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ChargeItemReason" } ], "strength": "example", "description": "Example binding for reason", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/icd-10" } }, "mapping": [ { "identity": "workflow", "map": "Event.reasonCodeableConcept" }, { "identity": "v2", "map": "EVN.4 or by domain" }, { "identity": "rim", "map": ".reasonCode" }, { "identity": "w5", "map": "why" } ] }, { "id": "ChargeItem.service", "path": "ChargeItem.service", "short": "Which rendered service is being charged?", "definition": "Indicated the rendered service that caused this charge.", "min": 0, "max": "*", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/ImagingStudy" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Immunization" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationDispense" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/SupplyDelivery" } ], "isSummary": false, "mapping": [ { "identity": "workflow", "map": "Event.reasonReference" }, { "identity": "v2", "map": "EVN.4 or by domain" }, { "identity": "rim", "map": ".outboundRelationship[typeCode=RSON].target" }, { "identity": "w5", "map": "why" } ] }, { "id": "ChargeItem.account", "path": "ChargeItem.account", "short": "Account to place this charge", "definition": "Account into which this ChargeItems belongs.", "comment": "Systems posting the ChargeItems may not always be able to determine, which accounts the Items need to be places into. It is up to the potprocessing 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.", "min": 0, "max": "*", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Account" } ], "isSummary": true }, { "id": "ChargeItem.note", "path": "ChargeItem.note", "short": "Comments made about the ChargeItem", "definition": "Comments made about the event by the performer, subject or other participants.", "min": 0, "max": "*", "type": [ { "code": "Annotation" } ], "isSummary": false, "mapping": [ { "identity": "workflow", "map": "Event.note" }, { "identity": "v2", "map": "NTE" }, { "identity": "rim", "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]" } ] }, { "id": "ChargeItem.supportingInformation", "path": "ChargeItem.supportingInformation", "short": "Further information supporting the this charge", "definition": "Further information supporting the this charge.", "min": 0, "max": "*", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource" } ], "isSummary": false } ] }, "differential": { "element": [ { "id": "ChargeItem", "path": "ChargeItem", "short": "Item containing charge code(s) associated with the provision of healthcare provider products", "definition": "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.", "min": 0, "max": "*", "mapping": [ { "identity": "v2", "map": "FT1" }, { "identity": "rim", "map": "Act[moodCode=EVN]" }, { "identity": "w5", "map": "financial.support" } ] }, { "id": "ChargeItem.identifier", "path": "ChargeItem.identifier", "short": "Business Identifier for item", "definition": "Identifiers assigned to this event performer or other systems.", "requirements": "Allows identification of the charge Item as it is known by various participating systems and in a way that remains consistent across servers.", "min": 0, "max": "1", "type": [ { "code": "Identifier" } ], "isSummary": true, "mapping": [ { "identity": "v2", "map": "FT1.2" }, { "identity": "rim", "map": ".identifier" }, { "identity": "w5", "map": "id" } ] }, { "id": "ChargeItem.definition", "path": "ChargeItem.definition", "short": "Defining information about the code of this charge item", "definition": "References the source of pricing information, rules of application for the code this ChargeItem uses.", "comment": "Target Resource is yet to be defined as a container that holds information about list prices and rules applicable to the charge item code. Once defined, change type back to Reference(Definition Type).", "min": 0, "max": "*", "type": [ { "code": "uri" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "Varies by domain" }, { "identity": "rim", "map": ".outboundRelationship[typeCode=DEFN].target" } ] }, { "id": "ChargeItem.status", "path": "ChargeItem.status", "short": "planned | billable | not-billable | aborted | billed | entered-in-error | unknown", "definition": "The current state of the ChargeItem.", "comment": "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.\n\nThis element is labeled as a modifier because the status contains the code entered-in-error that marks the charge item as not currently valid.", "min": 1, "max": "1", "type": [ { "code": "code" } ], "isModifier": true, "isSummary": true, "binding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ChargeItemStatus" } ], "strength": "required", "description": "Codes identifying the stage lifecycle stage of a ChargeItem", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/chargeitem-status" } }, "mapping": [ { "identity": "v2", "map": "Varies by domain" }, { "identity": "rim", "map": ".status" }, { "identity": "w5", "map": "status" } ] }, { "id": "ChargeItem.partOf", "path": "ChargeItem.partOf", "short": "Part of referenced ChargeItem", "definition": "ChargeItems can be grouped to larger ChargeItems covering the whole set.", "requirements": "E.g. Drug administration as part of a procedure, procedure as part of observation, etc.", "alias": [ "container" ], "min": 0, "max": "*", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/ChargeItem" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "Varies by domain" }, { "identity": "rim", "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]" } ] }, { "id": "ChargeItem.code", "path": "ChargeItem.code", "short": "A code that identifies the charge, like a billing code", "definition": "A code that identifies the charge, like a billing code.", "alias": [ "type" ], "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ], "isSummary": true, "binding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ChargeItemCode" } ], "strength": "example", "description": "Example set of codes that can be used for billing purposes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes" } }, "mapping": [ { "identity": "workflow", "map": "Event.code" }, { "identity": "v2", "map": "FT1.7" }, { "identity": "rim", "map": ".code" }, { "identity": "w5", "map": "what" } ] }, { "id": "ChargeItem.subject", "path": "ChargeItem.subject", "short": "Individual service was done for/to", "definition": "The individual or set of individuals the action is being or was performed on.", "requirements": "Links the event to the Patient context.", "alias": [ "patient" ], "min": 1, "max": "1", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group" } ], "isSummary": true, "mapping": [ { "identity": "workflow", "map": "Event.subject" }, { "identity": "v2", "map": "PAT in proximity to FT1 segment" }, { "identity": "rim", "map": ".participation[typeCode=SBJ].role" }, { "identity": "w5", "map": "who.focus" } ] }, { "id": "ChargeItem.context", "path": "ChargeItem.context", "short": "Encounter / Episode associated with event", "definition": "The encounter or episode of care that establishes the context for this event.", "requirements": "Links the request to the Encounter context.", "alias": [ "encounter" ], "min": 0, "max": "1", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" } ], "isSummary": true, "mapping": [ { "identity": "workflow", "map": "Event.context" }, { "identity": "v2", "map": "PV1 in proximity to FT1 segment" }, { "identity": "rim", "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]" }, { "identity": "w5", "map": "context" } ] }, { "id": "ChargeItem.occurrence[x]", "path": "ChargeItem.occurrence[x]", "short": "When the charged service was applied", "definition": "Date/time(s) or duration when the charged service was applied.", "comment": "The list of types may be constrained as appropriate for the type of charge item.", "alias": [ "timing" ], "min": 0, "max": "1", "type": [ { "code": "dateTime" }, { "code": "Period" }, { "code": "Timing" } ], "isSummary": true, "mapping": [ { "identity": "v2", "map": "Varies by domain" }, { "identity": "rim", "map": ".effectiveTime" }, { "identity": "w5", "map": "when.done" } ] }, { "id": "ChargeItem.participant", "path": "ChargeItem.participant", "short": "Who performed charged service", "definition": "Indicates who or what performed or participated in the charged service.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "EVN.5 or by domain" }, { "identity": "rim", "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]" } ] }, { "id": "ChargeItem.participant.role", "path": "ChargeItem.participant.role", "short": "What type of performance was done", "definition": "Describes the type of performance or participation(e.g. primary surgeon, anaesthesiologiest, etc.).", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ], "isSummary": false, "binding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ChargeItemPerformerRole" } ], "strength": "example", "description": "Codes describing the types of functional roles performers can take on when performing events", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/performer-role" } }, "mapping": [ { "identity": "v2", "map": "Varies by domain" }, { "identity": "rim", "map": ".participation.functionCode" } ] }, { "id": "ChargeItem.participant.actor", "path": "ChargeItem.participant.actor", "short": "Individual who was performing", "definition": "The device, practitioner, etc. who performed or participated in the service.", "min": 1, "max": "1", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "EVN.5 or by domain" }, { "identity": "rim", "map": ".player" }, { "identity": "w5", "map": "who.actor" } ] }, { "id": "ChargeItem.performingOrganization", "path": "ChargeItem.performingOrganization", "short": "Organization providing the charged sevice", "definition": "The organization requesting the service.", "comment": "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.", "min": 0, "max": "1", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "N/A" }, { "identity": "rim", "map": ".scoper" } ] }, { "id": "ChargeItem.requestingOrganization", "path": "ChargeItem.requestingOrganization", "short": "Organization requesting the charged service", "definition": "The organization performing the service.", "comment": "The rendered Service may not be associated with a Request. It has to be made clear, ob which Organization's Request, the services have been rendered. (In many cases, this may just be the Department associated with the Encounter.location).", "min": 0, "max": "1", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "N/A" }, { "identity": "rim", "map": ".scoper" } ] }, { "id": "ChargeItem.quantity", "path": "ChargeItem.quantity", "short": "Quantity of which the charge item has been serviced", "definition": "Quantity of which the charge item has been serviced.", "comment": "In many cases this may just be a value, if the underlying units are implicit in the definition of the charge item code.", "min": 0, "max": "1", "type": [ { "code": "Quantity" } ], "isSummary": true, "mapping": [ { "identity": "v2", "map": "FT1.10" } ] }, { "id": "ChargeItem.bodysite", "path": "ChargeItem.bodysite", "short": "Anatomical location, if relevant", "definition": "The anatomical location where the related service has been applied.", "comment": "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 [body-site-instance](extension-body-site-instance.html). May be a summary code, or a reference to a very precise definition of the location, or both.", "min": 0, "max": "*", "type": [ { "code": "CodeableConcept" } ], "isSummary": true, "binding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "BodySite" } ], "strength": "example", "description": "Codes describing anatomical locations. May include laterality.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/body-site" } }, "mapping": [ { "identity": "rim", "map": ".targetBodySiteCode" } ] }, { "id": "ChargeItem.factorOverride", "path": "ChargeItem.factorOverride", "short": "Factor overriding the associated rules", "definition": "Factor overriding the factor determined by the rules associated with the code.", "comment": "There is no reason to carry the factor in the instance of a ChargeItem unless special circumstances require a manual override. The factors are usually defined by a set of rules in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overriden.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "FT1.26" } ] }, { "id": "ChargeItem.priceOverride", "path": "ChargeItem.priceOverride", "short": "Price overriding the associated rules", "definition": "Total price of the charge overriding the list price associated with the code.", "comment": "There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overriden.", "min": 0, "max": "1", "type": [ { "code": "Money" } ], "isSummary": false, "mapping": [ { "identity": "v2", "map": "FT1.22" } ] }, { "id": "ChargeItem.overrideReason", "path": "ChargeItem.overrideReason", "short": "Reason for overriding the list price/factor", "definition": "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.", "comment": "Derived Profiles may chose to add invariants requiring this field to be populated if either priceOverride or factorOverride have been filled.", "min": 0, "max": "1", "type": [ { "code": "string" } ], "isSummary": false }, { "id": "ChargeItem.enterer", "path": "ChargeItem.enterer", "short": "Individual who was entering", "definition": "The device, practitioner, etc. who entered the charge item.", "comment": "The enterer is also te person considered responsible for factor/priceOverrides if applicable.", "min": 0, "max": "1", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson" } ], "isSummary": true, "mapping": [ { "identity": "v2", "map": "EVN.5 or by domain" }, { "identity": "rim", "map": ".player" }, { "identity": "w5", "map": "who.actor" } ] }, { "id": "ChargeItem.enteredDate", "path": "ChargeItem.enteredDate", "short": "Date the charge item was entered", "definition": "Date the charge item was entered.", "comment": "The actual date when the service associated with the charge has been rendered is captured in occurrence[x].", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ], "isSummary": true }, { "id": "ChargeItem.reason", "path": "ChargeItem.reason", "short": "Why was the charged service rendered?", "definition": "Describes why the event occurred in coded or textual form.", "comment": "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.", "min": 0, "max": "*", "type": [ { "code": "CodeableConcept" } ], "isSummary": false, "binding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ChargeItemReason" } ], "strength": "example", "description": "Example binding for reason", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/icd-10" } }, "mapping": [ { "identity": "workflow", "map": "Event.reasonCodeableConcept" }, { "identity": "v2", "map": "EVN.4 or by domain" }, { "identity": "rim", "map": ".reasonCode" }, { "identity": "w5", "map": "why" } ] }, { "id": "ChargeItem.service", "path": "ChargeItem.service", "short": "Which rendered service is being charged?", "definition": "Indicated the rendered service that caused this charge.", "min": 0, "max": "*", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/ImagingStudy" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Immunization" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationDispense" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/SupplyDelivery" } ], "isSummary": false, "mapping": [ { "identity": "workflow", "map": "Event.reasonReference" }, { "identity": "v2", "map": "EVN.4 or by domain" }, { "identity": "rim", "map": ".outboundRelationship[typeCode=RSON].target" }, { "identity": "w5", "map": "why" } ] }, { "id": "ChargeItem.account", "path": "ChargeItem.account", "short": "Account to place this charge", "definition": "Account into which this ChargeItems belongs.", "comment": "Systems posting the ChargeItems may not always be able to determine, which accounts the Items need to be places into. It is up to the potprocessing 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.", "min": 0, "max": "*", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Account" } ], "isSummary": true }, { "id": "ChargeItem.note", "path": "ChargeItem.note", "short": "Comments made about the ChargeItem", "definition": "Comments made about the event by the performer, subject or other participants.", "min": 0, "max": "*", "type": [ { "code": "Annotation" } ], "isSummary": false, "mapping": [ { "identity": "workflow", "map": "Event.note" }, { "identity": "v2", "map": "NTE" }, { "identity": "rim", "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]" } ] }, { "id": "ChargeItem.supportingInformation", "path": "ChargeItem.supportingInformation", "short": "Further information supporting the this charge", "definition": "Further information supporting the this charge.", "min": 0, "max": "*", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource" } ], "isSummary": false } ] } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.