1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: ChargeItemCore

Official URL: https://fhir.cambio.se/StructureDefinition/ChargeItemCore Version: 1.0.0
Active as of 2024-01-17 Computable Name: ChargeItemCore

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ChargeItem 0..* ChargeItem Item containing charge code(s) associated with the provision of healthcare provider products
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!Σ 1..1 code planned | billable | not-billable | aborted | billed | entered-in-error | unknown
Binding: ChargeItemStatus (required): Codes identifying the lifecycle stage of a ChargeItem.
... code Σ 1..1 CodeableConcept A code that identifies the charge, like a billing code
Binding: ChargeItemCode (example): Example set of codes that can be used for billing purposes.
... subject ΣC 1..1 Reference(Patient | Group) Individual service was done for/to
Constraints: ref-1
... context ΣC 0..1 Reference(Encounter | EpisodeOfCare) Encounter / Episode associated with event
Constraints: ref-1
... performingOrganization C 0..1 Reference(Organization) Organization providing the charged service
Constraints: ref-1
... requestingOrganization C 0..1 Reference(Organization) Organization requesting the charged service
Constraints: ref-1
... costCenter C 0..1 Reference(Organization) Organization that has ownership of the (potential, future) revenue
Constraints: ref-1
... quantity ΣC 0..1 Quantity Quantity of which the charge item has been serviced
Constraints: qty-3
... enterer ΣC 0..1 Reference(Practitioner | PractitionerRole | Organization | Patient | Device | RelatedPerson) Individual who was entering
Constraints: ref-1
... service C 0..* Reference(DiagnosticReport | ImagingStudy | Immunization | MedicationAdministration | MedicationDispense | Observation | Procedure | SupplyDelivery) Which rendered service is being charged?
Constraints: ref-1
... product[x] C 0..1 Product charged
Binding: FHIRDeviceTypes (example): Example binding for product type.
Constraints: ref-1
.... productReference Reference(Device | Medication | Substance)
.... productCodeableConcept CodeableConcept
... account ΣC 0..* Reference(Account) Account to place this charge
Constraints: ref-1
... supportingInformation C 0..* Reference(Resource) Further information supporting this charge
Constraints: ref-1

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ChargeItem.statusrequiredChargeItemStatus
http://hl7.org/fhir/ValueSet/chargeitem-status|4.0.1
From the FHIR Standard
ChargeItem.codeexampleChargeItemCode
http://hl7.org/fhir/ValueSet/chargeitem-billingcodes
From the FHIR Standard
ChargeItem.product[x]exampleFHIRDeviceTypes
http://hl7.org/fhir/ValueSet/device-kind
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorChargeItemIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorChargeItemIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorChargeItemIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorChargeItemIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceChargeItemA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
qty-3errorChargeItem.quantityIf a code for the unit is present, the system SHALL also be present
:
ref-1errorChargeItem.partOf, ChargeItem.subject, ChargeItem.context, ChargeItem.performingOrganization, ChargeItem.requestingOrganization, ChargeItem.costCenter, ChargeItem.enterer, ChargeItem.service, ChargeItem.product[x], ChargeItem.account, ChargeItem.supportingInformationSHALL have a contained resource if a local reference is provided
:

This structure is derived from ChargeItem

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ChargeItem 0..* ChargeItem Item containing charge code(s) associated with the provision of healthcare provider products
... partOf C 0..* Reference(ChargeItem) Part of referenced ChargeItem
... subject C 1..1 Reference(Patient | Group) Individual service was done for/to
... context C 0..1 Reference(Encounter | EpisodeOfCare) Encounter / Episode associated with event
.... actor C 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) Individual who was performing
... performingOrganization C 0..1 Reference(Organization) Organization providing the charged service
... requestingOrganization C 0..1 Reference(Organization) Organization requesting the charged service
... costCenter C 0..1 Reference(Organization) Organization that has ownership of the (potential, future) revenue
... quantity C 0..1 Quantity Quantity of which the charge item has been serviced
... enterer C 0..1 Reference(Practitioner | PractitionerRole | Organization | Patient | Device | RelatedPerson) Individual who was entering
... service C 0..* Reference(DiagnosticReport | ImagingStudy | Immunization | MedicationAdministration | MedicationDispense | Observation | Procedure | SupplyDelivery) Which rendered service is being charged?
... product[x] C 0..1 Reference(Device | Medication | Substance), CodeableConcept Product charged
... account C 0..* Reference(Account) Account to place this charge
... supportingInformation C 0..* Reference(Resource) Further information supporting this charge

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
qty-3errorChargeItem.quantityIf a code for the unit is present, the system SHALL also be present
:
ref-1errorChargeItem.partOf, ChargeItem.subject, ChargeItem.context, ChargeItem.performer.actor, ChargeItem.performingOrganization, ChargeItem.requestingOrganization, ChargeItem.costCenter, ChargeItem.enterer, ChargeItem.service, ChargeItem.product[x], ChargeItem.account, ChargeItem.supportingInformationSHALL have a contained resource if a local reference is provided
:
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ChargeItem 0..* ChargeItem Item containing charge code(s) associated with the provision of healthcare provider products
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Business Identifier for item
... definitionUri 0..* uri Defining information about the code of this charge item
... definitionCanonical 0..* canonical(ChargeItemDefinition) Resource defining the code of this ChargeItem
... status ?!Σ 1..1 code planned | billable | not-billable | aborted | billed | entered-in-error | unknown
Binding: ChargeItemStatus (required): Codes identifying the lifecycle stage of a ChargeItem.
... partOf C 0..* Reference(ChargeItem) Part of referenced ChargeItem
Constraints: ref-1
... code Σ 1..1 CodeableConcept A code that identifies the charge, like a billing code
Binding: ChargeItemCode (example): Example set of codes that can be used for billing purposes.
... subject ΣC 1..1 Reference(Patient | Group) Individual service was done for/to
Constraints: ref-1
... context ΣC 0..1 Reference(Encounter | EpisodeOfCare) Encounter / Episode associated with event
Constraints: ref-1
... occurrence[x] Σ 0..1 When the charged service was applied
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
.... occurrenceTiming Timing
... performer 0..* BackboneElement Who performed charged service
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... function 0..1 CodeableConcept What type of performance was done
Binding: ProcedurePerformerRoleCodes (example): Codes describing the types of functional roles performers can take on when performing events.
.... actor C 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) Individual who was performing
Constraints: ref-1
... performingOrganization C 0..1 Reference(Organization) Organization providing the charged service
Constraints: ref-1
... requestingOrganization C 0..1 Reference(Organization) Organization requesting the charged service
Constraints: ref-1
... costCenter C 0..1 Reference(Organization) Organization that has ownership of the (potential, future) revenue
Constraints: ref-1
... quantity ΣC 0..1 Quantity Quantity of which the charge item has been serviced
Constraints: qty-3
... bodysite Σ 0..* CodeableConcept Anatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality.
... factorOverride 0..1 decimal Factor overriding the associated rules
... priceOverride 0..1 Money Price overriding the associated rules
... overrideReason 0..1 string Reason for overriding the list price/factor
... enterer ΣC 0..1 Reference(Practitioner | PractitionerRole | Organization | Patient | Device | RelatedPerson) Individual who was entering
Constraints: ref-1
... enteredDate Σ 0..1 dateTime Date the charge item was entered
... reason 0..* CodeableConcept Why was the charged service rendered?
Binding: ICD-10Codes (example): Example binding for reason.
... service C 0..* Reference(DiagnosticReport | ImagingStudy | Immunization | MedicationAdministration | MedicationDispense | Observation | Procedure | SupplyDelivery) Which rendered service is being charged?
Constraints: ref-1
... product[x] C 0..1 Product charged
Binding: FHIRDeviceTypes (example): Example binding for product type.
Constraints: ref-1
.... productReference Reference(Device | Medication | Substance)
.... productCodeableConcept CodeableConcept
... account ΣC 0..* Reference(Account) Account to place this charge
Constraints: ref-1
... note 0..* Annotation Comments made about the ChargeItem
... supportingInformation C 0..* Reference(Resource) Further information supporting this charge
Constraints: ref-1

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ChargeItem.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
ChargeItem.statusrequiredChargeItemStatus
http://hl7.org/fhir/ValueSet/chargeitem-status|4.0.1
From the FHIR Standard
ChargeItem.codeexampleChargeItemCode
http://hl7.org/fhir/ValueSet/chargeitem-billingcodes
From the FHIR Standard
ChargeItem.performer.functionexampleProcedurePerformerRoleCodes
http://hl7.org/fhir/ValueSet/performer-role
From the FHIR Standard
ChargeItem.bodysiteexampleSNOMEDCTBodyStructures
http://hl7.org/fhir/ValueSet/body-site
From the FHIR Standard
ChargeItem.reasonexampleICD-10Codes
http://hl7.org/fhir/ValueSet/icd-10
From the FHIR Standard
ChargeItem.product[x]exampleFHIRDeviceTypes
http://hl7.org/fhir/ValueSet/device-kind
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorChargeItemIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorChargeItemIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorChargeItemIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorChargeItemIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceChargeItemA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
qty-3errorChargeItem.quantityIf a code for the unit is present, the system SHALL also be present
:
ref-1errorChargeItem.partOf, ChargeItem.subject, ChargeItem.context, ChargeItem.performer.actor, ChargeItem.performingOrganization, ChargeItem.requestingOrganization, ChargeItem.costCenter, ChargeItem.enterer, ChargeItem.service, ChargeItem.product[x], ChargeItem.account, ChargeItem.supportingInformationSHALL have a contained resource if a local reference is provided
:

This structure is derived from ChargeItem

Summary

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ChargeItem 0..* ChargeItem Item containing charge code(s) associated with the provision of healthcare provider products
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!Σ 1..1 code planned | billable | not-billable | aborted | billed | entered-in-error | unknown
Binding: ChargeItemStatus (required): Codes identifying the lifecycle stage of a ChargeItem.
... code Σ 1..1 CodeableConcept A code that identifies the charge, like a billing code
Binding: ChargeItemCode (example): Example set of codes that can be used for billing purposes.
... subject ΣC 1..1 Reference(Patient | Group) Individual service was done for/to
Constraints: ref-1
... context ΣC 0..1 Reference(Encounter | EpisodeOfCare) Encounter / Episode associated with event
Constraints: ref-1
... performingOrganization C 0..1 Reference(Organization) Organization providing the charged service
Constraints: ref-1
... requestingOrganization C 0..1 Reference(Organization) Organization requesting the charged service
Constraints: ref-1
... costCenter C 0..1 Reference(Organization) Organization that has ownership of the (potential, future) revenue
Constraints: ref-1
... quantity ΣC 0..1 Quantity Quantity of which the charge item has been serviced
Constraints: qty-3
... enterer ΣC 0..1 Reference(Practitioner | PractitionerRole | Organization | Patient | Device | RelatedPerson) Individual who was entering
Constraints: ref-1
... service C 0..* Reference(DiagnosticReport | ImagingStudy | Immunization | MedicationAdministration | MedicationDispense | Observation | Procedure | SupplyDelivery) Which rendered service is being charged?
Constraints: ref-1
... product[x] C 0..1 Product charged
Binding: FHIRDeviceTypes (example): Example binding for product type.
Constraints: ref-1
.... productReference Reference(Device | Medication | Substance)
.... productCodeableConcept CodeableConcept
... account ΣC 0..* Reference(Account) Account to place this charge
Constraints: ref-1
... supportingInformation C 0..* Reference(Resource) Further information supporting this charge
Constraints: ref-1

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ChargeItem.statusrequiredChargeItemStatus
http://hl7.org/fhir/ValueSet/chargeitem-status|4.0.1
From the FHIR Standard
ChargeItem.codeexampleChargeItemCode
http://hl7.org/fhir/ValueSet/chargeitem-billingcodes
From the FHIR Standard
ChargeItem.product[x]exampleFHIRDeviceTypes
http://hl7.org/fhir/ValueSet/device-kind
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorChargeItemIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorChargeItemIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorChargeItemIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorChargeItemIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceChargeItemA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
qty-3errorChargeItem.quantityIf a code for the unit is present, the system SHALL also be present
:
ref-1errorChargeItem.partOf, ChargeItem.subject, ChargeItem.context, ChargeItem.performingOrganization, ChargeItem.requestingOrganization, ChargeItem.costCenter, ChargeItem.enterer, ChargeItem.service, ChargeItem.product[x], ChargeItem.account, ChargeItem.supportingInformationSHALL have a contained resource if a local reference is provided
:

Differential View

This structure is derived from ChargeItem

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ChargeItem 0..* ChargeItem Item containing charge code(s) associated with the provision of healthcare provider products
... partOf C 0..* Reference(ChargeItem) Part of referenced ChargeItem
... subject C 1..1 Reference(Patient | Group) Individual service was done for/to
... context C 0..1 Reference(Encounter | EpisodeOfCare) Encounter / Episode associated with event
.... actor C 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) Individual who was performing
... performingOrganization C 0..1 Reference(Organization) Organization providing the charged service
... requestingOrganization C 0..1 Reference(Organization) Organization requesting the charged service
... costCenter C 0..1 Reference(Organization) Organization that has ownership of the (potential, future) revenue
... quantity C 0..1 Quantity Quantity of which the charge item has been serviced
... enterer C 0..1 Reference(Practitioner | PractitionerRole | Organization | Patient | Device | RelatedPerson) Individual who was entering
... service C 0..* Reference(DiagnosticReport | ImagingStudy | Immunization | MedicationAdministration | MedicationDispense | Observation | Procedure | SupplyDelivery) Which rendered service is being charged?
... product[x] C 0..1 Reference(Device | Medication | Substance), CodeableConcept Product charged
... account C 0..* Reference(Account) Account to place this charge
... supportingInformation C 0..* Reference(Resource) Further information supporting this charge

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
qty-3errorChargeItem.quantityIf a code for the unit is present, the system SHALL also be present
:
ref-1errorChargeItem.partOf, ChargeItem.subject, ChargeItem.context, ChargeItem.performer.actor, ChargeItem.performingOrganization, ChargeItem.requestingOrganization, ChargeItem.costCenter, ChargeItem.enterer, ChargeItem.service, ChargeItem.product[x], ChargeItem.account, ChargeItem.supportingInformationSHALL have a contained resource if a local reference is provided
:

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ChargeItem 0..* ChargeItem Item containing charge code(s) associated with the provision of healthcare provider products
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Business Identifier for item
... definitionUri 0..* uri Defining information about the code of this charge item
... definitionCanonical 0..* canonical(ChargeItemDefinition) Resource defining the code of this ChargeItem
... status ?!Σ 1..1 code planned | billable | not-billable | aborted | billed | entered-in-error | unknown
Binding: ChargeItemStatus (required): Codes identifying the lifecycle stage of a ChargeItem.
... partOf C 0..* Reference(ChargeItem) Part of referenced ChargeItem
Constraints: ref-1
... code Σ 1..1 CodeableConcept A code that identifies the charge, like a billing code
Binding: ChargeItemCode (example): Example set of codes that can be used for billing purposes.
... subject ΣC 1..1 Reference(Patient | Group) Individual service was done for/to
Constraints: ref-1
... context ΣC 0..1 Reference(Encounter | EpisodeOfCare) Encounter / Episode associated with event
Constraints: ref-1
... occurrence[x] Σ 0..1 When the charged service was applied
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
.... occurrenceTiming Timing
... performer 0..* BackboneElement Who performed charged service
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... function 0..1 CodeableConcept What type of performance was done
Binding: ProcedurePerformerRoleCodes (example): Codes describing the types of functional roles performers can take on when performing events.
.... actor C 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) Individual who was performing
Constraints: ref-1
... performingOrganization C 0..1 Reference(Organization) Organization providing the charged service
Constraints: ref-1
... requestingOrganization C 0..1 Reference(Organization) Organization requesting the charged service
Constraints: ref-1
... costCenter C 0..1 Reference(Organization) Organization that has ownership of the (potential, future) revenue
Constraints: ref-1
... quantity ΣC 0..1 Quantity Quantity of which the charge item has been serviced
Constraints: qty-3
... bodysite Σ 0..* CodeableConcept Anatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality.
... factorOverride 0..1 decimal Factor overriding the associated rules
... priceOverride 0..1 Money Price overriding the associated rules
... overrideReason 0..1 string Reason for overriding the list price/factor
... enterer ΣC 0..1 Reference(Practitioner | PractitionerRole | Organization | Patient | Device | RelatedPerson) Individual who was entering
Constraints: ref-1
... enteredDate Σ 0..1 dateTime Date the charge item was entered
... reason 0..* CodeableConcept Why was the charged service rendered?
Binding: ICD-10Codes (example): Example binding for reason.
... service C 0..* Reference(DiagnosticReport | ImagingStudy | Immunization | MedicationAdministration | MedicationDispense | Observation | Procedure | SupplyDelivery) Which rendered service is being charged?
Constraints: ref-1
... product[x] C 0..1 Product charged
Binding: FHIRDeviceTypes (example): Example binding for product type.
Constraints: ref-1
.... productReference Reference(Device | Medication | Substance)
.... productCodeableConcept CodeableConcept
... account ΣC 0..* Reference(Account) Account to place this charge
Constraints: ref-1
... note 0..* Annotation Comments made about the ChargeItem
... supportingInformation C 0..* Reference(Resource) Further information supporting this charge
Constraints: ref-1

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ChargeItem.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
ChargeItem.statusrequiredChargeItemStatus
http://hl7.org/fhir/ValueSet/chargeitem-status|4.0.1
From the FHIR Standard
ChargeItem.codeexampleChargeItemCode
http://hl7.org/fhir/ValueSet/chargeitem-billingcodes
From the FHIR Standard
ChargeItem.performer.functionexampleProcedurePerformerRoleCodes
http://hl7.org/fhir/ValueSet/performer-role
From the FHIR Standard
ChargeItem.bodysiteexampleSNOMEDCTBodyStructures
http://hl7.org/fhir/ValueSet/body-site
From the FHIR Standard
ChargeItem.reasonexampleICD-10Codes
http://hl7.org/fhir/ValueSet/icd-10
From the FHIR Standard
ChargeItem.product[x]exampleFHIRDeviceTypes
http://hl7.org/fhir/ValueSet/device-kind
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorChargeItemIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorChargeItemIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorChargeItemIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorChargeItemIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceChargeItemA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
qty-3errorChargeItem.quantityIf a code for the unit is present, the system SHALL also be present
:
ref-1errorChargeItem.partOf, ChargeItem.subject, ChargeItem.context, ChargeItem.performer.actor, ChargeItem.performingOrganization, ChargeItem.requestingOrganization, ChargeItem.costCenter, ChargeItem.enterer, ChargeItem.service, ChargeItem.product[x], ChargeItem.account, ChargeItem.supportingInformationSHALL have a contained resource if a local reference is provided
:

This structure is derived from ChargeItem

Summary

 

Other representations of profile: CSV, Excel, Schematron