FHIR Implementation Guide for ABDM
6.0.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Resource Profile: StructureDefinition/ChargeItem

Official URL: https://nrces.in/ndhm/fhir/r4/StructureDefinition/ChargeItem Version: 6.0.0
Draft as of 2024-01-24 Computable Name: ChargeItem

This profile sets the minimum expectations for the ChargeItem resource in order to store various details about the items under invoice which are being charged.

ChargeItem resource defines the details regarding the services, medications or medicinal devices provided during an encounter or visit for a patient. It’s mainly to be used to provide additional info such as date, times, amounts and participating organizations if any.

Usage:

Formal Views of Profile Content

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

This structure is derived from ChargeItem

NameFlagsCard.TypeDescription & Constraintsdoco
.. ChargeItem 0..*ChargeItemItem containing charge code(s) associated with the provision of healthcare provider products
... partOf 0..*Reference(ChargeItem)Part of referenced ChargeItem
... code 1..1CodeableConceptA code that identifies the charge, like a billing code
Binding: ChargeItem Types (extensible)
.... coding 1..1CodingCode defined by a terminology system
..... system 1..1uriIdentity of the terminology system
..... code 1..1codeSymbol in syntax defined by the system
..... display 1..1stringRepresentation defined by the system
.... text S0..1stringPlain text representation of the concept
... subject 1..1Reference(Group | Patient)Individual service was done for/to
... occurrence[x] S0..1dateTime, Period, TimingWhen the charged service was applied
... performer
.... actor 1..1Reference(CareTeam | Device | RelatedPerson | Practitioner | PractitionerRole | Organization)Individual who was performing
... performingOrganization 0..1Reference(Organization)Organization providing the charged service
... requestingOrganization 0..1Reference(Organization)Organization requesting the charged service
... costCenter 0..1Reference(Organization)Organization that has ownership of the (potential, future) revenue
... quantity 1..1QuantityQuantity of which the charge item has been serviced. Indicates the total quantity of medicines or medical devices bought.
... enterer 0..1Reference(Device | RelatedPerson | Practitioner | PractitionerRole | Organization | Patient)Individual who was entering
... service 0..*Reference(DiagnosticReport | MedicationAdministration | MedicationDispense | SupplyDelivery | ImagingStudy | Immunization | Observation | Procedure)Which rendered service is being charged?
... product[x] 1..1Product charged. In case of invoice for pharmacy the medication resource will be populated containing the relevant details for the medicines mentioned in the prescription. For other cases of invoice such as for consultation, in patient details the codeableconcept must be populated.
.... productReferenceReference(Device | Substance | Medication)
.... productCodeableConceptCodeableConcept

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
ChargeItem.codeextensibleChargeItemTypes (a valid code from Billing Codes)
https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-chargeitem-types
from this IG
NameFlagsCard.TypeDescription & Constraintsdoco
.. ChargeItem 0..*ChargeItemItem containing charge code(s) associated with the provision of healthcare provider products
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!Σ1..1codeplanned | billable | not-billable | aborted | billed | entered-in-error | unknown
Binding: ChargeItemStatus (required): Codes identifying the lifecycle stage of a ChargeItem.

... code Σ1..1CodeableConceptA code that identifies the charge, like a billing code
Binding: ChargeItem Types (extensible)
.... coding Σ1..1CodingCode defined by a terminology system
..... system Σ1..1uriIdentity of the terminology system
..... code Σ1..1codeSymbol in syntax defined by the system
..... display Σ1..1stringRepresentation defined by the system
.... text SΣ0..1stringPlain text representation of the concept
... subject Σ1..1Reference(Group | Patient)Individual service was done for/to
... context Σ0..1Reference(EpisodeOfCare | Encounter)Encounter / Episode associated with event
... occurrence[x] SΣ0..1When the charged service was applied
.... occurrenceDateTimedateTime
.... occurrencePeriodPeriod
.... occurrenceTimingTiming
... performingOrganization 0..1Reference(Organization)Organization providing the charged service
... requestingOrganization 0..1Reference(Organization)Organization requesting the charged service
... costCenter 0..1Reference(Organization)Organization that has ownership of the (potential, future) revenue
... quantity Σ1..1QuantityQuantity of which the charge item has been serviced. Indicates the total quantity of medicines or medical devices bought.
... enterer Σ0..1Reference(Device | RelatedPerson | Practitioner | PractitionerRole | Organization | Patient)Individual who was entering
... service 0..*Reference(DiagnosticReport | MedicationAdministration | MedicationDispense | SupplyDelivery | ImagingStudy | Immunization | Observation | Procedure)Which rendered service is being charged?
... product[x] 1..1Product charged. In case of invoice for pharmacy the medication resource will be populated containing the relevant details for the medicines mentioned in the prescription. For other cases of invoice such as for consultation, in patient details the codeableconcept must be populated.
Binding: FHIRDeviceTypes (example): Example binding for product type.

.... productReferenceReference(Device | Substance | Medication)
.... productCodeableConceptCodeableConcept

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.codeextensibleChargeItemTypes (a valid code from Billing Codes)
https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-chargeitem-types
from this IG
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()
NameFlagsCard.TypeDescription & Constraintsdoco
.. ChargeItem 0..*ChargeItemItem containing charge code(s) associated with the provision of healthcare provider products
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness Identifier for item
... definitionUri 0..*uriDefining information about the code of this charge item
... definitionCanonical 0..*canonical(ChargeItemDefinition)Resource defining the code of this ChargeItem
... status ?!Σ1..1codeplanned | billable | not-billable | aborted | billed | entered-in-error | unknown
Binding: ChargeItemStatus (required): Codes identifying the lifecycle stage of a ChargeItem.

... partOf 0..*Reference(ChargeItem)Part of referenced ChargeItem
... code Σ1..1CodeableConceptA code that identifies the charge, like a billing code
Binding: ChargeItem Types (extensible)
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ1..1CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ1..1uriIdentity of the terminology system
..... version Σ0..1stringVersion of the system - if relevant
..... code Σ1..1codeSymbol in syntax defined by the system
..... display Σ1..1stringRepresentation defined by the system
..... userSelected Σ0..1booleanIf this coding was chosen directly by the user
.... text SΣ0..1stringPlain text representation of the concept
... subject Σ1..1Reference(Group | Patient)Individual service was done for/to
... context Σ0..1Reference(EpisodeOfCare | Encounter)Encounter / Episode associated with event
... occurrence[x] SΣ0..1When the charged service was applied
.... occurrenceDateTimedateTime
.... occurrencePeriodPeriod
.... occurrenceTimingTiming
... performer 0..*BackboneElementWho performed charged service
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... function 0..1CodeableConceptWhat type of performance was done
Binding: ProcedurePerformerRoleCodes (example): Codes describing the types of functional roles performers can take on when performing events.

.... actor 1..1Reference(CareTeam | Device | RelatedPerson | Practitioner | PractitionerRole | Organization)Individual who was performing
... performingOrganization 0..1Reference(Organization)Organization providing the charged service
... requestingOrganization 0..1Reference(Organization)Organization requesting the charged service
... costCenter 0..1Reference(Organization)Organization that has ownership of the (potential, future) revenue
... quantity Σ1..1QuantityQuantity of which the charge item has been serviced. Indicates the total quantity of medicines or medical devices bought.
... bodysite Σ0..*CodeableConceptAnatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality.


... factorOverride 0..1decimalFactor overriding the associated rules
... priceOverride 0..1MoneyPrice overriding the associated rules
... overrideReason 0..1stringReason for overriding the list price/factor
... enterer Σ0..1Reference(Device | RelatedPerson | Practitioner | PractitionerRole | Organization | Patient)Individual who was entering
... enteredDate Σ0..1dateTimeDate the charge item was entered
... reason 0..*CodeableConceptWhy was the charged service rendered?
Binding: ICD-10Codes (example): Example binding for reason.


... service 0..*Reference(DiagnosticReport | MedicationAdministration | MedicationDispense | SupplyDelivery | ImagingStudy | Immunization | Observation | Procedure)Which rendered service is being charged?
... product[x] 1..1Product charged. In case of invoice for pharmacy the medication resource will be populated containing the relevant details for the medicines mentioned in the prescription. For other cases of invoice such as for consultation, in patient details the codeableconcept must be populated.
Binding: FHIRDeviceTypes (example): Example binding for product type.

.... productReferenceReference(Device | Substance | Medication)
.... productCodeableConceptCodeableConcept
... account Σ0..*Reference(Account)Account to place this charge
... note 0..*AnnotationComments made about the ChargeItem
... supportingInformation 0..*Reference(Resource)Further information supporting this charge

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ChargeItem.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
ChargeItem.statusrequiredChargeItemStatus
http://hl7.org/fhir/ValueSet/chargeitem-status|4.0.1
from the FHIR Standard
ChargeItem.codeextensibleChargeItemTypes (a valid code from Billing Codes)
https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-chargeitem-types
from this IG
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()

Differential View

This structure is derived from ChargeItem

NameFlagsCard.TypeDescription & Constraintsdoco
.. ChargeItem 0..*ChargeItemItem containing charge code(s) associated with the provision of healthcare provider products
... partOf 0..*Reference(ChargeItem)Part of referenced ChargeItem
... code 1..1CodeableConceptA code that identifies the charge, like a billing code
Binding: ChargeItem Types (extensible)
.... coding 1..1CodingCode defined by a terminology system
..... system 1..1uriIdentity of the terminology system
..... code 1..1codeSymbol in syntax defined by the system
..... display 1..1stringRepresentation defined by the system
.... text S0..1stringPlain text representation of the concept
... subject 1..1Reference(Group | Patient)Individual service was done for/to
... occurrence[x] S0..1dateTime, Period, TimingWhen the charged service was applied
... performer
.... actor 1..1Reference(CareTeam | Device | RelatedPerson | Practitioner | PractitionerRole | Organization)Individual who was performing
... performingOrganization 0..1Reference(Organization)Organization providing the charged service
... requestingOrganization 0..1Reference(Organization)Organization requesting the charged service
... costCenter 0..1Reference(Organization)Organization that has ownership of the (potential, future) revenue
... quantity 1..1QuantityQuantity of which the charge item has been serviced. Indicates the total quantity of medicines or medical devices bought.
... enterer 0..1Reference(Device | RelatedPerson | Practitioner | PractitionerRole | Organization | Patient)Individual who was entering
... service 0..*Reference(DiagnosticReport | MedicationAdministration | MedicationDispense | SupplyDelivery | ImagingStudy | Immunization | Observation | Procedure)Which rendered service is being charged?
... product[x] 1..1Product charged. In case of invoice for pharmacy the medication resource will be populated containing the relevant details for the medicines mentioned in the prescription. For other cases of invoice such as for consultation, in patient details the codeableconcept must be populated.
.... productReferenceReference(Device | Substance | Medication)
.... productCodeableConceptCodeableConcept

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
ChargeItem.codeextensibleChargeItemTypes (a valid code from Billing Codes)
https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-chargeitem-types
from this IG

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ChargeItem 0..*ChargeItemItem containing charge code(s) associated with the provision of healthcare provider products
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!Σ1..1codeplanned | billable | not-billable | aborted | billed | entered-in-error | unknown
Binding: ChargeItemStatus (required): Codes identifying the lifecycle stage of a ChargeItem.

... code Σ1..1CodeableConceptA code that identifies the charge, like a billing code
Binding: ChargeItem Types (extensible)
.... coding Σ1..1CodingCode defined by a terminology system
..... system Σ1..1uriIdentity of the terminology system
..... code Σ1..1codeSymbol in syntax defined by the system
..... display Σ1..1stringRepresentation defined by the system
.... text SΣ0..1stringPlain text representation of the concept
... subject Σ1..1Reference(Group | Patient)Individual service was done for/to
... context Σ0..1Reference(EpisodeOfCare | Encounter)Encounter / Episode associated with event
... occurrence[x] SΣ0..1When the charged service was applied
.... occurrenceDateTimedateTime
.... occurrencePeriodPeriod
.... occurrenceTimingTiming
... performingOrganization 0..1Reference(Organization)Organization providing the charged service
... requestingOrganization 0..1Reference(Organization)Organization requesting the charged service
... costCenter 0..1Reference(Organization)Organization that has ownership of the (potential, future) revenue
... quantity Σ1..1QuantityQuantity of which the charge item has been serviced. Indicates the total quantity of medicines or medical devices bought.
... enterer Σ0..1Reference(Device | RelatedPerson | Practitioner | PractitionerRole | Organization | Patient)Individual who was entering
... service 0..*Reference(DiagnosticReport | MedicationAdministration | MedicationDispense | SupplyDelivery | ImagingStudy | Immunization | Observation | Procedure)Which rendered service is being charged?
... product[x] 1..1Product charged. In case of invoice for pharmacy the medication resource will be populated containing the relevant details for the medicines mentioned in the prescription. For other cases of invoice such as for consultation, in patient details the codeableconcept must be populated.
Binding: FHIRDeviceTypes (example): Example binding for product type.

.... productReferenceReference(Device | Substance | Medication)
.... productCodeableConceptCodeableConcept

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.codeextensibleChargeItemTypes (a valid code from Billing Codes)
https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-chargeitem-types
from this IG
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()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ChargeItem 0..*ChargeItemItem containing charge code(s) associated with the provision of healthcare provider products
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness Identifier for item
... definitionUri 0..*uriDefining information about the code of this charge item
... definitionCanonical 0..*canonical(ChargeItemDefinition)Resource defining the code of this ChargeItem
... status ?!Σ1..1codeplanned | billable | not-billable | aborted | billed | entered-in-error | unknown
Binding: ChargeItemStatus (required): Codes identifying the lifecycle stage of a ChargeItem.

... partOf 0..*Reference(ChargeItem)Part of referenced ChargeItem
... code Σ1..1CodeableConceptA code that identifies the charge, like a billing code
Binding: ChargeItem Types (extensible)
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ1..1CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ1..1uriIdentity of the terminology system
..... version Σ0..1stringVersion of the system - if relevant
..... code Σ1..1codeSymbol in syntax defined by the system
..... display Σ1..1stringRepresentation defined by the system
..... userSelected Σ0..1booleanIf this coding was chosen directly by the user
.... text SΣ0..1stringPlain text representation of the concept
... subject Σ1..1Reference(Group | Patient)Individual service was done for/to
... context Σ0..1Reference(EpisodeOfCare | Encounter)Encounter / Episode associated with event
... occurrence[x] SΣ0..1When the charged service was applied
.... occurrenceDateTimedateTime
.... occurrencePeriodPeriod
.... occurrenceTimingTiming
... performer 0..*BackboneElementWho performed charged service
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... function 0..1CodeableConceptWhat type of performance was done
Binding: ProcedurePerformerRoleCodes (example): Codes describing the types of functional roles performers can take on when performing events.

.... actor 1..1Reference(CareTeam | Device | RelatedPerson | Practitioner | PractitionerRole | Organization)Individual who was performing
... performingOrganization 0..1Reference(Organization)Organization providing the charged service
... requestingOrganization 0..1Reference(Organization)Organization requesting the charged service
... costCenter 0..1Reference(Organization)Organization that has ownership of the (potential, future) revenue
... quantity Σ1..1QuantityQuantity of which the charge item has been serviced. Indicates the total quantity of medicines or medical devices bought.
... bodysite Σ0..*CodeableConceptAnatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality.


... factorOverride 0..1decimalFactor overriding the associated rules
... priceOverride 0..1MoneyPrice overriding the associated rules
... overrideReason 0..1stringReason for overriding the list price/factor
... enterer Σ0..1Reference(Device | RelatedPerson | Practitioner | PractitionerRole | Organization | Patient)Individual who was entering
... enteredDate Σ0..1dateTimeDate the charge item was entered
... reason 0..*CodeableConceptWhy was the charged service rendered?
Binding: ICD-10Codes (example): Example binding for reason.


... service 0..*Reference(DiagnosticReport | MedicationAdministration | MedicationDispense | SupplyDelivery | ImagingStudy | Immunization | Observation | Procedure)Which rendered service is being charged?
... product[x] 1..1Product charged. In case of invoice for pharmacy the medication resource will be populated containing the relevant details for the medicines mentioned in the prescription. For other cases of invoice such as for consultation, in patient details the codeableconcept must be populated.
Binding: FHIRDeviceTypes (example): Example binding for product type.

.... productReferenceReference(Device | Substance | Medication)
.... productCodeableConceptCodeableConcept
... account Σ0..*Reference(Account)Account to place this charge
... note 0..*AnnotationComments made about the ChargeItem
... supportingInformation 0..*Reference(Resource)Further information supporting this charge

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ChargeItem.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
ChargeItem.statusrequiredChargeItemStatus
http://hl7.org/fhir/ValueSet/chargeitem-status|4.0.1
from the FHIR Standard
ChargeItem.codeextensibleChargeItemTypes (a valid code from Billing Codes)
https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-chargeitem-types
from this IG
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()

 

Other representations of profile: CSV, Excel, Schematron