HL7 Vietnam VN Core FHIR Implementation Guide

Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide
0.9.0 - Draft for Community Review Viet Nam cờ

Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide - Draft for Community Review (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Hồ sơ tài nguyên: Giải trình bảng kê chi phí KCB chi tiết — VN Core Itemized Healthcare Cost Explanation of Benefit - Mô tả chi tiết

Draft tại thời điểm 2026-07-20

Các định nghĩa cho vn-core-itemized-healthcare-cost-explanation-of-benefit hồ sơ tài nguyên

Guidance on how to interpret the contents of this table can be foundhere

0. ExplanationOfBenefit
Definition

This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.

ShortExplanation of Benefit resource
Control0..*
Is Modifierfalse
Summaryfalse
Alternate NamesEOB
Invariantsdom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (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-4: If 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-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
dom-6: A resource should have narrative for robust management (text.`div`.exists())
vn-itemized-eob-stage-sequence-unique: Mỗi sequence giai đoạn hưởng trên insurance phải duy nhất trong ExplanationOfBenefit. Every insurance benefit-stage sequence SHALL be unique within the ExplanationOfBenefit. (insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').extension('sequence').value.isDistinct())
vn-itemized-eob-coverage-reference-distinct: Mỗi Coverage chỉ được xuất hiện một lần trong EOB bảng kê. Every Coverage SHALL appear only once in the itemized EOB. (insurance.coverage.reference.isDistinct())
vn-itemized-eob-single-focal-insurance: EOB bảng kê phải có đúng một Coverage focal. An itemized EOB SHALL have exactly one focal Coverage. (insurance.where(focal = true).count() = 1)
vn-itemized-eob-item-stage-exists: Mỗi dòng chi phí phải tham chiếu một sequence giai đoạn hưởng tồn tại trên insurance. Every cost line SHALL reference a benefit-stage sequence declared on insurance. (item.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value.all($this in %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').extension('sequence').value))
vn-itemized-eob-money-vnd: Mọi giá trị tiền tệ của ledger EOB phải dùng VND. Every monetary value in the itemized EOB ledger SHALL use VND. (item.unitPrice.currency.all($this = 'VND') and item.net.currency.all($this = 'VND') and item.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension.value.ofType(Money).all(currency = 'VND') and item.adjudication.amount.currency.all($this = 'VND') and item.detail.unitPrice.currency.all($this = 'VND') and item.detail.net.currency.all($this = 'VND') and item.detail.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension.value.ofType(Money).all(currency = 'VND') and total.amount.currency.all($this = 'VND'))
vn-itemized-eob-total-submitted-sum: Total submitted phải bằng tổng item.net. The submitted total SHALL equal the sum of item net amounts. (total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'submitted').exists()).amount.value = item.net.value.aggregate($this + $total, 0))
vn-itemized-eob-total-eligible-sum: Total eligible phải bằng tổng adjudication eligible của các item. The eligible total SHALL equal the sum of item eligible adjudications. (total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'eligible').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'eligible').exists()).amount.value.aggregate($this + $total, 0))
vn-itemized-eob-total-benefit-sum: Total benefit phải bằng tổng adjudication benefit của các item. The benefit total SHALL equal the sum of item benefit adjudications. (total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value.aggregate($this + $total, 0))
vn-itemized-eob-total-copay-sum: Total copay phải bằng tổng adjudication copay của các item. The copay total SHALL equal the sum of item copay adjudications. (total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'copay').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'copay').exists()).amount.value.aggregate($this + $total, 0))
vn-itemized-eob-total-other-fund-sum: Total other-fund phải bằng tổng adjudication other-fund của các item. The other-fund total SHALL equal the sum of item other-fund adjudications. (total.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'other-fund').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'other-fund').exists()).amount.value.aggregate($this + $total, 0))
vn-itemized-eob-total-self-pay-sum: Total patient-self-pay phải bằng tổng adjudication patient-self-pay của các item. The patient-self-pay total SHALL equal the sum of item patient-self-pay adjudications. (total.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'patient-self-pay').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'patient-self-pay').exists()).amount.value.aggregate($this + $total, 0))
vn-itemized-eob-payment-equals-benefit-total: Khi có payment mà không có adjustment, số tiền thanh toán phải bằng total benefit. When payment is present without an adjustment, its amount SHALL equal the benefit total. ((payment.exists() and payment.adjustment.empty()) implies payment.amount.value = total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value)
2. ExplanationOfBenefit.implicitRules
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. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

ShortA set of rules under which this content was created
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Control0..1
Typeuri
Is Modifiertrue because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Summarytrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
4. ExplanationOfBenefit.extension:costSummary
Slice NamecostSummary
Definition

Không dùng carrier tổng hợp dẫn xuất trong profile này: nguồn duy nhất là item.adjudication và các total slice. Do not use the derived cost-summary carrier in this profile: item.adjudication and the total slices are the sole source of truth.

ShortTổng chi phí theo nhóm — Claim Cost Summary Extension
Control0..0
This element is affected by the following invariants: ele-1
TypeExtension(Tổng chi phí theo nhóm — Claim Cost Summary Extension) (Complex Extension)
Is Modifierfalse
Must Supporttrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
6. ExplanationOfBenefit.extension:paymentPeriod
Slice NamepaymentPeriod
Definition

Năm và tháng thanh toán BHYT. Mapping XML 3176: NAM_QT (năm), THANG_QT (tháng). Nguồn thiết kế: OHP Data Processor (claim-payment-year, claim-payment-month).

ShortKỳ thanh toán BHYT (năm/tháng) — NAM_QT, THANG_QT
Control0..1
This element is affected by the following invariants: ele-1
TypeExtension(Kỳ thanh toán — Claim Payment Period Extension) (Complex Extension)
Is Modifierfalse
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
8. ExplanationOfBenefit.extension:paymentMethod
Slice NamepaymentMethod
Definition

Phương thức thanh toán KCB BHYT: phí dịch vụ (FFS), định suất (Capitation), hoặc theo trường hợp bệnh (DRG). Mapping XML 3176: MA_PTTT (Bảng 2 STT 36, Bảng 3 STT 40). Nguồn thiết kế: OHP Data Processor (encounter-payment-method).

ShortPhương thức thanh toán (FFS/Capitation/DRG) — MA_PTTT
Control0..1
This element is affected by the following invariants: ele-1
TypeExtension(Phương thức thanh toán — Payment Method Extension) (Extension Type: CodeableConcept)
Is Modifierfalse
Summaryfalse
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
10. ExplanationOfBenefit.modifierExtension
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 and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and 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.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

ShortExtensions that cannot be ignored
Comments

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.

Control0..*
TypeExtension
Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
Summaryfalse
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Alternate Namesextensions, user content
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
12. ExplanationOfBenefit.status
Definition

The status of the resource instance.

ShortTrạng thái giải trìnhactive | cancelled | draft | entered-in-error
Comments

This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.

Control1..1
BindingThe codes SHALL be taken from ExplanationOfBenefitStatushttp://hl7.org/fhir/ValueSet/explanationofbenefit-status|4.0.1
(required to http://hl7.org/fhir/ValueSet/explanationofbenefit-status|4.0.1)

A code specifying the state of the resource instance.

Typecode
Is Modifiertrue because This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Requirements

Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
14. ExplanationOfBenefit.type
Definition

The category of claim, e.g. oral, pharmacy, vision, institutional, professional.

ShortLoại: institutional (nội trú), professional (ngoại trú)Category or discipline
Comments

The majority of jurisdictions use: oral, pharmacy, vision, professional and institutional, or variants on those terms, as the general styles of claims. The valueset is extensible to accommodate other jurisdictional requirements.

Control1..1
BindingUnless not suitable, these codes SHALL be taken from ClaimTypeCodeshttp://hl7.org/fhir/ValueSet/claim-type|4.0.1
(extensible to http://hl7.org/fhir/ValueSet/claim-type|4.0.1)

The type or discipline-style of the claim.

TypeCodeableConcept
Is Modifierfalse
Must Supporttrue
Summarytrue
Requirements

Claim type determine the general sets of business rules applied for information requirements and adjudication.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
16. ExplanationOfBenefit.use
Definition

A code to indicate whether the nature of the request is: to request adjudication of products and services previously rendered; or requesting authorization and adjudication for provision in the future; or requesting the non-binding adjudication of the listed products and services which could be provided in the future.

ShortMục đích: claim (thanh toán)claim | preauthorization | predetermination
Control1..1
BindingThe codes SHALL be taken from Usehttp://hl7.org/fhir/ValueSet/claim-use|4.0.1
(required to http://hl7.org/fhir/ValueSet/claim-use|4.0.1)

Complete, proposed, exploratory, other.

Typecode
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Requirements

This element is required to understand the nature of the request for adjudication.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
18. ExplanationOfBenefit.patient
Definition

The party to whom the professional services and/or products have been supplied or are being considered and for whom actual for forecast reimbursement is sought.

ShortBệnh nhânThe recipient of the products and services
Control1..1
TypeReference(Bệnh nhân VN Core — VN Core Patient Profile, Patient)
Is Modifierfalse
Must Supporttrue
Summarytrue
Requirements

The patient must be supplied to the insurer so that confirmation of coverage and service history may be considered as part of the authorization and/or adjudiction.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
20. ExplanationOfBenefit.created
Definition

The date this resource was created.

ShortNgày tạo giải trìnhResponse creation date
Comments

This field is independent of the date of creation of the resource as it may reflect the creation date of a source document prior to digitization. Typically for claims all services must be completed as of this date.

Control1..1
TypedateTime
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Requirements

Need to record a timestamp for use by both the recipient and the issuer.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
22. ExplanationOfBenefit.insurer
Definition

Cơ quan bảo hiểm xã hội thanh toán không phải là cơ sở khám chữa bệnh; biểu diễn bằng Organization và định danh theo NamingSystem BHXH. The paying social-insurance authority is not a healthcare facility; represent it as Organization identified with the BHXH NamingSystem.


The party responsible for authorization, adjudication and reimbursement.

ShortCơ quan BHXH thanh toánParty responsible for reimbursement
Control1..1
TypeReference(Organization)
Is Modifierfalse
Must Supporttrue
Summarytrue
Requirements

To be a valid claim, preauthorization or predetermination there must be a party who is responsible for adjudicating the contents against a policy which provides benefits for the patient.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
24. ExplanationOfBenefit.provider
Definition

The provider which is responsible for the claim, predetermination or preauthorization.

ShortCơ sở KCB thực hiệnParty responsible for the claim
Comments

Typically this field would be 1..1 where this party is responsible for the claim but not necessarily professionally responsible for the provision of the individual products and services listed below.

Control1..1
TypeReference(Cơ sở y tế VN Core — VN Core Organization Profile, Nhân viên y tế VN Core — VN Core Practitioner Profile, Vai trò nhân viên y tế VN Core — VN Core PractitionerRole Profile, Practitioner, PractitionerRole, Organization)
Is Modifierfalse
Must Supporttrue
Must Support TypesNo must-support rules about the choice of types/profiles
Summarytrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
26. ExplanationOfBenefit.outcome
Definition

The outcome of the claim, predetermination, or preauthorization processing.

ShortKết quả giám định: complete | partial | errorqueued | complete | error | partial
Comments

The resource may be used to indicate that: the request has been held (queued) for processing; that it has been processed and errors found (error); that no errors were found and that some of the adjudication has been undertaken (partial) or that all of the adjudication has been undertaken (complete).

Control1..1
BindingThe codes SHALL be taken from ClaimProcessingCodeshttp://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1
(required to http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1)

The result of the claim processing.

Typecode
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Requirements

To advise the requestor of an overall processing outcome.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
28. ExplanationOfBenefit.diagnosis
Definition

Information about diagnoses relevant to the claim items.

ShortChẩn đoán — ICD-10 VNPertinent diagnosis information
Control0..*
TypeBackboneElement
Is Modifierfalse
Summaryfalse
Requirements

Required for the adjudication by provided context for the services and product listed.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
30. ExplanationOfBenefit.diagnosis.modifierExtension
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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

ShortExtensions that cannot be ignored even if unrecognized
Comments

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.

Control0..*
TypeExtension
Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
Summarytrue
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Alternate Namesextensions, user content, modifiers
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
32. ExplanationOfBenefit.diagnosis.sequence
Definition

A number to uniquely identify diagnosis entries.

ShortDiagnosis instance identifier
Comments

Diagnosis are presented in list order to their expected importance: primary, secondary, etc.

Control1..1
TypepositiveInt
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summaryfalse
Requirements

Necessary to maintain the order of the diagnosis items and provide a mechanism to link to claim details.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
34. ExplanationOfBenefit.diagnosis.diagnosis[x]
Definition

The nature of illness or problem in a coded form or as a reference to an external defined Condition.

ShortNature of illness or problem
Control1..1
BindingFor example codes, see ICD-10Codeshttp://hl7.org/fhir/ValueSet/icd-10|4.0.1
(example to http://hl7.org/fhir/ValueSet/icd-10|4.0.1)

ICD10 Diagnostic codes.

TypeChoice of: CodeableConcept, Reference(Condition)
[x] NoteSeeChoice of Data Typesfor further information about how to use [x]
Is Modifierfalse
Summaryfalse
Requirements

Provides health context for the evaluation of the products and/or services.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
SlicingThis element introduces a set of slices on ExplanationOfBenefit.diagnosis.diagnosis[x]. The slices areUnordered and Open, and can be differentiated using the following discriminators:
  • type @ $this
  • 36. ExplanationOfBenefit.diagnosis.diagnosis[x]:diagnosisCodeableConcept
    Slice NamediagnosisCodeableConcept
    Definition

    The nature of illness or problem in a coded form or as a reference to an external defined Condition.

    ShortMã bệnh ICD-10 VNNature of illness or problem
    Control01..1
    BindingUnless not suitable, these codes SHALL be taken from For example codes, see Mã chẩn đoán — VN Core Condition Code ValueSethttp://hl7.org/fhir/ValueSet/icd-10|4.0.1
    (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-condition-code-vs)
    TypeCodeableConcept, Reference(Condition)
    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Requirements

    Provides health context for the evaluation of the products and/or services.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    38. ExplanationOfBenefit.diagnosis.type
    Definition

    When the condition was observed or the relative ranking.

    ShortLoại chẩn đoán (chính/phụ)Timing or nature of the diagnosis
    Comments

    For example: admitting, primary, secondary, discharge.

    Control0..*
    BindingFor example codes, see ExampleDiagnosisTypeCodeshttp://hl7.org/fhir/ValueSet/ex-diagnosistype|4.0.1
    (example to http://hl7.org/fhir/ValueSet/ex-diagnosistype|4.0.1)

    The type of the diagnosis: admitting, principal, discharge.

    TypeCodeableConcept
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Requirements

    Often required to capture a particular diagnosis, for example: primary or discharge.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    40. ExplanationOfBenefit.insurance
    Definition

    Mỗi entry đại diện cho đúng một Coverage thực. Một Coverage đổi mức hưởng mang nhiều benefitStage trên cùng entry; không lặp Coverage thành nhiều insurance và không dùng focal=false cho giai đoạn. Each entry represents one real Coverage. A Coverage whose benefit level changes carries multiple benefitStage extensions on that same entry; it is not repeated and focal=false is not used to encode a stage.


    Financial instruments for reimbursement for the health care products and services specified on the claim.

    ShortCác Coverage thực được giám định và các giai đoạn hưởng — Real adjudicated Coverages with their benefit stagesPatient insurance information
    Comments

    All insurance coverages for the patient which may be applicable for reimbursement, of the products and services listed in the claim, are typically provided in the claim to allow insurers to confirm the ordering of the insurance coverages relative to local 'coordination of benefit' rules. One coverage (and only one) with 'focal=true' is to be used in the adjudication of this claim. Coverages appearing before the focal Coverage in the list, and where 'Coverage.subrogation=false', should provide a reference to the ClaimResponse containing the adjudication results of the prior claim.

    Control1..*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Requirements

    At least one insurer is required for a claim to be a claim.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    42. ExplanationOfBenefit.insurance.extension
    Definition

    An Extension


    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

    ShortExtensionAdditional content defined by implementations
    Comments

    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.

    Control10..*
    TypeExtension
    Is Modifierfalse
    Summaryfalse
    Alternate Namesextensions, user content
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    SlicingThis element introduces a set of slices on ExplanationOfBenefit.insurance.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
    • value @ url
    • 44. ExplanationOfBenefit.insurance.extension:benefitStage
      Slice NamebenefitStage
      Definition

      Giai đoạn áp dụng một mức hưởng BHYT cụ thể trong một đợt khám bệnh, chữa bệnh. Extension mang khóa giai đoạn, khoảng thời gian và mức hưởng để một Claim hoặc ExplanationOfBenefit có thể biểu diễn trường hợp cùng một thẻ BHYT đổi mức hưởng trong đợt điều trị. Mỗi insurance vẫn đại diện cho một Coverage thực và có thể mang nhiều extension này; không lặp lại Coverage hoặc dùng focal = false chỉ để biểu diễn giai đoạn. Khóa sequence của extension độc lập với Claim.insurance.sequence, vốn chỉ giữ nghĩa thứ tự phối hợp quyền lợi (COB). Căn cứ: [QĐ 697/QĐ-BYT] (ban hành 19/03/2026, hiệu lực 19/03/2026) — Mẫu bảng kê chi phí KCB; [NĐ 188/2025/NĐ-CP] (ban hành 01/07/2025, hiệu lực 15/08/2025) — Hướng dẫn thi hành Luật BHYT.

      A benefit stage identifies the period during which one BHYT benefit percentage applies within a healthcare episode. Each insurance entry continues to represent one real Coverage and may carry multiple instances of this extension; implementations do not repeat a Coverage or use focal = false merely to represent a stage. The extension sequence is independent from Claim.insurance.sequence, which retains its base coordination-of-benefits (COB) meaning.

      ShortSequence, period và mức hưởng của giai đoạn — Stage sequence, period, and benefit level
      Control1..*
      This element is affected by the following invariants: ele-1
      TypeExtension(Giai đoạn hưởng bảo hiểm — Coverage Benefit Stage) (Complex Extension)
      Is Modifierfalse
      Must Supporttrue
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
      vn-coverage-benefit-stage-level-range: Mức hưởng của giai đoạn phải nằm trong khoảng từ 0 đến 100 phần trăm. The benefit level for a coverage stage SHALL be between 0 and 100 percent. (extension('benefitLevel').value >= 0 and extension('benefitLevel').value <= 100)
      46. ExplanationOfBenefit.insurance.modifierExtension
      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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

      ShortExtensions that cannot be ignored even if unrecognized
      Comments

      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.

      Control0..*
      TypeExtension
      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
      Summarytrue
      Requirements

      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

      Alternate Namesextensions, user content, modifiers
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
      48. ExplanationOfBenefit.insurance.focal
      Definition

      A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true.

      ShortCoverage to be used for adjudication
      Comments

      A patient may (will) have multiple insurance policies which provide reimbursement for healthcare services and products. For example, a person may also be covered by their spouse's policy and both appear in the list (and may be from the same insurer). This flag will be set to true for only one of the listed policies and that policy will be used for adjudicating this claim. Other claims would be created to request adjudication against the other listed policies.

      Control1..1
      Typeboolean
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Must Supporttrue
      Summarytrue
      Requirements

      To identify which coverage in the list is being used to adjudicate this claim.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      50. ExplanationOfBenefit.insurance.coverage
      Definition

      Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.

      ShortThẻ BHYT (Coverage)Insurance information
      Control1..1
      TypeReference(Thẻ BHYT VN Core — VN Core Coverage Profile, Coverage)
      Is Modifierfalse
      Must Supporttrue
      Summarytrue
      Requirements

      Required to allow the adjudicator to locate the correct policy and history within their information system.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      52. ExplanationOfBenefit.item
      Definition

      A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details.

      ShortDòng bảng kê sau giám định — Adjudicated itemized-statement lineProduct or service provided
      Control10..*
      TypeBackboneElement
      Is Modifierfalse
      Must Supporttrue
      Summaryfalse
      Requirements

      The items to be processed for adjudication.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      vn-itemized-eob-eligible-consistent: Nếu dòng đồng thời có insuranceCostInfo.insuranceLineAmount và adjudication eligible thì hai số tiền phải bằng nhau. When both insuranceCostInfo.insuranceLineAmount and eligible adjudication are present, their amounts SHALL be equal. ((extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('insuranceLineAmount').value.exists() and adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'eligible').exists()).amount.exists()) implies extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('insuranceLineAmount').value.value = adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'eligible').exists()).amount.value)
      vn-itemized-eob-serviced-in-stage: Ngày hoặc khoảng thời gian thực hiện dòng chi phí phải nằm trong period của giai đoạn hưởng được tham chiếu; Period phải có cả start và end. Gateway vẫn phải kiểm tra lại tương quan này trước khi gửi do khác biệt giữa các validator FHIRPath R4. The service date or period SHALL fall within the referenced benefit-stage period, and a serviced Period SHALL contain both start and end. The submission gateway SHALL still repeat this correlation check because R4 FHIRPath validators differ. ((serviced.ofType(date).exists() implies (serviced.ofType(date) >= %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('period').value.ofType(Period).start and serviced.ofType(date) <= %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('period').value.ofType(Period).end)) and (serviced.ofType(Period).exists() implies (serviced.ofType(Period).start.exists() and serviced.ofType(Period).end.exists() and serviced.ofType(Period).start >= %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('period').value.ofType(Period).start and serviced.ofType(Period).end <= %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('period').value.ofType(Period).end)))
      vn-itemized-eob-line-allocation-sum: Thành tiền bệnh viện của dòng (cột 7) phải bằng tổng benefit, copay, other-fund và patient-self-pay (cột 10+11+12+13). The EOB line net amount SHALL equal the sum of the four adjudicated payment sources. (net.value = adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value + adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'copay').exists()).amount.value + adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'other-fund').exists()).amount.value + adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'patient-self-pay').exists()).amount.value)
      vn-itemized-eob-insured-fields-required: Khi adjudication ghi quỹ BHYT thanh toán một dòng, tỷ lệ thanh toán BHYT và thành tiền BH đủ điều kiện phải có. When adjudication records a BHYT fund payment, the BHYT payment ratio and eligible insurance line amount SHALL be present. ((adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value > 0) implies (extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('paymentRatio').value.exists() and extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('insuranceLineAmount').value.ofType(Money).value.exists()))
      vn-itemized-eob-benefit-level-matches-stage: Mức hưởng trên dòng, nếu có, phải bằng mức hưởng của benefit stage được dòng tham chiếu. An item's benefit level, when present, SHALL equal the benefit level of its referenced stage. (extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('benefitLevel').value.exists() implies extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('benefitLevel').value = %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('benefitLevel').value)
      vn-itemized-eob-other-fund-breakdown-sum: Khi có chi tiết nguồn khác, tổng các thành phần phải bằng adjudication other-fund của dòng. When an other-fund breakdown is present, its components SHALL sum to the line's other-fund adjudication. (extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-other-fund-breakdown').exists() implies extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-other-fund-breakdown').extension.value.ofType(Money).value.aggregate($this + $total, 0) = adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'other-fund').exists()).amount.value)
      54. ExplanationOfBenefit.item.extension
      Definition

      An Extension


      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

      ShortExtensionAdditional content defined by implementations
      Comments

      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.

      Control20..*
      TypeExtension
      Is Modifierfalse
      Summaryfalse
      Alternate Namesextensions, user content
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
      SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
      • value @ url
      • 56. ExplanationOfBenefit.item.extension:otherFundBreakdown
        Slice NameotherFundBreakdown
        Definition

        Tách chi tiết 4 thành phần của T_NGUONKHAC theo dòng chi phí. Tổng T_NGUONKHAC = T_NGUONKHAC_NSNN + T_NGUONKHAC_VTNN + T_NGUONKHAC_VTTN + T_NGUONKHAC_CL. Theo QĐ 3176/QĐ-BYT (sửa đổi toàn bộ diễn giải trường T_NGUONKHAC): khi T_NGUONKHAC > 0 thì giảm trừ lần lượt vào các khoản T_BNTT → T_BNCCT → T_BHTT cho đến khi hết số tiền T_NGUONKHAC. Extension không encode công thức khấu trừ — chỉ mang số tiền từng nguồn; StructureMap của exporter chịu trách nhiệm áp dụng thứ tự khấu trừ này.

        ShortChi tiết nguồn khác chi trả theo dòng: NSNN/VTNN/VTTN/CL (T_NGUONKHAC_*)
        Control0..1
        This element is affected by the following invariants: ele-1
        TypeExtension(Chi tiết nguồn khác chi trả theo dòng — Other Fund Breakdown Extension) (Complex Extension)
        Is Modifierfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        vn-other-fund-breakdown-money-vnd-value: Mọi Money con phải có value và dùng VND. Every child Money SHALL have a value and use VND. (extension.value.ofType(Money).all(value.exists() and currency = 'VND'))
        58. ExplanationOfBenefit.item.extension:paymentSource
        Slice NamepaymentSource
        Definition

        Nguồn chi trả cho dòng chi phí KCB, đặc biệt dùng cho XML2 thuốc (NGUON_CTRA) theo QĐ 3176/QĐ-BYT. Biểu diễn nguồn chi trả ở mức item thay vì gán vào Coverage.type hoặc payment method tổng thể. Nguồn thiết kế: QĐ 3176/QĐ-BYT và terminology VNPaymentSourceCS/VS.

        ShortNguồn chi trả dòng chi phí (NGUON_CTRA)
        Control0..1
        This element is affected by the following invariants: ele-1
        TypeExtension(Nguồn chi trả — Payment Source Extension) (Extension Type: CodeableConcept)
        Is Modifierfalse
        Summaryfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        60. ExplanationOfBenefit.item.extension:recurrentWoundBenefit
        Slice NamerecurrentWoundBenefit
        Definition

        Flag nghiệp vụ theo dòng chi phí BHYT cho XML2/XML3 trường VET_THUONG_TP. Chỉ dùng khi dòng thuốc, DVKT hoặc VTYT có quy định tỷ lệ thanh toán BHYT được dùng để điều trị vết thương tái phát hoặc bệnh tật tái phát cho thương binh, người hưởng chính sách như thương binh, bệnh binh theo field text của QĐ 130/QĐ-BYT và QĐ 3176/QĐ-BYT; field text này viện dẫn NĐ 131/2021/NĐ-CP. Đây không phải mã chẩn đoán tái phát và không phải thuộc tính cố định của thuốc, DVKT hoặc thiết bị.

        ShortFlag VET_THUONG_TP cho dòng thuốc/DVKT/VTYT
        Control0..1
        This element is affected by the following invariants: ele-1
        TypeExtension(Flag vết thương/bệnh tật tái phát — Recurrent Wound Benefit Flag) (Extension Type: boolean)
        Is Modifierfalse
        Summaryfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        62. ExplanationOfBenefit.item.extension:tenderInfo
        Slice NametenderInfo
        Definition

        Thông tin thầu của dòng thuốc/vật tư/thiết bị trong dữ liệu KCB/BHYT, đặc biệt dùng cho XML2/XML3 trường TT_THAU theo QĐ 130/QĐ-BYT và QĐ 3176/QĐ-BYT. Đây là chuỗi nghiệp vụ phục vụ thanh toán/gateway, không phải procurement package đầy đủ và không thay thế hồ sơ đấu thầu riêng.

        ShortThông tin thầu dòng chi phí (TT_THAU)
        Control0..1
        This element is affected by the following invariants: ele-1
        TypeExtension(Thông tin thầu — Tender Information Extension) (Extension Type: string)
        Is Modifierfalse
        Summaryfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        64. ExplanationOfBenefit.item.extension:processingMethod
        Slice NameprocessingMethod
        Definition

        Phương pháp chế biến vị thuốc, dược liệu hoặc thuốc y học cổ truyền — mang trường MA_PP_CHEBIEN của dữ liệu BHYT/KCB. Từ bản 0.9.0 đã có danh mục mã chính thức: vn-tcm-processing-method-vs (Phụ lục 3 QĐ 824/QĐ-BYT, 40 mã). Ưu tiên ghi valueCodeableConcept theo danh mục này. Vẫn cho phép valueString vì hai lý do thực tế: TT 14/2024/TT-BYT bổ sung ba phương pháp phức chế (chưng, tôi, rán dầu) mà bộ mã dùng chung chưa cấp mã riêng, và Điều 4 khoản 2 TT 14/2024/TT-BYT cho phép cơ sở tự xây dựng phương pháp chế biến khi phương pháp đó chưa được quy định.

        ShortPhương pháp chế biến YHCT (MA_PP_CHEBIEN)
        Control0..1
        This element is affected by the following invariants: ele-1
        TypeExtension(Phương pháp chế biến YHCT — Traditional Medicine Processing Method) (Extension Type: Choice of: string, CodeableConcept)
        Is Modifierfalse
        Summaryfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        66. ExplanationOfBenefit.item.extension:benefitStageSequence
        Slice NamebenefitStageSequence
        Definition

        Khóa liên kết một dòng chi phí Claim hoặc ExplanationOfBenefit với đúng giai đoạn hưởng bảo hiểm được khai báo trên insurance. Giá trị là positiveInt và phải khớp sequence trong VNCoreExtCoverageBenefitStage. Căn cứ: [QĐ 697/QĐ-BYT] (ban hành 19/03/2026, hiệu lực 19/03/2026) — Mẫu bảng kê chi phí KCB; [NĐ 188/2025/NĐ-CP] (ban hành 01/07/2025, hiệu lực 15/08/2025) — Hướng dẫn thi hành Luật BHYT.

        This extension links a Claim or ExplanationOfBenefit cost line to the exact insurance benefit stage declared on insurance. Its positive integer value must match the sequence carried by VNCoreExtCoverageBenefitStage.

        ShortSequence giai đoạn hưởng của dòng — Line benefit-stage sequence
        Control1..1
        TypeExtension(Liên kết dòng chi phí với giai đoạn hưởng — Item Benefit Stage Sequence) (Extension Type: positiveInt)
        Is Modifierfalse
        Must Supporttrue
        Summaryfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        68. ExplanationOfBenefit.item.extension:insuranceCostInfo
        Slice NameinsuranceCostInfo
        Definition

        Extension tái sử dụng cho thông tin chi phí BHYT trên từng item (thuốc/DVKT/VTYT). Bao gồm: phạm vi BHYT (PHAM_VI), tỷ lệ thanh toán BHYT (TYLE_TT/TYLE_TT_BH), mức hưởng (MUC_HUONG), mức trần thanh toán BHYT (T_TRANTT), tỷ lệ thanh toán dịch vụ (TYLE_TT_DV), đơn giá BHYT (DON_GIA_BH) và thành tiền BHYT (THANH_TIEN_BH). Dùng trên: MedicationRequest, MedicationAdministration, Procedure, Claim.item, Claim.item.detail, ExplanationOfBenefit.item, ExplanationOfBenefit.item.detail, ServiceRequest và MedicationDispense khi các resource đó đang đóng vai trò nguồn dữ liệu cho dòng chi phí. Với thiết bị/vật tư, ưu tiên đặt trên Claim.item hoặc item.detail; không dùng trên DeviceUseStatement vì DeviceUseStatement là ghi nhận sử dụng lâm sàng. Theo QĐ 697/QĐ-BYT (các dòng hướng dẫn khoảng 389 và 407), component trong gói TBYT mang lossless các cột 5/6/8/9; chỉ các cột 10–13 được tính ở item tổng gói. Mapping XML 3176: PHAM_VI, TYLE_TT, MUC_HUONG; DON_GIA_BH (Bảng 3 STT 15), TYLE_TT_DV (Bảng 3 STT 17), THANH_TIEN_BH (Bảng 2 STT 21, Bảng 3 STT 20), T_TRANTT (Bảng 3 STT 21). Nguồn thiết kế: OHP Data Processor (medication-pham-vi, medication-payment-ratio, medication-benefit-level). Căn cứ: [QĐ 3176/QĐ-BYT] (ban hành 29/10/2024, hiệu lực 29/10/2024) — Chuẩn dữ liệu đầu ra KCB phục vụ BHXH; [NĐ 188/2025/NĐ-CP] (ban hành 01/07/2025, hiệu lực 15/08/2025) — Hướng dẫn thi hành Luật BHYT. English summary: Reusable line-level BHYT cost information for medication, procedure, service, Claim, EOB, and medication-administration data. On a medical-device package, each Claim/EOB item detail carries columns 5/6/8/9 losslessly, while columns 10–13 remain on the package item. insuranceLineAmount represents the insurance-eligible line amount (THANH_TIEN_BH/column 9), not the final BHYT fund allocation; on an EOB it aligns with adjudication eligible, while the fund allocation uses adjudication benefit.

        ShortCác cột đơn giá/tỷ lệ/thành tiền BHYT — BHYT price, ratio, and eligible-amount columns
        Control1..1
        TypeExtension(Thông tin chi phí BHYT — Insurance Cost Info Extension) (Complex Extension)
        Is Modifierfalse
        Must Supporttrue
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        70. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:scope
        Slice Namescope
        Definition

        An Extension

        ShortPhạm vi BHYT (PHAM_VI): 1=trong DM, 2=ngoài DM, 3=NĐ 70/2015/NĐ-CPAdditional content defined by implementations
        Control0..1*
        TypeExtension
        Is Modifierfalse
        Summaryfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        72. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:scope.extension
        Definition

        An Extension


        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

        ShortExtensionAdditional content defined by implementations
        Comments

        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.

        Control0..0*
        TypeExtension
        Is Modifierfalse
        Summaryfalse
        Alternate Namesextensions, user content
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
        • value @ url
        • 74. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:scope.url
          Definition

          Source of the definition for the extension code - a logical name or a URL.

          Shortidentifies the meaning of the extension
          Comments

          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

          Control1..1
          Typeuri
          Is Modifierfalse
          XML FormatIn the XML format, this property is represented as an attribute.
          Summaryfalse
          Fixed Valuescope
          76. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:scope.value[x]
          Definition

          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

          ShortValue of extension
          Control10..1
          BindingUnless not suitable, these codes SHALL be taken from For codes, see Phạm vi hưởng BHYT — Vietnam Insurance Scope ValueSet
          (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-insurance-scope-vs)
          TypeCodeableConcept, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          Is Modifierfalse
          Summaryfalse
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          78. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentRatio
          Slice NamepaymentRatio
          Definition

          Tỷ lệ thanh toán BHYT của dòng (cột 8). Không bắt buộc trên mọi dòng: vắng mặt biểu thị dòng ngoài phạm vi BHYT; nếu cần truyền lý do không có giá trị, dùng Data Absent Reason (DAR). The line's BHYT payment ratio (column 8). It is not mandatory on every line: absence denotes a line outside BHYT scope; use Data Absent Reason (DAR) when the reason for a missing value must be conveyed.

          ShortTỷ lệ thanh toán BHYT (TYLE_TT) — VD: 100, 80, 50Additional content defined by implementations
          Control0..1*
          TypeExtension
          Is Modifierfalse
          Summaryfalse
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
          80. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentRatio.extension
          Definition

          An Extension


          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

          ShortExtensionAdditional content defined by implementations
          Comments

          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.

          Control0..0*
          TypeExtension
          Is Modifierfalse
          Summaryfalse
          Alternate Namesextensions, user content
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
          SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
          • value @ url
          • 82. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentRatio.url
            Definition

            Source of the definition for the extension code - a logical name or a URL.

            Shortidentifies the meaning of the extension
            Comments

            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

            Control1..1
            Typeuri
            Is Modifierfalse
            XML FormatIn the XML format, this property is represented as an attribute.
            Summaryfalse
            Fixed ValuepaymentRatio
            84. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentRatio.value[x]
            Definition

            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

            ShortValue of extension
            Control10..1
            Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Summaryfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            86. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:benefitLevel
            Slice NamebenefitLevel
            Definition

            An Extension

            ShortMức hưởng BHYT (MUC_HUONG) — VD: 100, 80, 40Additional content defined by implementations
            Control0..1*
            TypeExtension
            Is Modifierfalse
            Summaryfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            88. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:benefitLevel.extension
            Definition

            An Extension


            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

            ShortExtensionAdditional content defined by implementations
            Comments

            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.

            Control0..0*
            TypeExtension
            Is Modifierfalse
            Summaryfalse
            Alternate Namesextensions, user content
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
            • value @ url
            • 90. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:benefitLevel.url
              Definition

              Source of the definition for the extension code - a logical name or a URL.

              Shortidentifies the meaning of the extension
              Comments

              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

              Control1..1
              Typeuri
              Is Modifierfalse
              XML FormatIn the XML format, this property is represented as an attribute.
              Summaryfalse
              Fixed ValuebenefitLevel
              92. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:benefitLevel.value[x]
              Definition

              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

              ShortValue of extension
              Control10..1
              Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              94. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling
              Slice NamepaymentCeiling
              Definition

              An Extension

              ShortExtensionAdditional content defined by implementations
              Control0..1*
              TypeExtension
              Is Modifierfalse
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              96. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.extension
              Definition

              An Extension


              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

              ShortExtensionAdditional content defined by implementations
              Comments

              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.

              Control0..0*
              TypeExtension
              Is Modifierfalse
              Summaryfalse
              Alternate Namesextensions, user content
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
              • value @ url
              • 98. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.url
                Definition

                Source of the definition for the extension code - a logical name or a URL.

                Shortidentifies the meaning of the extension
                Comments

                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                Control1..1
                Typeuri
                Is Modifierfalse
                XML FormatIn the XML format, this property is represented as an attribute.
                Summaryfalse
                Fixed ValuepaymentCeiling
                100. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.value[x]
                Definition

                Mức thanh toán tối đa của quỹ BHYT đối với dòng chi phí DVKT/VTYT trong một lần thực hiện (T_TRANTT), tương ứng trần 45 tháng lương cơ sở theo NĐ 188/2025/NĐ-CP. Chỉ ghi khi VTYT/DVKT có quy định mức thanh toán BHYT; khi DON_GIA_BV vượt trần thì DON_GIA_BH = T_TRANTT. Ánh xạ trường T_TRANTT (Bảng 3 STT 21) theo QĐ 3176/QĐ-BYT.


                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                ShortTrần thanh toán BHYT (VND)Value of extension
                Control10..1
                TypeMoney, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                102. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.value[x].currency
                Definition

                ISO 4217 Currency Code.

                ShortISO 4217 Currency Code
                Control10..1
                BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                A code indicating the currency, taken from ISO 4217.

                Typecode
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summarytrue
                Requirements

                A code indicating the currency, taken from ISO 4217.

                Fixed ValueVND
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                104. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:servicePaymentRatio
                Slice NameservicePaymentRatio
                Definition

                Tỷ lệ thanh toán của dịch vụ kỹ thuật, ngày giường hoặc tiền công khám (TYLE_TT_DV, cột 6; Bảng 3 STT 17) theo QĐ 3176/QĐ-BYT. Khác với paymentRatio (TYLE_TT_BH, cột 8; Bảng 3 STT 18), TYLE_TT_DV phản ánh mức tính giá dịch vụ, ví dụ nằm ghép 02 người ghi 50, nằm ghép từ 03 người ghi 33, giường 01 người ghi 100. Không bắt buộc trên mọi dòng; vắng mặt biểu thị dòng ngoài phạm vi BHYT hoặc cột không áp dụng, và dùng Data Absent Reason (DAR) khi cần phân biệt lý do. Tham gia công thức THANH_TIEN_BV = SO_LUONG × DON_GIA_BV × TYLE_TT_DV/100 (Bảng 3 STT 19) và THANH_TIEN_BH (Bảng 3 STT 20).

                ShortTỷ lệ thanh toán DVKT/giường/công khám (TYLE_TT_DV) — VD: 100, 50, 33Additional content defined by implementations
                Control0..1*
                TypeExtension
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                106. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:servicePaymentRatio.extension
                Definition

                An Extension


                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                ShortExtensionAdditional content defined by implementations
                Comments

                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.

                Control0..0*
                TypeExtension
                Is Modifierfalse
                Summaryfalse
                Alternate Namesextensions, user content
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                • value @ url
                • 108. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:servicePaymentRatio.url
                  Definition

                  Source of the definition for the extension code - a logical name or a URL.

                  Shortidentifies the meaning of the extension
                  Comments

                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                  Control1..1
                  Typeuri
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Summaryfalse
                  Fixed ValueservicePaymentRatio
                  110. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:servicePaymentRatio.value[x]
                  Definition

                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                  ShortValue of extension
                  Control10..1
                  Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  112. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice
                  Slice NameinsuranceUnitPrice
                  Definition

                  An Extension

                  ShortExtensionAdditional content defined by implementations
                  Control0..1*
                  TypeExtension
                  Is Modifierfalse
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  114. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.extension
                  Definition

                  An Extension


                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortExtensionAdditional content defined by implementations
                  Comments

                  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.

                  Control0..0*
                  TypeExtension
                  Is Modifierfalse
                  Summaryfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                  • value @ url
                  • 116. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.url
                    Definition

                    Source of the definition for the extension code - a logical name or a URL.

                    Shortidentifies the meaning of the extension
                    Comments

                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                    Control1..1
                    Typeuri
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Summaryfalse
                    Fixed ValueinsuranceUnitPrice
                    118. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x]
                    Definition

                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                    ShortĐơn giá BHYT thanh toán (VND)Value of extension
                    Control10..1
                    TypeMoney, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    120. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x].currency
                    Definition

                    ISO 4217 Currency Code.

                    ShortISO 4217 Currency Code
                    Control10..1
                    BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                    (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                    A code indicating the currency, taken from ISO 4217.

                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Requirements

                    A code indicating the currency, taken from ISO 4217.

                    Fixed ValueVND
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    122. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount
                    Slice NameinsuranceLineAmount
                    Definition

                    An Extension

                    ShortExtensionAdditional content defined by implementations
                    Control0..1*
                    TypeExtension
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    124. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.extension
                    Definition

                    An Extension


                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                    ShortExtensionAdditional content defined by implementations
                    Comments

                    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.

                    Control0..0*
                    TypeExtension
                    Is Modifierfalse
                    Summaryfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                    • value @ url
                    • 126. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.url
                      Definition

                      Source of the definition for the extension code - a logical name or a URL.

                      Shortidentifies the meaning of the extension
                      Comments

                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                      Control1..1
                      Typeuri
                      Is Modifierfalse
                      XML FormatIn the XML format, this property is represented as an attribute.
                      Summaryfalse
                      Fixed ValueinsuranceLineAmount
                      128. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x]
                      Definition

                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                      ShortThành tiền BH đủ điều kiện (VND) — Eligible insurance line amountValue of extension
                      Control10..1
                      TypeMoney, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                      Is Modifierfalse
                      Summaryfalse
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      130. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x].currency
                      Definition

                      ISO 4217 Currency Code.

                      ShortISO 4217 Currency Code
                      Control10..1
                      BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                      (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                      A code indicating the currency, taken from ISO 4217.

                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Requirements

                      A code indicating the currency, taken from ISO 4217.

                      Fixed ValueVND
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      132. ExplanationOfBenefit.item.extension:insuranceCostInfo.url
                      Definition

                      Source of the definition for the extension code - a logical name or a URL.

                      Shortidentifies the meaning of the extension
                      Comments

                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                      Control1..1
                      Typeuri
                      Is Modifierfalse
                      XML FormatIn the XML format, this property is represented as an attribute.
                      Summaryfalse
                      Fixed Valuehttp://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info
                      134. ExplanationOfBenefit.item.extension:insuranceCostInfo.value[x]
                      Definition

                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                      ShortValue of extension
                      Control0..01
                      TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summaryfalse
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      136. ExplanationOfBenefit.item.modifierExtension
                      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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                      ShortExtensions that cannot be ignored even if unrecognized
                      Comments

                      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.

                      Control0..*
                      TypeExtension
                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                      Summarytrue
                      Requirements

                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                      Alternate Namesextensions, user content, modifiers
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      138. ExplanationOfBenefit.item.sequence
                      Definition

                      A number to uniquely identify item entries.

                      ShortItem instance identifier
                      Control1..1
                      TypepositiveInt
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summaryfalse
                      Requirements

                      Necessary to provide a mechanism to link to items from within the claim and within the adjudication details of the ClaimResponse.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      140. ExplanationOfBenefit.item.category
                      Definition

                      Code to identify the general type of benefits under which products and services are provided.

                      ShortNhóm chi phí QĐ 697/QĐ-BYT — QĐ 697/QĐ-BYT cost categoryBenefit classification
                      Comments

                      Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.

                      Control10..1
                      BindingThe codes SHALL be taken from For example codes, see Danh mục chi phí KCB — Vietnam Cost Category ValueSethttp://hl7.org/fhir/ValueSet/ex-benefitcategory|4.0.1
                      (required to http://fhir.hl7.org.vn/core/ValueSet/vn-cost-category-vs)
                      TypeCodeableConcept
                      Is Modifierfalse
                      Must Supporttrue
                      Summaryfalse
                      Requirements

                      Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      142. ExplanationOfBenefit.item.productOrService
                      Definition

                      When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.

                      ShortMã dịch vụ/thuốc/TBYTBilling, service, product, or drug code
                      Comments

                      If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.

                      Control1..1
                      BindingFor example codes, see USCLSCodeshttp://hl7.org/fhir/ValueSet/service-uscls|4.0.1
                      (example to http://hl7.org/fhir/ValueSet/service-uscls|4.0.1)

                      Allowable service and product codes.

                      TypeCodeableConcept
                      Is Modifierfalse
                      Must Supporttrue
                      Summaryfalse
                      Requirements

                      Necessary to state what was provided or done.

                      Alternate NamesDrug Code, Bill Code, Service Code
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      144. ExplanationOfBenefit.item.serviced[x]
                      Definition

                      The date or dates when the service or product was supplied, performed or completed.

                      ShortNgày/khoảng thực hiện trong giai đoạn hưởng — Service date/period within the benefit stageDate or dates of service or product delivery
                      Control10..1
                      TypeChoice of: date, Period
                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Must Support TypesNo must-support rules about the choice of types/profiles
                      Summaryfalse
                      Requirements

                      Needed to determine whether the service or product was provided during the term of the insurance coverage.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      146. ExplanationOfBenefit.item.quantity
                      Definition

                      The number of repetitions of a service or product.

                      ShortSố lượng của dòng — Line quantityCount of products or services
                      Control10..1
                      TypeQuantity(SimpleQuantity)
                      Is Modifierfalse
                      Must Supporttrue
                      Summaryfalse
                      Requirements

                      Required when the product or service code does not convey the quantity provided.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      148. ExplanationOfBenefit.item.quantity.value
                      Definition

                      The value of the measured amount. The value includes an implicit precision in the presentation of the value.

                      ShortNumerical value (with implicit precision)
                      Comments

                      The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                      Control10..1
                      Typedecimal
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Requirements

                      Precision is handled implicitly in almost all cases of measurement.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      150. ExplanationOfBenefit.item.quantity.comparator
                      Definition

                      Not allowed to be used in this context


                      How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

                      Short< | <= | >= | > - how to understand the value
                      Control0..01
                      BindingThe codes SHALL be taken from QuantityComparatorhttp://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
                      (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                      How the Quantity should be understood and represented.

                      Typecode
                      Is Modifiertrue because This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Requirements

                      Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                      Meaning if MissingIf there is no comparator, then there is no modification of the value
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      152. ExplanationOfBenefit.item.unitPrice
                      Definition

                      If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.

                      ShortĐơn giá bệnh viện, VND — Hospital unit price in VNDFee, charge or cost per item
                      Control10..1
                      TypeMoney
                      Is Modifierfalse
                      Must Supporttrue
                      Summaryfalse
                      Requirements

                      The amount charged to the patient by the provider for a single unit.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      154. ExplanationOfBenefit.item.unitPrice.value
                      Definition

                      Numerical value (with implicit precision).

                      ShortNumerical value (with implicit precision)
                      Comments

                      Monetary values have their own rules for handling precision (refer to standard accounting text books).

                      Control10..1
                      Typedecimal
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Requirements

                      The amount of the currency. The value includes an implicit precision in the presentation of the value.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      156. ExplanationOfBenefit.item.unitPrice.currency
                      Definition

                      ISO 4217 Currency Code.

                      ShortISO 4217 Currency Code
                      Control10..1
                      BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                      (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                      A code indicating the currency, taken from ISO 4217.

                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Requirements

                      A code indicating the currency, taken from ISO 4217.

                      Fixed ValueVND
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      158. ExplanationOfBenefit.item.net
                      Definition

                      The quantity times the unit price for an additional service or product or charge.

                      ShortThành tiền bệnh viện, VND — Hospital line amount in VNDTotal item cost
                      Comments

                      For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.

                      Control10..1
                      TypeMoney
                      Is Modifierfalse
                      Must Supporttrue
                      Summaryfalse
                      Requirements

                      Provides the total amount claimed for the group (if a grouper) or the line item.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      160. ExplanationOfBenefit.item.net.value
                      Definition

                      Numerical value (with implicit precision).

                      ShortNumerical value (with implicit precision)
                      Comments

                      Monetary values have their own rules for handling precision (refer to standard accounting text books).

                      Control10..1
                      Typedecimal
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Requirements

                      The amount of the currency. The value includes an implicit precision in the presentation of the value.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      162. ExplanationOfBenefit.item.net.currency
                      Definition

                      ISO 4217 Currency Code.

                      ShortISO 4217 Currency Code
                      Control10..1
                      BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                      (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                      A code indicating the currency, taken from ISO 4217.

                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Requirements

                      A code indicating the currency, taken from ISO 4217.

                      Fixed ValueVND
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      164. ExplanationOfBenefit.item.adjudication
                      Definition

                      Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.


                      If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.

                      ShortKết quả giám định từng dòngAdjudication details
                      Control60..*
                      TypeBackboneElement
                      Is Modifierfalse
                      Summaryfalse
                      Requirements

                      The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.adjudication. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                      • pattern @ category
                      • 166. ExplanationOfBenefit.item.adjudication.modifierExtension
                        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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                        ShortExtensions that cannot be ignored even if unrecognized
                        Comments

                        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.

                        Control0..*
                        TypeExtension
                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                        Summarytrue
                        Requirements

                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                        Alternate Namesextensions, user content, modifiers
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        168. ExplanationOfBenefit.item.adjudication.category
                        Definition

                        Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.


                        A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                        ShortType of adjudication information
                        Comments

                        For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                        Control1..1
                        BindingUnless not suitable, these codes SHALL be taken from For example codes, see AdjudicationValueCodeshttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                        (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                        TypeCodeableConcept
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Needed to enable understanding of the context of the other information in the adjudication.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        170. ExplanationOfBenefit.item.adjudication.amount
                        Definition

                        Monetary amount associated with the category.

                        ShortMonetary amount
                        Comments

                        For example, amount submitted, eligible amount, co-payment, and benefit payable.

                        Control0..1
                        TypeMoney
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Most adjuciation categories convey a monetary amount.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        172. ExplanationOfBenefit.item.adjudication:submitted
                        Slice Namesubmitted
                        Definition

                        Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.


                        If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.

                        ShortKết quả giám định từng dòngAdjudication details
                        Control10..1*
                        TypeBackboneElement
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        174. ExplanationOfBenefit.item.adjudication:submitted.modifierExtension
                        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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                        ShortExtensions that cannot be ignored even if unrecognized
                        Comments

                        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.

                        Control0..*
                        TypeExtension
                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                        Summarytrue
                        Requirements

                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                        Alternate Namesextensions, user content, modifiers
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        176. ExplanationOfBenefit.item.adjudication:submitted.category
                        Definition

                        Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.


                        A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                        ShortThành tiền bệnh viện đề nghị, cột 7 — Submitted hospital amount, column 7Type of adjudication information
                        Comments

                        For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                        Control1..1
                        BindingUnless not suitable, these codes SHALL be taken from For example codes, see AdjudicationValueCodeshttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                        (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                        TypeCodeableConcept
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Needed to enable understanding of the context of the other information in the adjudication.

                        Pattern Value{
                          "coding" : [{
                            "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                            "code" : "submitted",
                            "display" : "Submitted Amount"
                          }]
                        }
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        178. ExplanationOfBenefit.item.adjudication:submitted.amount
                        Definition

                        Monetary amount associated with the category.

                        ShortMonetary amount
                        Comments

                        For example, amount submitted, eligible amount, co-payment, and benefit payable.

                        Control10..1
                        TypeMoney
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Most adjuciation categories convey a monetary amount.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        180. ExplanationOfBenefit.item.adjudication:submitted.amount.value
                        Definition

                        Numerical value (with implicit precision).

                        ShortNumerical value (with implicit precision)
                        Comments

                        Monetary values have their own rules for handling precision (refer to standard accounting text books).

                        Control10..1
                        Typedecimal
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Requirements

                        The amount of the currency. The value includes an implicit precision in the presentation of the value.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        182. ExplanationOfBenefit.item.adjudication:submitted.amount.currency
                        Definition

                        ISO 4217 Currency Code.

                        ShortISO 4217 Currency Code
                        Control10..1
                        BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                        (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                        A code indicating the currency, taken from ISO 4217.

                        Typecode
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Requirements

                        A code indicating the currency, taken from ISO 4217.

                        Fixed ValueVND
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        184. ExplanationOfBenefit.item.adjudication:eligible
                        Slice Nameeligible
                        Definition

                        Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.


                        If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.

                        ShortKết quả giám định từng dòngAdjudication details
                        Control10..1*
                        TypeBackboneElement
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        186. ExplanationOfBenefit.item.adjudication:eligible.modifierExtension
                        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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                        ShortExtensions that cannot be ignored even if unrecognized
                        Comments

                        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.

                        Control0..*
                        TypeExtension
                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                        Summarytrue
                        Requirements

                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                        Alternate Namesextensions, user content, modifiers
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        188. ExplanationOfBenefit.item.adjudication:eligible.category
                        Definition

                        Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.


                        A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                        ShortThành tiền BH đủ điều kiện, cột 9 — Eligible insurance amount, column 9Type of adjudication information
                        Comments

                        For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                        Control1..1
                        BindingUnless not suitable, these codes SHALL be taken from For example codes, see AdjudicationValueCodeshttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                        (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                        TypeCodeableConcept
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Needed to enable understanding of the context of the other information in the adjudication.

                        Pattern Value{
                          "coding" : [{
                            "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                            "code" : "eligible",
                            "display" : "Eligible Amount"
                          }]
                        }
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        190. ExplanationOfBenefit.item.adjudication:eligible.amount
                        Definition

                        Monetary amount associated with the category.

                        ShortMonetary amount
                        Comments

                        For example, amount submitted, eligible amount, co-payment, and benefit payable.

                        Control10..1
                        TypeMoney
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Most adjuciation categories convey a monetary amount.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        192. ExplanationOfBenefit.item.adjudication:eligible.amount.value
                        Definition

                        Numerical value (with implicit precision).

                        ShortNumerical value (with implicit precision)
                        Comments

                        Monetary values have their own rules for handling precision (refer to standard accounting text books).

                        Control10..1
                        Typedecimal
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Requirements

                        The amount of the currency. The value includes an implicit precision in the presentation of the value.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        194. ExplanationOfBenefit.item.adjudication:eligible.amount.currency
                        Definition

                        ISO 4217 Currency Code.

                        ShortISO 4217 Currency Code
                        Control10..1
                        BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                        (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                        A code indicating the currency, taken from ISO 4217.

                        Typecode
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Requirements

                        A code indicating the currency, taken from ISO 4217.

                        Fixed ValueVND
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        196. ExplanationOfBenefit.item.adjudication:insuranceFund
                        Slice NameinsuranceFund
                        Definition

                        Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.


                        If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.

                        ShortKết quả giám định từng dòngAdjudication details
                        Control10..1*
                        TypeBackboneElement
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        198. ExplanationOfBenefit.item.adjudication:insuranceFund.modifierExtension
                        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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                        ShortExtensions that cannot be ignored even if unrecognized
                        Comments

                        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.

                        Control0..*
                        TypeExtension
                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                        Summarytrue
                        Requirements

                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                        Alternate Namesextensions, user content, modifiers
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        200. ExplanationOfBenefit.item.adjudication:insuranceFund.category
                        Definition

                        Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.


                        A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                        ShortQuỹ BHYT thanh toán, cột 10 — BHYT fund payment, column 10Type of adjudication information
                        Comments

                        For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                        Control1..1
                        BindingUnless not suitable, these codes SHALL be taken from For example codes, see AdjudicationValueCodeshttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                        (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                        TypeCodeableConcept
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Needed to enable understanding of the context of the other information in the adjudication.

                        Pattern Value{
                          "coding" : [{
                            "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                            "code" : "benefit",
                            "display" : "Benefit Amount"
                          }]
                        }
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        202. ExplanationOfBenefit.item.adjudication:insuranceFund.amount
                        Definition

                        Monetary amount associated with the category.

                        ShortMonetary amount
                        Comments

                        For example, amount submitted, eligible amount, co-payment, and benefit payable.

                        Control10..1
                        TypeMoney
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Most adjuciation categories convey a monetary amount.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        204. ExplanationOfBenefit.item.adjudication:insuranceFund.amount.value
                        Definition

                        Numerical value (with implicit precision).

                        ShortNumerical value (with implicit precision)
                        Comments

                        Monetary values have their own rules for handling precision (refer to standard accounting text books).

                        Control10..1
                        Typedecimal
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Requirements

                        The amount of the currency. The value includes an implicit precision in the presentation of the value.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        206. ExplanationOfBenefit.item.adjudication:insuranceFund.amount.currency
                        Definition

                        ISO 4217 Currency Code.

                        ShortISO 4217 Currency Code
                        Control10..1
                        BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                        (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                        A code indicating the currency, taken from ISO 4217.

                        Typecode
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Requirements

                        A code indicating the currency, taken from ISO 4217.

                        Fixed ValueVND
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        208. ExplanationOfBenefit.item.adjudication:patientCopay
                        Slice NamepatientCopay
                        Definition

                        Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.


                        If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.

                        ShortKết quả giám định từng dòngAdjudication details
                        Control10..1*
                        TypeBackboneElement
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        210. ExplanationOfBenefit.item.adjudication:patientCopay.modifierExtension
                        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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                        ShortExtensions that cannot be ignored even if unrecognized
                        Comments

                        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.

                        Control0..*
                        TypeExtension
                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                        Summarytrue
                        Requirements

                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                        Alternate Namesextensions, user content, modifiers
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        212. ExplanationOfBenefit.item.adjudication:patientCopay.category
                        Definition

                        Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.


                        A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                        ShortNgười bệnh cùng chi trả, cột 11 — Patient co-payment, column 11Type of adjudication information
                        Comments

                        For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                        Control1..1
                        BindingUnless not suitable, these codes SHALL be taken from For example codes, see AdjudicationValueCodeshttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                        (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                        TypeCodeableConcept
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Needed to enable understanding of the context of the other information in the adjudication.

                        Pattern Value{
                          "coding" : [{
                            "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                            "code" : "copay",
                            "display" : "CoPay"
                          }]
                        }
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        214. ExplanationOfBenefit.item.adjudication:patientCopay.amount
                        Definition

                        Monetary amount associated with the category.

                        ShortMonetary amount
                        Comments

                        For example, amount submitted, eligible amount, co-payment, and benefit payable.

                        Control10..1
                        TypeMoney
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Most adjuciation categories convey a monetary amount.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        216. ExplanationOfBenefit.item.adjudication:patientCopay.amount.value
                        Definition

                        Numerical value (with implicit precision).

                        ShortNumerical value (with implicit precision)
                        Comments

                        Monetary values have their own rules for handling precision (refer to standard accounting text books).

                        Control10..1
                        Typedecimal
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Requirements

                        The amount of the currency. The value includes an implicit precision in the presentation of the value.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        218. ExplanationOfBenefit.item.adjudication:patientCopay.amount.currency
                        Definition

                        ISO 4217 Currency Code.

                        ShortISO 4217 Currency Code
                        Control10..1
                        BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                        (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                        A code indicating the currency, taken from ISO 4217.

                        Typecode
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Requirements

                        A code indicating the currency, taken from ISO 4217.

                        Fixed ValueVND
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        220. ExplanationOfBenefit.item.adjudication:otherSource
                        Slice NameotherSource
                        Definition

                        Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.


                        If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.

                        ShortKết quả giám định từng dòngAdjudication details
                        Control10..1*
                        TypeBackboneElement
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        222. ExplanationOfBenefit.item.adjudication:otherSource.modifierExtension
                        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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                        ShortExtensions that cannot be ignored even if unrecognized
                        Comments

                        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.

                        Control0..*
                        TypeExtension
                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                        Summarytrue
                        Requirements

                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                        Alternate Namesextensions, user content, modifiers
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        224. ExplanationOfBenefit.item.adjudication:otherSource.category
                        Definition

                        Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.


                        A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                        ShortNguồn khác thanh toán, cột 12 — Other-source payment, column 12Type of adjudication information
                        Comments

                        For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                        Control1..1
                        BindingUnless not suitable, these codes SHALL be taken from For example codes, see AdjudicationValueCodeshttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                        (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                        TypeCodeableConcept
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Needed to enable understanding of the context of the other information in the adjudication.

                        Pattern Value{
                          "coding" : [{
                            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs",
                            "code" : "other-fund",
                            "display" : "Nguồn khác"
                          }]
                        }
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        226. ExplanationOfBenefit.item.adjudication:otherSource.amount
                        Definition

                        Monetary amount associated with the category.

                        ShortMonetary amount
                        Comments

                        For example, amount submitted, eligible amount, co-payment, and benefit payable.

                        Control10..1
                        TypeMoney
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Most adjuciation categories convey a monetary amount.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        228. ExplanationOfBenefit.item.adjudication:otherSource.amount.value
                        Definition

                        Numerical value (with implicit precision).

                        ShortNumerical value (with implicit precision)
                        Comments

                        Monetary values have their own rules for handling precision (refer to standard accounting text books).

                        Control10..1
                        Typedecimal
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Requirements

                        The amount of the currency. The value includes an implicit precision in the presentation of the value.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        230. ExplanationOfBenefit.item.adjudication:otherSource.amount.currency
                        Definition

                        ISO 4217 Currency Code.

                        ShortISO 4217 Currency Code
                        Control10..1
                        BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                        (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                        A code indicating the currency, taken from ISO 4217.

                        Typecode
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Requirements

                        A code indicating the currency, taken from ISO 4217.

                        Fixed ValueVND
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        232. ExplanationOfBenefit.item.adjudication:patientSelfPay
                        Slice NamepatientSelfPay
                        Definition

                        Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.


                        If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.

                        ShortKết quả giám định từng dòngAdjudication details
                        Control10..1*
                        TypeBackboneElement
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        234. ExplanationOfBenefit.item.adjudication:patientSelfPay.modifierExtension
                        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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                        ShortExtensions that cannot be ignored even if unrecognized
                        Comments

                        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.

                        Control0..*
                        TypeExtension
                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                        Summarytrue
                        Requirements

                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                        Alternate Namesextensions, user content, modifiers
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        236. ExplanationOfBenefit.item.adjudication:patientSelfPay.category
                        Definition

                        Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.


                        A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                        ShortNgười bệnh tự trả, cột 13 — Patient self-pay, column 13Type of adjudication information
                        Comments

                        For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                        Control1..1
                        BindingUnless not suitable, these codes SHALL be taken from For example codes, see AdjudicationValueCodeshttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                        (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                        TypeCodeableConcept
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Needed to enable understanding of the context of the other information in the adjudication.

                        Pattern Value{
                          "coding" : [{
                            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs",
                            "code" : "patient-self-pay",
                            "display" : "Người bệnh tự trả"
                          }]
                        }
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        238. ExplanationOfBenefit.item.adjudication:patientSelfPay.amount
                        Definition

                        Monetary amount associated with the category.

                        ShortMonetary amount
                        Comments

                        For example, amount submitted, eligible amount, co-payment, and benefit payable.

                        Control10..1
                        TypeMoney
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Most adjuciation categories convey a monetary amount.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        240. ExplanationOfBenefit.item.adjudication:patientSelfPay.amount.value
                        Definition

                        Numerical value (with implicit precision).

                        ShortNumerical value (with implicit precision)
                        Comments

                        Monetary values have their own rules for handling precision (refer to standard accounting text books).

                        Control10..1
                        Typedecimal
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Requirements

                        The amount of the currency. The value includes an implicit precision in the presentation of the value.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        242. ExplanationOfBenefit.item.adjudication:patientSelfPay.amount.currency
                        Definition

                        ISO 4217 Currency Code.

                        ShortISO 4217 Currency Code
                        Control10..1
                        BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                        (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                        A code indicating the currency, taken from ISO 4217.

                        Typecode
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Requirements

                        A code indicating the currency, taken from ISO 4217.

                        Fixed ValueVND
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        244. ExplanationOfBenefit.item.detail
                        Definition

                        Mỗi detail của gói TBYT mang lossless các cột 5/6/8/9; adjudication cột 10–13 chỉ nằm ở item tổng gói theo QĐ 697/QĐ-BYT (hướng dẫn khoảng dòng 389 và 407). Each medical-device package detail carries columns 5/6/8/9 losslessly, while columns 10–13 are adjudicated only on the package-level item.


                        Second-tier of goods and services.

                        ShortChi tiết cấu thành gói TBYT, cột 5/6/8/9 — Device-package component columns 5/6/8/9Additional items
                        Control0..*
                        TypeBackboneElement
                        Is Modifierfalse
                        Summaryfalse
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        246. ExplanationOfBenefit.item.detail.extension
                        Definition

                        An Extension


                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                        ShortExtensionAdditional content defined by implementations
                        Comments

                        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.

                        Control10..*
                        TypeExtension
                        Is Modifierfalse
                        Summaryfalse
                        Alternate Namesextensions, user content
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                        • value @ url
                        • 248. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo
                          Slice NameinsuranceCostInfo
                          Definition

                          Extension tái sử dụng cho thông tin chi phí BHYT trên từng item (thuốc/DVKT/VTYT). Bao gồm: phạm vi BHYT (PHAM_VI), tỷ lệ thanh toán BHYT (TYLE_TT/TYLE_TT_BH), mức hưởng (MUC_HUONG), mức trần thanh toán BHYT (T_TRANTT), tỷ lệ thanh toán dịch vụ (TYLE_TT_DV), đơn giá BHYT (DON_GIA_BH) và thành tiền BHYT (THANH_TIEN_BH). Dùng trên: MedicationRequest, MedicationAdministration, Procedure, Claim.item, Claim.item.detail, ExplanationOfBenefit.item, ExplanationOfBenefit.item.detail, ServiceRequest và MedicationDispense khi các resource đó đang đóng vai trò nguồn dữ liệu cho dòng chi phí. Với thiết bị/vật tư, ưu tiên đặt trên Claim.item hoặc item.detail; không dùng trên DeviceUseStatement vì DeviceUseStatement là ghi nhận sử dụng lâm sàng. Theo QĐ 697/QĐ-BYT (các dòng hướng dẫn khoảng 389 và 407), component trong gói TBYT mang lossless các cột 5/6/8/9; chỉ các cột 10–13 được tính ở item tổng gói. Mapping XML 3176: PHAM_VI, TYLE_TT, MUC_HUONG; DON_GIA_BH (Bảng 3 STT 15), TYLE_TT_DV (Bảng 3 STT 17), THANH_TIEN_BH (Bảng 2 STT 21, Bảng 3 STT 20), T_TRANTT (Bảng 3 STT 21). Nguồn thiết kế: OHP Data Processor (medication-pham-vi, medication-payment-ratio, medication-benefit-level). Căn cứ: [QĐ 3176/QĐ-BYT] (ban hành 29/10/2024, hiệu lực 29/10/2024) — Chuẩn dữ liệu đầu ra KCB phục vụ BHXH; [NĐ 188/2025/NĐ-CP] (ban hành 01/07/2025, hiệu lực 15/08/2025) — Hướng dẫn thi hành Luật BHYT. English summary: Reusable line-level BHYT cost information for medication, procedure, service, Claim, EOB, and medication-administration data. On a medical-device package, each Claim/EOB item detail carries columns 5/6/8/9 losslessly, while columns 10–13 remain on the package item. insuranceLineAmount represents the insurance-eligible line amount (THANH_TIEN_BH/column 9), not the final BHYT fund allocation; on an EOB it aligns with adjudication eligible, while the fund allocation uses adjudication benefit.

                          ShortCột 5/6/8/9 của component gói TBYT — Device-package component columns 5/6/8/9
                          Control1..1
                          This element is affected by the following invariants: ele-1
                          TypeExtension(Thông tin chi phí BHYT — Insurance Cost Info Extension) (Complex Extension)
                          Is Modifierfalse
                          Must Supporttrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          250. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:scope
                          Slice Namescope
                          Definition

                          An Extension

                          ShortPhạm vi BHYT (PHAM_VI): 1=trong DM, 2=ngoài DM, 3=NĐ 70/2015/NĐ-CPAdditional content defined by implementations
                          Control0..1*
                          TypeExtension
                          Is Modifierfalse
                          Summaryfalse
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          252. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:scope.extension
                          Definition

                          An Extension


                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortExtensionAdditional content defined by implementations
                          Comments

                          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.

                          Control0..0*
                          TypeExtension
                          Is Modifierfalse
                          Summaryfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                          • value @ url
                          • 254. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:scope.url
                            Definition

                            Source of the definition for the extension code - a logical name or a URL.

                            Shortidentifies the meaning of the extension
                            Comments

                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                            Control1..1
                            Typeuri
                            Is Modifierfalse
                            XML FormatIn the XML format, this property is represented as an attribute.
                            Summaryfalse
                            Fixed Valuescope
                            256. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:scope.value[x]
                            Definition

                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                            ShortValue of extension
                            Control10..1
                            BindingUnless not suitable, these codes SHALL be taken from For codes, see Phạm vi hưởng BHYT — Vietnam Insurance Scope ValueSet
                            (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-insurance-scope-vs)
                            TypeCodeableConcept, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                            Is Modifierfalse
                            Summaryfalse
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            258. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentRatio
                            Slice NamepaymentRatio
                            Definition

                            Tỷ lệ thanh toán BHYT của dòng (cột 8). Không bắt buộc trên mọi dòng: vắng mặt biểu thị dòng ngoài phạm vi BHYT; nếu cần truyền lý do không có giá trị, dùng Data Absent Reason (DAR). The line's BHYT payment ratio (column 8). It is not mandatory on every line: absence denotes a line outside BHYT scope; use Data Absent Reason (DAR) when the reason for a missing value must be conveyed.

                            ShortTỷ lệ thanh toán BHYT (TYLE_TT) — VD: 100, 80, 50Additional content defined by implementations
                            Control0..1*
                            TypeExtension
                            Is Modifierfalse
                            Summaryfalse
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            260. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentRatio.extension
                            Definition

                            An Extension


                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                            ShortExtensionAdditional content defined by implementations
                            Comments

                            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.

                            Control0..0*
                            TypeExtension
                            Is Modifierfalse
                            Summaryfalse
                            Alternate Namesextensions, user content
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                            • value @ url
                            • 262. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentRatio.url
                              Definition

                              Source of the definition for the extension code - a logical name or a URL.

                              Shortidentifies the meaning of the extension
                              Comments

                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                              Control1..1
                              Typeuri
                              Is Modifierfalse
                              XML FormatIn the XML format, this property is represented as an attribute.
                              Summaryfalse
                              Fixed ValuepaymentRatio
                              264. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentRatio.value[x]
                              Definition

                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                              ShortValue of extension
                              Control10..1
                              Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              266. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:benefitLevel
                              Slice NamebenefitLevel
                              Definition

                              An Extension

                              ShortMức hưởng BHYT (MUC_HUONG) — VD: 100, 80, 40Additional content defined by implementations
                              Control0..1*
                              TypeExtension
                              Is Modifierfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              268. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:benefitLevel.extension
                              Definition

                              An Extension


                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                              ShortExtensionAdditional content defined by implementations
                              Comments

                              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.

                              Control0..0*
                              TypeExtension
                              Is Modifierfalse
                              Summaryfalse
                              Alternate Namesextensions, user content
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                              • value @ url
                              • 270. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:benefitLevel.url
                                Definition

                                Source of the definition for the extension code - a logical name or a URL.

                                Shortidentifies the meaning of the extension
                                Comments

                                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                Control1..1
                                Typeuri
                                Is Modifierfalse
                                XML FormatIn the XML format, this property is represented as an attribute.
                                Summaryfalse
                                Fixed ValuebenefitLevel
                                272. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:benefitLevel.value[x]
                                Definition

                                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                ShortValue of extension
                                Control10..1
                                Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                Is Modifierfalse
                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                Summaryfalse
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                274. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling
                                Slice NamepaymentCeiling
                                Definition

                                An Extension

                                ShortExtensionAdditional content defined by implementations
                                Control0..1*
                                TypeExtension
                                Is Modifierfalse
                                Summaryfalse
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                276. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.extension
                                Definition

                                An Extension


                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                ShortExtensionAdditional content defined by implementations
                                Comments

                                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.

                                Control0..0*
                                TypeExtension
                                Is Modifierfalse
                                Summaryfalse
                                Alternate Namesextensions, user content
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                • value @ url
                                • 278. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.url
                                  Definition

                                  Source of the definition for the extension code - a logical name or a URL.

                                  Shortidentifies the meaning of the extension
                                  Comments

                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                  Control1..1
                                  Typeuri
                                  Is Modifierfalse
                                  XML FormatIn the XML format, this property is represented as an attribute.
                                  Summaryfalse
                                  Fixed ValuepaymentCeiling
                                  280. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.value[x]
                                  Definition

                                  Mức thanh toán tối đa của quỹ BHYT đối với dòng chi phí DVKT/VTYT trong một lần thực hiện (T_TRANTT), tương ứng trần 45 tháng lương cơ sở theo NĐ 188/2025/NĐ-CP. Chỉ ghi khi VTYT/DVKT có quy định mức thanh toán BHYT; khi DON_GIA_BV vượt trần thì DON_GIA_BH = T_TRANTT. Ánh xạ trường T_TRANTT (Bảng 3 STT 21) theo QĐ 3176/QĐ-BYT.


                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                  ShortTrần thanh toán BHYT (VND)Value of extension
                                  Control10..1
                                  TypeMoney, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                  Is Modifierfalse
                                  Summaryfalse
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  282. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.value[x].currency
                                  Definition

                                  ISO 4217 Currency Code.

                                  ShortISO 4217 Currency Code
                                  Control10..1
                                  BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                                  (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                  A code indicating the currency, taken from ISO 4217.

                                  Typecode
                                  Is Modifierfalse
                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                  Summarytrue
                                  Requirements

                                  A code indicating the currency, taken from ISO 4217.

                                  Fixed ValueVND
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  284. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:servicePaymentRatio
                                  Slice NameservicePaymentRatio
                                  Definition

                                  Tỷ lệ thanh toán của dịch vụ kỹ thuật, ngày giường hoặc tiền công khám (TYLE_TT_DV, cột 6; Bảng 3 STT 17) theo QĐ 3176/QĐ-BYT. Khác với paymentRatio (TYLE_TT_BH, cột 8; Bảng 3 STT 18), TYLE_TT_DV phản ánh mức tính giá dịch vụ, ví dụ nằm ghép 02 người ghi 50, nằm ghép từ 03 người ghi 33, giường 01 người ghi 100. Không bắt buộc trên mọi dòng; vắng mặt biểu thị dòng ngoài phạm vi BHYT hoặc cột không áp dụng, và dùng Data Absent Reason (DAR) khi cần phân biệt lý do. Tham gia công thức THANH_TIEN_BV = SO_LUONG × DON_GIA_BV × TYLE_TT_DV/100 (Bảng 3 STT 19) và THANH_TIEN_BH (Bảng 3 STT 20).

                                  ShortTỷ lệ thanh toán DVKT/giường/công khám (TYLE_TT_DV) — VD: 100, 50, 33Additional content defined by implementations
                                  Control0..1*
                                  TypeExtension
                                  Is Modifierfalse
                                  Summaryfalse
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                  286. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:servicePaymentRatio.extension
                                  Definition

                                  An Extension


                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                  ShortExtensionAdditional content defined by implementations
                                  Comments

                                  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.

                                  Control0..0*
                                  TypeExtension
                                  Is Modifierfalse
                                  Summaryfalse
                                  Alternate Namesextensions, user content
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                  SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                  • value @ url
                                  • 288. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:servicePaymentRatio.url
                                    Definition

                                    Source of the definition for the extension code - a logical name or a URL.

                                    Shortidentifies the meaning of the extension
                                    Comments

                                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                    Control1..1
                                    Typeuri
                                    Is Modifierfalse
                                    XML FormatIn the XML format, this property is represented as an attribute.
                                    Summaryfalse
                                    Fixed ValueservicePaymentRatio
                                    290. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:servicePaymentRatio.value[x]
                                    Definition

                                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                    ShortValue of extension
                                    Control10..1
                                    Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summaryfalse
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    292. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice
                                    Slice NameinsuranceUnitPrice
                                    Definition

                                    An Extension

                                    ShortExtensionAdditional content defined by implementations
                                    Control0..1*
                                    TypeExtension
                                    Is Modifierfalse
                                    Summaryfalse
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    294. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.extension
                                    Definition

                                    An Extension


                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                    ShortExtensionAdditional content defined by implementations
                                    Comments

                                    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.

                                    Control0..0*
                                    TypeExtension
                                    Is Modifierfalse
                                    Summaryfalse
                                    Alternate Namesextensions, user content
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                    • value @ url
                                    • 296. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.url
                                      Definition

                                      Source of the definition for the extension code - a logical name or a URL.

                                      Shortidentifies the meaning of the extension
                                      Comments

                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                      Control1..1
                                      Typeuri
                                      Is Modifierfalse
                                      XML FormatIn the XML format, this property is represented as an attribute.
                                      Summaryfalse
                                      Fixed ValueinsuranceUnitPrice
                                      298. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x]
                                      Definition

                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                      ShortĐơn giá BHYT thanh toán (VND)Value of extension
                                      Control10..1
                                      TypeMoney, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                      Is Modifierfalse
                                      Summaryfalse
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      300. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x].currency
                                      Definition

                                      ISO 4217 Currency Code.

                                      ShortISO 4217 Currency Code
                                      Control10..1
                                      BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                                      (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                      A code indicating the currency, taken from ISO 4217.

                                      Typecode
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Requirements

                                      A code indicating the currency, taken from ISO 4217.

                                      Fixed ValueVND
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      302. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount
                                      Slice NameinsuranceLineAmount
                                      Definition

                                      An Extension

                                      ShortExtensionAdditional content defined by implementations
                                      Control0..1*
                                      TypeExtension
                                      Is Modifierfalse
                                      Summaryfalse
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      304. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.extension
                                      Definition

                                      An Extension


                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                      ShortExtensionAdditional content defined by implementations
                                      Comments

                                      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.

                                      Control0..0*
                                      TypeExtension
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate Namesextensions, user content
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                      • value @ url
                                      • 306. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.url
                                        Definition

                                        Source of the definition for the extension code - a logical name or a URL.

                                        Shortidentifies the meaning of the extension
                                        Comments

                                        The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                        Control1..1
                                        Typeuri
                                        Is Modifierfalse
                                        XML FormatIn the XML format, this property is represented as an attribute.
                                        Summaryfalse
                                        Fixed ValueinsuranceLineAmount
                                        308. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x]
                                        Definition

                                        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                        ShortThành tiền BH đủ điều kiện (VND) — Eligible insurance line amountValue of extension
                                        Control10..1
                                        TypeMoney, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                        Is Modifierfalse
                                        Summaryfalse
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        310. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x].currency
                                        Definition

                                        ISO 4217 Currency Code.

                                        ShortISO 4217 Currency Code
                                        Control10..1
                                        BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                                        (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                        A code indicating the currency, taken from ISO 4217.

                                        Typecode
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Requirements

                                        A code indicating the currency, taken from ISO 4217.

                                        Fixed ValueVND
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        312. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.url
                                        Definition

                                        Source of the definition for the extension code - a logical name or a URL.

                                        Shortidentifies the meaning of the extension
                                        Comments

                                        The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                        Control1..1
                                        Typeuri
                                        Is Modifierfalse
                                        XML FormatIn the XML format, this property is represented as an attribute.
                                        Summaryfalse
                                        Fixed Valuehttp://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info
                                        314. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.value[x]
                                        Definition

                                        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                        ShortValue of extension
                                        Control0..01
                                        TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summaryfalse
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        316. ExplanationOfBenefit.item.detail.modifierExtension
                                        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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                        ShortExtensions that cannot be ignored even if unrecognized
                                        Comments

                                        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.

                                        Control0..*
                                        TypeExtension
                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                        Summarytrue
                                        Requirements

                                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                        Alternate Namesextensions, user content, modifiers
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        318. ExplanationOfBenefit.item.detail.sequence
                                        Definition

                                        A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items.

                                        ShortProduct or service provided
                                        Control1..1
                                        TypepositiveInt
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summaryfalse
                                        Requirements

                                        The items to be processed for adjudication.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        320. ExplanationOfBenefit.item.detail.productOrService
                                        Definition

                                        When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.

                                        ShortBilling, service, product, or drug code
                                        Comments

                                        If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.

                                        Control1..1
                                        BindingFor example codes, see USCLSCodeshttp://hl7.org/fhir/ValueSet/service-uscls|4.0.1
                                        (example to http://hl7.org/fhir/ValueSet/service-uscls|4.0.1)

                                        Allowable service and product codes.

                                        TypeCodeableConcept
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Summaryfalse
                                        Requirements

                                        Necessary to state what was provided or done.

                                        Alternate NamesDrug Code, Bill Code, Service Code
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        322. ExplanationOfBenefit.item.detail.quantity
                                        Definition

                                        The number of repetitions of a service or product.

                                        ShortCount of products or services
                                        Control10..1
                                        TypeQuantity(SimpleQuantity)
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Summaryfalse
                                        Requirements

                                        Required when the product or service code does not convey the quantity provided.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        324. ExplanationOfBenefit.item.detail.quantity.value
                                        Definition

                                        The value of the measured amount. The value includes an implicit precision in the presentation of the value.

                                        ShortNumerical value (with implicit precision)
                                        Comments

                                        The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                        Control10..1
                                        Typedecimal
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Requirements

                                        Precision is handled implicitly in almost all cases of measurement.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        326. ExplanationOfBenefit.item.detail.quantity.comparator
                                        Definition

                                        Not allowed to be used in this context


                                        How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

                                        Short< | <= | >= | > - how to understand the value
                                        Control0..01
                                        BindingThe codes SHALL be taken from QuantityComparatorhttp://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
                                        (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                                        How the Quantity should be understood and represented.

                                        Typecode
                                        Is Modifiertrue because This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Requirements

                                        Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                        Meaning if MissingIf there is no comparator, then there is no modification of the value
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        328. ExplanationOfBenefit.item.detail.unitPrice
                                        Definition

                                        If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.

                                        ShortFee, charge or cost per item
                                        Control10..1
                                        TypeMoney
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Summaryfalse
                                        Requirements

                                        The amount charged to the patient by the provider for a single unit.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        330. ExplanationOfBenefit.item.detail.unitPrice.value
                                        Definition

                                        Numerical value (with implicit precision).

                                        ShortNumerical value (with implicit precision)
                                        Comments

                                        Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                        Control10..1
                                        Typedecimal
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Requirements

                                        The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        332. ExplanationOfBenefit.item.detail.unitPrice.currency
                                        Definition

                                        ISO 4217 Currency Code.

                                        ShortISO 4217 Currency Code
                                        Control10..1
                                        BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                                        (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                        A code indicating the currency, taken from ISO 4217.

                                        Typecode
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Requirements

                                        A code indicating the currency, taken from ISO 4217.

                                        Fixed ValueVND
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        334. ExplanationOfBenefit.item.detail.net
                                        Definition

                                        The quantity times the unit price for an additional service or product or charge.

                                        ShortTotal item cost
                                        Comments

                                        For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.

                                        Control10..1
                                        TypeMoney
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Summaryfalse
                                        Requirements

                                        Provides the total amount claimed for the group (if a grouper) or the line item.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        336. ExplanationOfBenefit.item.detail.net.value
                                        Definition

                                        Numerical value (with implicit precision).

                                        ShortNumerical value (with implicit precision)
                                        Comments

                                        Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                        Control10..1
                                        Typedecimal
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Requirements

                                        The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        338. ExplanationOfBenefit.item.detail.net.currency
                                        Definition

                                        ISO 4217 Currency Code.

                                        ShortISO 4217 Currency Code
                                        Control10..1
                                        BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                                        (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                        A code indicating the currency, taken from ISO 4217.

                                        Typecode
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Requirements

                                        A code indicating the currency, taken from ISO 4217.

                                        Fixed ValueVND
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        340. ExplanationOfBenefit.item.detail.adjudication
                                        Definition

                                        The adjudication results.

                                        ShortDetail level adjudication details
                                        Control0..0*
                                        TypeSeettp://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit#ExplanationOfBenefit.item.adjudication
                                        Is Modifierfalse
                                        Summaryfalse
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        342. ExplanationOfBenefit.total
                                        Definition

                                        Categorized monetary totals for the adjudication.

                                        ShortTổng hợp theo nhóm giám địnhAdjudication totals
                                        Comments

                                        Totals for amounts submitted, co-pays, benefits payable etc.

                                        Control60..*
                                        TypeBackboneElement
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Summarytrue
                                        Requirements

                                        To provide the requestor with financial totals by category for the adjudication.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        SlicingThis element introduces a set of slices on ExplanationOfBenefit.total. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                        • pattern @ category
                                        • 344. ExplanationOfBenefit.total.modifierExtension
                                          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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                          ShortExtensions that cannot be ignored even if unrecognized
                                          Comments

                                          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.

                                          Control0..*
                                          TypeExtension
                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                          Summarytrue
                                          Requirements

                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                          Alternate Namesextensions, user content, modifiers
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          346. ExplanationOfBenefit.total.category
                                          Definition

                                          Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.


                                          A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                                          ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộType of adjudication information
                                          Comments

                                          For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                          Control1..1
                                          BindingUnless not suitable, these codes SHALL be taken from For example codes, see Loại adjudication BHYT — BHYT Adjudication Category ValueSethttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                                          (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                          TypeCodeableConcept
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the type of total provided.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          348. ExplanationOfBenefit.total.amount
                                          Definition

                                          Monetary total amount associated with the category.

                                          ShortSố tiềnFinancial total for the category
                                          Control1..1
                                          TypeMoney
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the total monetary amount.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          350. ExplanationOfBenefit.total:submitted
                                          Slice Namesubmitted
                                          Definition

                                          Categorized monetary totals for the adjudication.

                                          ShortTổng hợp theo nhóm giám địnhAdjudication totals
                                          Comments

                                          Totals for amounts submitted, co-pays, benefits payable etc.

                                          Control10..1*
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          To provide the requestor with financial totals by category for the adjudication.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          352. ExplanationOfBenefit.total:submitted.modifierExtension
                                          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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                          ShortExtensions that cannot be ignored even if unrecognized
                                          Comments

                                          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.

                                          Control0..*
                                          TypeExtension
                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                          Summarytrue
                                          Requirements

                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                          Alternate Namesextensions, user content, modifiers
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          354. ExplanationOfBenefit.total:submitted.category
                                          Definition

                                          Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.


                                          A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                                          ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộType of adjudication information
                                          Comments

                                          For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                          Control1..1
                                          BindingUnless not suitable, these codes SHALL be taken from For example codes, see Loại adjudication BHYT — BHYT Adjudication Category ValueSethttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                                          (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                          TypeCodeableConcept
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the type of total provided.

                                          Pattern Value{
                                            "coding" : [{
                                              "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                              "code" : "submitted",
                                              "display" : "Submitted Amount"
                                            }]
                                          }
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          356. ExplanationOfBenefit.total:submitted.amount
                                          Definition

                                          Monetary total amount associated with the category.

                                          ShortSố tiềnFinancial total for the category
                                          Control1..1
                                          TypeMoney
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the total monetary amount.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          358. ExplanationOfBenefit.total:submitted.amount.value
                                          Definition

                                          Numerical value (with implicit precision).

                                          ShortNumerical value (with implicit precision)
                                          Comments

                                          Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                          Control10..1
                                          Typedecimal
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          360. ExplanationOfBenefit.total:submitted.amount.currency
                                          Definition

                                          ISO 4217 Currency Code.

                                          ShortISO 4217 Currency Code
                                          Control10..1
                                          BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                                          (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                          A code indicating the currency, taken from ISO 4217.

                                          Typecode
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          A code indicating the currency, taken from ISO 4217.

                                          Fixed ValueVND
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          362. ExplanationOfBenefit.total:eligible
                                          Slice Nameeligible
                                          Definition

                                          Categorized monetary totals for the adjudication.

                                          ShortTổng hợp theo nhóm giám địnhAdjudication totals
                                          Comments

                                          Totals for amounts submitted, co-pays, benefits payable etc.

                                          Control10..1*
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          To provide the requestor with financial totals by category for the adjudication.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          364. ExplanationOfBenefit.total:eligible.modifierExtension
                                          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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                          ShortExtensions that cannot be ignored even if unrecognized
                                          Comments

                                          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.

                                          Control0..*
                                          TypeExtension
                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                          Summarytrue
                                          Requirements

                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                          Alternate Namesextensions, user content, modifiers
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          366. ExplanationOfBenefit.total:eligible.category
                                          Definition

                                          Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.


                                          A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                                          ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộType of adjudication information
                                          Comments

                                          For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                          Control1..1
                                          BindingUnless not suitable, these codes SHALL be taken from For example codes, see Loại adjudication BHYT — BHYT Adjudication Category ValueSethttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                                          (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                          TypeCodeableConcept
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the type of total provided.

                                          Pattern Value{
                                            "coding" : [{
                                              "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                              "code" : "eligible",
                                              "display" : "Eligible Amount"
                                            }]
                                          }
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          368. ExplanationOfBenefit.total:eligible.amount
                                          Definition

                                          Monetary total amount associated with the category.

                                          ShortSố tiềnFinancial total for the category
                                          Control1..1
                                          TypeMoney
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the total monetary amount.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          370. ExplanationOfBenefit.total:eligible.amount.value
                                          Definition

                                          Numerical value (with implicit precision).

                                          ShortNumerical value (with implicit precision)
                                          Comments

                                          Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                          Control10..1
                                          Typedecimal
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          372. ExplanationOfBenefit.total:eligible.amount.currency
                                          Definition

                                          ISO 4217 Currency Code.

                                          ShortISO 4217 Currency Code
                                          Control10..1
                                          BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                                          (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                          A code indicating the currency, taken from ISO 4217.

                                          Typecode
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          A code indicating the currency, taken from ISO 4217.

                                          Fixed ValueVND
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          374. ExplanationOfBenefit.total:insuranceFund
                                          Slice NameinsuranceFund
                                          Definition

                                          Categorized monetary totals for the adjudication.

                                          ShortTổng hợp theo nhóm giám địnhAdjudication totals
                                          Comments

                                          Totals for amounts submitted, co-pays, benefits payable etc.

                                          Control10..1*
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          To provide the requestor with financial totals by category for the adjudication.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          376. ExplanationOfBenefit.total:insuranceFund.modifierExtension
                                          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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                          ShortExtensions that cannot be ignored even if unrecognized
                                          Comments

                                          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.

                                          Control0..*
                                          TypeExtension
                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                          Summarytrue
                                          Requirements

                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                          Alternate Namesextensions, user content, modifiers
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          378. ExplanationOfBenefit.total:insuranceFund.category
                                          Definition

                                          Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.


                                          A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                                          ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộType of adjudication information
                                          Comments

                                          For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                          Control1..1
                                          BindingUnless not suitable, these codes SHALL be taken from For example codes, see Loại adjudication BHYT — BHYT Adjudication Category ValueSethttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                                          (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                          TypeCodeableConcept
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the type of total provided.

                                          Pattern Value{
                                            "coding" : [{
                                              "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                              "code" : "benefit",
                                              "display" : "Benefit Amount"
                                            }]
                                          }
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          380. ExplanationOfBenefit.total:insuranceFund.amount
                                          Definition

                                          Monetary total amount associated with the category.

                                          ShortSố tiềnFinancial total for the category
                                          Control1..1
                                          TypeMoney
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the total monetary amount.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          382. ExplanationOfBenefit.total:insuranceFund.amount.value
                                          Definition

                                          Numerical value (with implicit precision).

                                          ShortNumerical value (with implicit precision)
                                          Comments

                                          Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                          Control10..1
                                          Typedecimal
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          384. ExplanationOfBenefit.total:insuranceFund.amount.currency
                                          Definition

                                          ISO 4217 Currency Code.

                                          ShortISO 4217 Currency Code
                                          Control10..1
                                          BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                                          (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                          A code indicating the currency, taken from ISO 4217.

                                          Typecode
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          A code indicating the currency, taken from ISO 4217.

                                          Fixed ValueVND
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          386. ExplanationOfBenefit.total:patientCopay
                                          Slice NamepatientCopay
                                          Definition

                                          Categorized monetary totals for the adjudication.

                                          ShortTổng hợp theo nhóm giám địnhAdjudication totals
                                          Comments

                                          Totals for amounts submitted, co-pays, benefits payable etc.

                                          Control10..1*
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          To provide the requestor with financial totals by category for the adjudication.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          388. ExplanationOfBenefit.total:patientCopay.modifierExtension
                                          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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                          ShortExtensions that cannot be ignored even if unrecognized
                                          Comments

                                          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.

                                          Control0..*
                                          TypeExtension
                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                          Summarytrue
                                          Requirements

                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                          Alternate Namesextensions, user content, modifiers
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          390. ExplanationOfBenefit.total:patientCopay.category
                                          Definition

                                          Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.


                                          A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                                          ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộType of adjudication information
                                          Comments

                                          For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                          Control1..1
                                          BindingUnless not suitable, these codes SHALL be taken from For example codes, see Loại adjudication BHYT — BHYT Adjudication Category ValueSethttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                                          (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                          TypeCodeableConcept
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the type of total provided.

                                          Pattern Value{
                                            "coding" : [{
                                              "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                              "code" : "copay",
                                              "display" : "CoPay"
                                            }]
                                          }
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          392. ExplanationOfBenefit.total:patientCopay.amount
                                          Definition

                                          Monetary total amount associated with the category.

                                          ShortSố tiềnFinancial total for the category
                                          Control1..1
                                          TypeMoney
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the total monetary amount.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          394. ExplanationOfBenefit.total:patientCopay.amount.value
                                          Definition

                                          Numerical value (with implicit precision).

                                          ShortNumerical value (with implicit precision)
                                          Comments

                                          Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                          Control10..1
                                          Typedecimal
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          396. ExplanationOfBenefit.total:patientCopay.amount.currency
                                          Definition

                                          ISO 4217 Currency Code.

                                          ShortISO 4217 Currency Code
                                          Control10..1
                                          BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                                          (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                          A code indicating the currency, taken from ISO 4217.

                                          Typecode
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          A code indicating the currency, taken from ISO 4217.

                                          Fixed ValueVND
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          398. ExplanationOfBenefit.total:otherSource
                                          Slice NameotherSource
                                          Definition

                                          Categorized monetary totals for the adjudication.

                                          ShortTổng hợp theo nhóm giám địnhAdjudication totals
                                          Comments

                                          Totals for amounts submitted, co-pays, benefits payable etc.

                                          Control10..1*
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          To provide the requestor with financial totals by category for the adjudication.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          400. ExplanationOfBenefit.total:otherSource.modifierExtension
                                          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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                          ShortExtensions that cannot be ignored even if unrecognized
                                          Comments

                                          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.

                                          Control0..*
                                          TypeExtension
                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                          Summarytrue
                                          Requirements

                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                          Alternate Namesextensions, user content, modifiers
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          402. ExplanationOfBenefit.total:otherSource.category
                                          Definition

                                          Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.


                                          A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                                          ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộType of adjudication information
                                          Comments

                                          For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                          Control1..1
                                          BindingUnless not suitable, these codes SHALL be taken from For example codes, see Loại adjudication BHYT — BHYT Adjudication Category ValueSethttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                                          (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                          TypeCodeableConcept
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the type of total provided.

                                          Pattern Value{
                                            "coding" : [{
                                              "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs",
                                              "code" : "other-fund",
                                              "display" : "Nguồn khác"
                                            }]
                                          }
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          404. ExplanationOfBenefit.total:otherSource.amount
                                          Definition

                                          Monetary total amount associated with the category.

                                          ShortSố tiềnFinancial total for the category
                                          Control1..1
                                          TypeMoney
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the total monetary amount.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          406. ExplanationOfBenefit.total:otherSource.amount.value
                                          Definition

                                          Numerical value (with implicit precision).

                                          ShortNumerical value (with implicit precision)
                                          Comments

                                          Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                          Control10..1
                                          Typedecimal
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          408. ExplanationOfBenefit.total:otherSource.amount.currency
                                          Definition

                                          ISO 4217 Currency Code.

                                          ShortISO 4217 Currency Code
                                          Control10..1
                                          BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                                          (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                          A code indicating the currency, taken from ISO 4217.

                                          Typecode
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          A code indicating the currency, taken from ISO 4217.

                                          Fixed ValueVND
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          410. ExplanationOfBenefit.total:patientSelfPay
                                          Slice NamepatientSelfPay
                                          Definition

                                          Categorized monetary totals for the adjudication.

                                          ShortTổng hợp theo nhóm giám địnhAdjudication totals
                                          Comments

                                          Totals for amounts submitted, co-pays, benefits payable etc.

                                          Control10..1*
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          To provide the requestor with financial totals by category for the adjudication.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          412. ExplanationOfBenefit.total:patientSelfPay.modifierExtension
                                          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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                          ShortExtensions that cannot be ignored even if unrecognized
                                          Comments

                                          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.

                                          Control0..*
                                          TypeExtension
                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                          Summarytrue
                                          Requirements

                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                          Alternate Namesextensions, user content, modifiers
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          414. ExplanationOfBenefit.total:patientSelfPay.category
                                          Definition

                                          Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.


                                          A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.

                                          ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộType of adjudication information
                                          Comments

                                          For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                          Control1..1
                                          BindingUnless not suitable, these codes SHALL be taken from For example codes, see Loại adjudication BHYT — BHYT Adjudication Category ValueSethttp://hl7.org/fhir/ValueSet/adjudication|4.0.1
                                          (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                          TypeCodeableConcept
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the type of total provided.

                                          Pattern Value{
                                            "coding" : [{
                                              "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs",
                                              "code" : "patient-self-pay",
                                              "display" : "Người bệnh tự trả"
                                            }]
                                          }
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          416. ExplanationOfBenefit.total:patientSelfPay.amount
                                          Definition

                                          Monetary total amount associated with the category.

                                          ShortSố tiềnFinancial total for the category
                                          Control1..1
                                          TypeMoney
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summarytrue
                                          Requirements

                                          Needed to convey the total monetary amount.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          418. ExplanationOfBenefit.total:patientSelfPay.amount.value
                                          Definition

                                          Numerical value (with implicit precision).

                                          ShortNumerical value (with implicit precision)
                                          Comments

                                          Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                          Control10..1
                                          Typedecimal
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          420. ExplanationOfBenefit.total:patientSelfPay.amount.currency
                                          Definition

                                          ISO 4217 Currency Code.

                                          ShortISO 4217 Currency Code
                                          Control10..1
                                          BindingThe codes SHALL be taken from Currencieshttp://hl7.org/fhir/ValueSet/currencies|4.0.1
                                          (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                          A code indicating the currency, taken from ISO 4217.

                                          Typecode
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          A code indicating the currency, taken from ISO 4217.

                                          Fixed ValueVND
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          422. ExplanationOfBenefit.payment
                                          Definition

                                          Payment details for the adjudication of the claim.

                                          ShortThông tin thanh toánPayment Details
                                          Control0..1
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summaryfalse
                                          Requirements

                                          Needed to convey references to the financial instrument that has been used if payment has been made.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          424. ExplanationOfBenefit.payment.modifierExtension
                                          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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                          ShortExtensions that cannot be ignored even if unrecognized
                                          Comments

                                          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.

                                          Control0..*
                                          TypeExtension
                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                          Summarytrue
                                          Requirements

                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                          Alternate Namesextensions, user content, modifiers
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          426. ExplanationOfBenefit.payment.amount
                                          Definition

                                          Benefits payable less any payment adjustment.

                                          ShortSố tiền BHYT thanh toánPayable amount after adjustment
                                          Control0..1
                                          TypeMoney
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summaryfalse
                                          Requirements

                                          Needed to provide the actual payment amount.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))

                                          Guidance on how to interpret the contents of this table can be foundhere

                                          0. ExplanationOfBenefit
                                          Invariantsvn-itemized-eob-stage-sequence-unique: Mỗi sequence giai đoạn hưởng trên insurance phải duy nhất trong ExplanationOfBenefit. Every insurance benefit-stage sequence SHALL be unique within the ExplanationOfBenefit. (insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').extension('sequence').value.isDistinct())
                                          vn-itemized-eob-coverage-reference-distinct: Mỗi Coverage chỉ được xuất hiện một lần trong EOB bảng kê. Every Coverage SHALL appear only once in the itemized EOB. (insurance.coverage.reference.isDistinct())
                                          vn-itemized-eob-single-focal-insurance: EOB bảng kê phải có đúng một Coverage focal. An itemized EOB SHALL have exactly one focal Coverage. (insurance.where(focal = true).count() = 1)
                                          vn-itemized-eob-item-stage-exists: Mỗi dòng chi phí phải tham chiếu một sequence giai đoạn hưởng tồn tại trên insurance. Every cost line SHALL reference a benefit-stage sequence declared on insurance. (item.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value.all($this in %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').extension('sequence').value))
                                          vn-itemized-eob-money-vnd: Mọi giá trị tiền tệ của ledger EOB phải dùng VND. Every monetary value in the itemized EOB ledger SHALL use VND. (item.unitPrice.currency.all($this = 'VND') and item.net.currency.all($this = 'VND') and item.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension.value.ofType(Money).all(currency = 'VND') and item.adjudication.amount.currency.all($this = 'VND') and item.detail.unitPrice.currency.all($this = 'VND') and item.detail.net.currency.all($this = 'VND') and item.detail.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension.value.ofType(Money).all(currency = 'VND') and total.amount.currency.all($this = 'VND'))
                                          vn-itemized-eob-total-submitted-sum: Total submitted phải bằng tổng item.net. The submitted total SHALL equal the sum of item net amounts. (total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'submitted').exists()).amount.value = item.net.value.aggregate($this + $total, 0))
                                          vn-itemized-eob-total-eligible-sum: Total eligible phải bằng tổng adjudication eligible của các item. The eligible total SHALL equal the sum of item eligible adjudications. (total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'eligible').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'eligible').exists()).amount.value.aggregate($this + $total, 0))
                                          vn-itemized-eob-total-benefit-sum: Total benefit phải bằng tổng adjudication benefit của các item. The benefit total SHALL equal the sum of item benefit adjudications. (total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value.aggregate($this + $total, 0))
                                          vn-itemized-eob-total-copay-sum: Total copay phải bằng tổng adjudication copay của các item. The copay total SHALL equal the sum of item copay adjudications. (total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'copay').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'copay').exists()).amount.value.aggregate($this + $total, 0))
                                          vn-itemized-eob-total-other-fund-sum: Total other-fund phải bằng tổng adjudication other-fund của các item. The other-fund total SHALL equal the sum of item other-fund adjudications. (total.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'other-fund').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'other-fund').exists()).amount.value.aggregate($this + $total, 0))
                                          vn-itemized-eob-total-self-pay-sum: Total patient-self-pay phải bằng tổng adjudication patient-self-pay của các item. The patient-self-pay total SHALL equal the sum of item patient-self-pay adjudications. (total.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'patient-self-pay').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'patient-self-pay').exists()).amount.value.aggregate($this + $total, 0))
                                          vn-itemized-eob-payment-equals-benefit-total: Khi có payment mà không có adjustment, số tiền thanh toán phải bằng total benefit. When payment is present without an adjustment, its amount SHALL equal the benefit total. ((payment.exists() and payment.adjustment.empty()) implies payment.amount.value = total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value)
                                          2. ExplanationOfBenefit.extension:costSummary
                                          Slice NamecostSummary
                                          Definition

                                          Không dùng carrier tổng hợp dẫn xuất trong profile này: nguồn duy nhất là item.adjudication và các total slice. Do not use the derived cost-summary carrier in this profile: item.adjudication and the total slices are the sole source of truth.

                                          Control0..0
                                          4. ExplanationOfBenefit.insurance
                                          Definition

                                          Mỗi entry đại diện cho đúng một Coverage thực. Một Coverage đổi mức hưởng mang nhiều benefitStage trên cùng entry; không lặp Coverage thành nhiều insurance và không dùng focal=false cho giai đoạn. Each entry represents one real Coverage. A Coverage whose benefit level changes carries multiple benefitStage extensions on that same entry; it is not repeated and focal=false is not used to encode a stage.

                                          ShortCác Coverage thực được giám định và các giai đoạn hưởng — Real adjudicated Coverages with their benefit stages
                                          6. ExplanationOfBenefit.insurance.extension
                                          Control1..?
                                          SlicingThis element introduces a set of slices on ExplanationOfBenefit.insurance.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                          • value @ url
                                          • 8. ExplanationOfBenefit.insurance.extension:benefitStage
                                            Slice NamebenefitStage
                                            ShortSequence, period và mức hưởng của giai đoạn — Stage sequence, period, and benefit level
                                            Control1..*
                                            TypeExtension(Giai đoạn hưởng bảo hiểm — Coverage Benefit Stage) (Complex Extension)
                                            Must Supporttrue
                                            10. ExplanationOfBenefit.item
                                            ShortDòng bảng kê sau giám định — Adjudicated itemized-statement line
                                            Control1..?
                                            Invariantsvn-itemized-eob-eligible-consistent: Nếu dòng đồng thời có insuranceCostInfo.insuranceLineAmount và adjudication eligible thì hai số tiền phải bằng nhau. When both insuranceCostInfo.insuranceLineAmount and eligible adjudication are present, their amounts SHALL be equal. ((extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('insuranceLineAmount').value.exists() and adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'eligible').exists()).amount.exists()) implies extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('insuranceLineAmount').value.value = adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'eligible').exists()).amount.value)
                                            vn-itemized-eob-serviced-in-stage: Ngày hoặc khoảng thời gian thực hiện dòng chi phí phải nằm trong period của giai đoạn hưởng được tham chiếu; Period phải có cả start và end. Gateway vẫn phải kiểm tra lại tương quan này trước khi gửi do khác biệt giữa các validator FHIRPath R4. The service date or period SHALL fall within the referenced benefit-stage period, and a serviced Period SHALL contain both start and end. The submission gateway SHALL still repeat this correlation check because R4 FHIRPath validators differ. ((serviced.ofType(date).exists() implies (serviced.ofType(date) >= %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('period').value.ofType(Period).start and serviced.ofType(date) <= %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('period').value.ofType(Period).end)) and (serviced.ofType(Period).exists() implies (serviced.ofType(Period).start.exists() and serviced.ofType(Period).end.exists() and serviced.ofType(Period).start >= %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('period').value.ofType(Period).start and serviced.ofType(Period).end <= %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('period').value.ofType(Period).end)))
                                            vn-itemized-eob-line-allocation-sum: Thành tiền bệnh viện của dòng (cột 7) phải bằng tổng benefit, copay, other-fund và patient-self-pay (cột 10+11+12+13). The EOB line net amount SHALL equal the sum of the four adjudicated payment sources. (net.value = adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value + adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'copay').exists()).amount.value + adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'other-fund').exists()).amount.value + adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'patient-self-pay').exists()).amount.value)
                                            vn-itemized-eob-insured-fields-required: Khi adjudication ghi quỹ BHYT thanh toán một dòng, tỷ lệ thanh toán BHYT và thành tiền BH đủ điều kiện phải có. When adjudication records a BHYT fund payment, the BHYT payment ratio and eligible insurance line amount SHALL be present. ((adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value > 0) implies (extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('paymentRatio').value.exists() and extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('insuranceLineAmount').value.ofType(Money).value.exists()))
                                            vn-itemized-eob-benefit-level-matches-stage: Mức hưởng trên dòng, nếu có, phải bằng mức hưởng của benefit stage được dòng tham chiếu. An item's benefit level, when present, SHALL equal the benefit level of its referenced stage. (extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('benefitLevel').value.exists() implies extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('benefitLevel').value = %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('benefitLevel').value)
                                            vn-itemized-eob-other-fund-breakdown-sum: Khi có chi tiết nguồn khác, tổng các thành phần phải bằng adjudication other-fund của dòng. When an other-fund breakdown is present, its components SHALL sum to the line's other-fund adjudication. (extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-other-fund-breakdown').exists() implies extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-other-fund-breakdown').extension.value.ofType(Money).value.aggregate($this + $total, 0) = adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'other-fund').exists()).amount.value)
                                            12. ExplanationOfBenefit.item.extension
                                            Control2..?
                                            14. ExplanationOfBenefit.item.extension:benefitStageSequence
                                            Slice NamebenefitStageSequence
                                            ShortSequence giai đoạn hưởng của dòng — Line benefit-stage sequence
                                            Control1..1
                                            TypeExtension(Liên kết dòng chi phí với giai đoạn hưởng — Item Benefit Stage Sequence) (Extension Type: positiveInt)
                                            Must Supporttrue
                                            16. ExplanationOfBenefit.item.extension:insuranceCostInfo
                                            Slice NameinsuranceCostInfo
                                            ShortCác cột đơn giá/tỷ lệ/thành tiền BHYT — BHYT price, ratio, and eligible-amount columns
                                            Control1..1
                                            TypeExtension(Thông tin chi phí BHYT — Insurance Cost Info Extension) (Complex Extension)
                                            Must Supporttrue
                                            18. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling
                                            Slice NamepaymentCeiling
                                            20. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.value[x]
                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                            22. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.value[x].currency
                                            Control1..?
                                            Fixed ValueVND
                                            24. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice
                                            Slice NameinsuranceUnitPrice
                                            26. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x]
                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                            28. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x].currency
                                            Control1..?
                                            Fixed ValueVND
                                            30. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount
                                            Slice NameinsuranceLineAmount
                                            32. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x]
                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                            34. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x].currency
                                            Control1..?
                                            Fixed ValueVND
                                            36. ExplanationOfBenefit.item.category
                                            ShortNhóm chi phí QĐ 697/QĐ-BYT — QĐ 697/QĐ-BYT cost category
                                            Control1..?
                                            BindingThe codes SHALL be taken from Danh mục chi phí KCB — Vietnam Cost Category ValueSet
                                            (required to http://fhir.hl7.org.vn/core/ValueSet/vn-cost-category-vs)
                                            38. ExplanationOfBenefit.item.serviced[x]
                                            ShortNgày/khoảng thực hiện trong giai đoạn hưởng — Service date/period within the benefit stage
                                            Control1..?
                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                            Must Supporttrue
                                            40. ExplanationOfBenefit.item.quantity
                                            ShortSố lượng của dòng — Line quantity
                                            Control1..?
                                            Must Supporttrue
                                            42. ExplanationOfBenefit.item.quantity.value
                                            Control1..?
                                            44. ExplanationOfBenefit.item.unitPrice
                                            ShortĐơn giá bệnh viện, VND — Hospital unit price in VND
                                            Control1..?
                                            Must Supporttrue
                                            46. ExplanationOfBenefit.item.unitPrice.value
                                            Control1..?
                                            48. ExplanationOfBenefit.item.unitPrice.currency
                                            Control1..?
                                            Fixed ValueVND
                                            50. ExplanationOfBenefit.item.net
                                            ShortThành tiền bệnh viện, VND — Hospital line amount in VND
                                            Control1..?
                                            52. ExplanationOfBenefit.item.net.value
                                            Control1..?
                                            54. ExplanationOfBenefit.item.net.currency
                                            Control1..?
                                            Fixed ValueVND
                                            56. ExplanationOfBenefit.item.adjudication
                                            Control6..?
                                            SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.adjudication. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                            • pattern @ category
                                            • 58. ExplanationOfBenefit.item.adjudication:submitted
                                              Slice Namesubmitted
                                              Control1..1
                                              Must Supporttrue
                                              60. ExplanationOfBenefit.item.adjudication:submitted.category
                                              ShortThành tiền bệnh viện đề nghị, cột 7 — Submitted hospital amount, column 7
                                              Pattern Value{
                                                "coding" : [{
                                                  "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                  "code" : "submitted",
                                                  "display" : "Submitted Amount"
                                                }]
                                              }
                                              62. ExplanationOfBenefit.item.adjudication:submitted.amount
                                              Control1..?
                                              64. ExplanationOfBenefit.item.adjudication:submitted.amount.value
                                              Control1..?
                                              66. ExplanationOfBenefit.item.adjudication:submitted.amount.currency
                                              Control1..?
                                              Fixed ValueVND
                                              68. ExplanationOfBenefit.item.adjudication:eligible
                                              Slice Nameeligible
                                              Control1..1
                                              Must Supporttrue
                                              70. ExplanationOfBenefit.item.adjudication:eligible.category
                                              ShortThành tiền BH đủ điều kiện, cột 9 — Eligible insurance amount, column 9
                                              Pattern Value{
                                                "coding" : [{
                                                  "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                  "code" : "eligible",
                                                  "display" : "Eligible Amount"
                                                }]
                                              }
                                              72. ExplanationOfBenefit.item.adjudication:eligible.amount
                                              Control1..?
                                              74. ExplanationOfBenefit.item.adjudication:eligible.amount.value
                                              Control1..?
                                              76. ExplanationOfBenefit.item.adjudication:eligible.amount.currency
                                              Control1..?
                                              Fixed ValueVND
                                              78. ExplanationOfBenefit.item.adjudication:insuranceFund
                                              Slice NameinsuranceFund
                                              Control1..1
                                              Must Supporttrue
                                              80. ExplanationOfBenefit.item.adjudication:insuranceFund.category
                                              ShortQuỹ BHYT thanh toán, cột 10 — BHYT fund payment, column 10
                                              Pattern Value{
                                                "coding" : [{
                                                  "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                  "code" : "benefit",
                                                  "display" : "Benefit Amount"
                                                }]
                                              }
                                              82. ExplanationOfBenefit.item.adjudication:insuranceFund.amount
                                              Control1..?
                                              84. ExplanationOfBenefit.item.adjudication:insuranceFund.amount.value
                                              Control1..?
                                              86. ExplanationOfBenefit.item.adjudication:insuranceFund.amount.currency
                                              Control1..?
                                              Fixed ValueVND
                                              88. ExplanationOfBenefit.item.adjudication:patientCopay
                                              Slice NamepatientCopay
                                              Control1..1
                                              Must Supporttrue
                                              90. ExplanationOfBenefit.item.adjudication:patientCopay.category
                                              ShortNgười bệnh cùng chi trả, cột 11 — Patient co-payment, column 11
                                              Pattern Value{
                                                "coding" : [{
                                                  "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                  "code" : "copay",
                                                  "display" : "CoPay"
                                                }]
                                              }
                                              92. ExplanationOfBenefit.item.adjudication:patientCopay.amount
                                              Control1..?
                                              94. ExplanationOfBenefit.item.adjudication:patientCopay.amount.value
                                              Control1..?
                                              96. ExplanationOfBenefit.item.adjudication:patientCopay.amount.currency
                                              Control1..?
                                              Fixed ValueVND
                                              98. ExplanationOfBenefit.item.adjudication:otherSource
                                              Slice NameotherSource
                                              Control1..1
                                              Must Supporttrue
                                              100. ExplanationOfBenefit.item.adjudication:otherSource.category
                                              ShortNguồn khác thanh toán, cột 12 — Other-source payment, column 12
                                              Pattern Value{
                                                "coding" : [{
                                                  "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs",
                                                  "code" : "other-fund",
                                                  "display" : "Nguồn khác"
                                                }]
                                              }
                                              102. ExplanationOfBenefit.item.adjudication:otherSource.amount
                                              Control1..?
                                              104. ExplanationOfBenefit.item.adjudication:otherSource.amount.value
                                              Control1..?
                                              106. ExplanationOfBenefit.item.adjudication:otherSource.amount.currency
                                              Control1..?
                                              Fixed ValueVND
                                              108. ExplanationOfBenefit.item.adjudication:patientSelfPay
                                              Slice NamepatientSelfPay
                                              Control1..1
                                              Must Supporttrue
                                              110. ExplanationOfBenefit.item.adjudication:patientSelfPay.category
                                              ShortNgười bệnh tự trả, cột 13 — Patient self-pay, column 13
                                              Pattern Value{
                                                "coding" : [{
                                                  "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs",
                                                  "code" : "patient-self-pay",
                                                  "display" : "Người bệnh tự trả"
                                                }]
                                              }
                                              112. ExplanationOfBenefit.item.adjudication:patientSelfPay.amount
                                              Control1..?
                                              114. ExplanationOfBenefit.item.adjudication:patientSelfPay.amount.value
                                              Control1..?
                                              116. ExplanationOfBenefit.item.adjudication:patientSelfPay.amount.currency
                                              Control1..?
                                              Fixed ValueVND
                                              118. ExplanationOfBenefit.item.detail
                                              Definition

                                              Mỗi detail của gói TBYT mang lossless các cột 5/6/8/9; adjudication cột 10–13 chỉ nằm ở item tổng gói theo QĐ 697/QĐ-BYT (hướng dẫn khoảng dòng 389 và 407). Each medical-device package detail carries columns 5/6/8/9 losslessly, while columns 10–13 are adjudicated only on the package-level item.

                                              ShortChi tiết cấu thành gói TBYT, cột 5/6/8/9 — Device-package component columns 5/6/8/9
                                              120. ExplanationOfBenefit.item.detail.extension
                                              Control1..?
                                              SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                              • value @ url
                                              • 122. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo
                                                Slice NameinsuranceCostInfo
                                                ShortCột 5/6/8/9 của component gói TBYT — Device-package component columns 5/6/8/9
                                                Control1..1
                                                TypeExtension(Thông tin chi phí BHYT — Insurance Cost Info Extension) (Complex Extension)
                                                Must Supporttrue
                                                124. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling
                                                Slice NamepaymentCeiling
                                                126. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.value[x]
                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                128. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.value[x].currency
                                                Control1..?
                                                Fixed ValueVND
                                                130. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice
                                                Slice NameinsuranceUnitPrice
                                                132. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x]
                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                134. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x].currency
                                                Control1..?
                                                Fixed ValueVND
                                                136. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount
                                                Slice NameinsuranceLineAmount
                                                138. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x]
                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                140. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x].currency
                                                Control1..?
                                                Fixed ValueVND
                                                142. ExplanationOfBenefit.item.detail.productOrService
                                                Must Supporttrue
                                                144. ExplanationOfBenefit.item.detail.quantity
                                                Control1..?
                                                Must Supporttrue
                                                146. ExplanationOfBenefit.item.detail.quantity.value
                                                Control1..?
                                                148. ExplanationOfBenefit.item.detail.unitPrice
                                                Control1..?
                                                Must Supporttrue
                                                150. ExplanationOfBenefit.item.detail.unitPrice.value
                                                Control1..?
                                                152. ExplanationOfBenefit.item.detail.unitPrice.currency
                                                Control1..?
                                                Fixed ValueVND
                                                154. ExplanationOfBenefit.item.detail.net
                                                Control1..?
                                                Must Supporttrue
                                                156. ExplanationOfBenefit.item.detail.net.value
                                                Control1..?
                                                158. ExplanationOfBenefit.item.detail.net.currency
                                                Control1..?
                                                Fixed ValueVND
                                                160. ExplanationOfBenefit.item.detail.adjudication
                                                Control0..0
                                                162. ExplanationOfBenefit.total
                                                Control6..?
                                                SlicingThis element introduces a set of slices on ExplanationOfBenefit.total. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                • pattern @ category
                                                • 164. ExplanationOfBenefit.total:submitted
                                                  Slice Namesubmitted
                                                  Control1..1
                                                  Must Supporttrue
                                                  166. ExplanationOfBenefit.total:submitted.category
                                                  Pattern Value{
                                                    "coding" : [{
                                                      "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                      "code" : "submitted",
                                                      "display" : "Submitted Amount"
                                                    }]
                                                  }
                                                  168. ExplanationOfBenefit.total:submitted.amount
                                                  170. ExplanationOfBenefit.total:submitted.amount.value
                                                  Control1..?
                                                  172. ExplanationOfBenefit.total:submitted.amount.currency
                                                  Control1..?
                                                  Fixed ValueVND
                                                  174. ExplanationOfBenefit.total:eligible
                                                  Slice Nameeligible
                                                  Control1..1
                                                  Must Supporttrue
                                                  176. ExplanationOfBenefit.total:eligible.category
                                                  Pattern Value{
                                                    "coding" : [{
                                                      "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                      "code" : "eligible",
                                                      "display" : "Eligible Amount"
                                                    }]
                                                  }
                                                  178. ExplanationOfBenefit.total:eligible.amount
                                                  180. ExplanationOfBenefit.total:eligible.amount.value
                                                  Control1..?
                                                  182. ExplanationOfBenefit.total:eligible.amount.currency
                                                  Control1..?
                                                  Fixed ValueVND
                                                  184. ExplanationOfBenefit.total:insuranceFund
                                                  Slice NameinsuranceFund
                                                  Control1..1
                                                  Must Supporttrue
                                                  186. ExplanationOfBenefit.total:insuranceFund.category
                                                  Pattern Value{
                                                    "coding" : [{
                                                      "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                      "code" : "benefit",
                                                      "display" : "Benefit Amount"
                                                    }]
                                                  }
                                                  188. ExplanationOfBenefit.total:insuranceFund.amount
                                                  190. ExplanationOfBenefit.total:insuranceFund.amount.value
                                                  Control1..?
                                                  192. ExplanationOfBenefit.total:insuranceFund.amount.currency
                                                  Control1..?
                                                  Fixed ValueVND
                                                  194. ExplanationOfBenefit.total:patientCopay
                                                  Slice NamepatientCopay
                                                  Control1..1
                                                  Must Supporttrue
                                                  196. ExplanationOfBenefit.total:patientCopay.category
                                                  Pattern Value{
                                                    "coding" : [{
                                                      "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                      "code" : "copay",
                                                      "display" : "CoPay"
                                                    }]
                                                  }
                                                  198. ExplanationOfBenefit.total:patientCopay.amount
                                                  200. ExplanationOfBenefit.total:patientCopay.amount.value
                                                  Control1..?
                                                  202. ExplanationOfBenefit.total:patientCopay.amount.currency
                                                  Control1..?
                                                  Fixed ValueVND
                                                  204. ExplanationOfBenefit.total:otherSource
                                                  Slice NameotherSource
                                                  Control1..1
                                                  Must Supporttrue
                                                  206. ExplanationOfBenefit.total:otherSource.category
                                                  Pattern Value{
                                                    "coding" : [{
                                                      "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs",
                                                      "code" : "other-fund",
                                                      "display" : "Nguồn khác"
                                                    }]
                                                  }
                                                  208. ExplanationOfBenefit.total:otherSource.amount
                                                  210. ExplanationOfBenefit.total:otherSource.amount.value
                                                  Control1..?
                                                  212. ExplanationOfBenefit.total:otherSource.amount.currency
                                                  Control1..?
                                                  Fixed ValueVND
                                                  214. ExplanationOfBenefit.total:patientSelfPay
                                                  Slice NamepatientSelfPay
                                                  Control1..1
                                                  Must Supporttrue
                                                  216. ExplanationOfBenefit.total:patientSelfPay.category
                                                  Pattern Value{
                                                    "coding" : [{
                                                      "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs",
                                                      "code" : "patient-self-pay",
                                                      "display" : "Người bệnh tự trả"
                                                    }]
                                                  }
                                                  218. ExplanationOfBenefit.total:patientSelfPay.amount
                                                  220. ExplanationOfBenefit.total:patientSelfPay.amount.value
                                                  Control1..?
                                                  222. ExplanationOfBenefit.total:patientSelfPay.amount.currency
                                                  Control1..?
                                                  Fixed ValueVND

                                                  Guidance on how to interpret the contents of this table can be foundhere

                                                  0. ExplanationOfBenefit
                                                  Definition

                                                  This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.

                                                  ShortExplanation of Benefit resource
                                                  Control0..*
                                                  Is Modifierfalse
                                                  Summaryfalse
                                                  Alternate NamesEOB
                                                  Invariantsdom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
                                                  dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (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-4: If 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-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
                                                  dom-6: A resource should have narrative for robust management (text.`div`.exists())
                                                  vn-itemized-eob-stage-sequence-unique: Mỗi sequence giai đoạn hưởng trên insurance phải duy nhất trong ExplanationOfBenefit. Every insurance benefit-stage sequence SHALL be unique within the ExplanationOfBenefit. (insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').extension('sequence').value.isDistinct())
                                                  vn-itemized-eob-coverage-reference-distinct: Mỗi Coverage chỉ được xuất hiện một lần trong EOB bảng kê. Every Coverage SHALL appear only once in the itemized EOB. (insurance.coverage.reference.isDistinct())
                                                  vn-itemized-eob-single-focal-insurance: EOB bảng kê phải có đúng một Coverage focal. An itemized EOB SHALL have exactly one focal Coverage. (insurance.where(focal = true).count() = 1)
                                                  vn-itemized-eob-item-stage-exists: Mỗi dòng chi phí phải tham chiếu một sequence giai đoạn hưởng tồn tại trên insurance. Every cost line SHALL reference a benefit-stage sequence declared on insurance. (item.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value.all($this in %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').extension('sequence').value))
                                                  vn-itemized-eob-money-vnd: Mọi giá trị tiền tệ của ledger EOB phải dùng VND. Every monetary value in the itemized EOB ledger SHALL use VND. (item.unitPrice.currency.all($this = 'VND') and item.net.currency.all($this = 'VND') and item.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension.value.ofType(Money).all(currency = 'VND') and item.adjudication.amount.currency.all($this = 'VND') and item.detail.unitPrice.currency.all($this = 'VND') and item.detail.net.currency.all($this = 'VND') and item.detail.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension.value.ofType(Money).all(currency = 'VND') and total.amount.currency.all($this = 'VND'))
                                                  vn-itemized-eob-total-submitted-sum: Total submitted phải bằng tổng item.net. The submitted total SHALL equal the sum of item net amounts. (total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'submitted').exists()).amount.value = item.net.value.aggregate($this + $total, 0))
                                                  vn-itemized-eob-total-eligible-sum: Total eligible phải bằng tổng adjudication eligible của các item. The eligible total SHALL equal the sum of item eligible adjudications. (total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'eligible').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'eligible').exists()).amount.value.aggregate($this + $total, 0))
                                                  vn-itemized-eob-total-benefit-sum: Total benefit phải bằng tổng adjudication benefit của các item. The benefit total SHALL equal the sum of item benefit adjudications. (total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value.aggregate($this + $total, 0))
                                                  vn-itemized-eob-total-copay-sum: Total copay phải bằng tổng adjudication copay của các item. The copay total SHALL equal the sum of item copay adjudications. (total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'copay').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'copay').exists()).amount.value.aggregate($this + $total, 0))
                                                  vn-itemized-eob-total-other-fund-sum: Total other-fund phải bằng tổng adjudication other-fund của các item. The other-fund total SHALL equal the sum of item other-fund adjudications. (total.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'other-fund').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'other-fund').exists()).amount.value.aggregate($this + $total, 0))
                                                  vn-itemized-eob-total-self-pay-sum: Total patient-self-pay phải bằng tổng adjudication patient-self-pay của các item. The patient-self-pay total SHALL equal the sum of item patient-self-pay adjudications. (total.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'patient-self-pay').exists()).amount.value = item.adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'patient-self-pay').exists()).amount.value.aggregate($this + $total, 0))
                                                  vn-itemized-eob-payment-equals-benefit-total: Khi có payment mà không có adjustment, số tiền thanh toán phải bằng total benefit. When payment is present without an adjustment, its amount SHALL equal the benefit total. ((payment.exists() and payment.adjustment.empty()) implies payment.amount.value = total.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value)
                                                  2. ExplanationOfBenefit.id
                                                  Definition

                                                  The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

                                                  ShortLogical id of this artifact
                                                  Comments

                                                  The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

                                                  Control0..1
                                                  Typeid
                                                  Is Modifierfalse
                                                  Summarytrue
                                                  4. ExplanationOfBenefit.meta
                                                  Definition

                                                  The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

                                                  ShortMetadata about the resource
                                                  Control0..1
                                                  TypeMeta
                                                  Is Modifierfalse
                                                  Summarytrue
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  6. ExplanationOfBenefit.implicitRules
                                                  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. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

                                                  ShortA set of rules under which this content was created
                                                  Comments

                                                  Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

                                                  Control0..1
                                                  Typeuri
                                                  Is Modifiertrue because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Summarytrue
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  8. ExplanationOfBenefit.language
                                                  Definition

                                                  The base language in which the resource is written.

                                                  ShortLanguage of the resource content
                                                  Comments

                                                  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).

                                                  Control0..1
                                                  BindingThe codes SHOULD be taken from CommonLanguages
                                                  (preferred to http://hl7.org/fhir/ValueSet/languages|4.0.1)

                                                  A human language.

                                                  Additional BindingsPurpose
                                                  AllLanguagesMax Binding
                                                  Typecode
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Summaryfalse
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  10. ExplanationOfBenefit.text
                                                  Definition

                                                  A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

                                                  ShortText summary of the resource, for human interpretation
                                                  Comments

                                                  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 information is added later.

                                                  Control0..1
                                                  TypeNarrative
                                                  Is Modifierfalse
                                                  Summaryfalse
                                                  Alternate Namesnarrative, html, xhtml, display
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  12. ExplanationOfBenefit.contained
                                                  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.

                                                  ShortContained, inline Resources
                                                  Comments

                                                  This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

                                                  Control0..*
                                                  TypeResource
                                                  Is Modifierfalse
                                                  Summaryfalse
                                                  Alternate Namesinline resources, anonymous resources, contained resources
                                                  14. ExplanationOfBenefit.extension
                                                  Definition

                                                  An Extension

                                                  ShortExtension
                                                  Control0..*
                                                  TypeExtension
                                                  Is Modifierfalse
                                                  Summaryfalse
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                  SlicingThis element introduces a set of slices on ExplanationOfBenefit.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                  • value @ url
                                                  • 16. ExplanationOfBenefit.extension:costSummary
                                                    Slice NamecostSummary
                                                    Definition

                                                    Không dùng carrier tổng hợp dẫn xuất trong profile này: nguồn duy nhất là item.adjudication và các total slice. Do not use the derived cost-summary carrier in this profile: item.adjudication and the total slices are the sole source of truth.

                                                    ShortTổng chi phí theo nhóm — Claim Cost Summary Extension
                                                    Control0..0
                                                    This element is affected by the following invariants: ele-1
                                                    TypeExtension(Tổng chi phí theo nhóm — Claim Cost Summary Extension) (Complex Extension)
                                                    Is Modifierfalse
                                                    Must Supporttrue
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    18. ExplanationOfBenefit.extension:paymentPeriod
                                                    Slice NamepaymentPeriod
                                                    Definition

                                                    Năm và tháng thanh toán BHYT. Mapping XML 3176: NAM_QT (năm), THANG_QT (tháng). Nguồn thiết kế: OHP Data Processor (claim-payment-year, claim-payment-month).

                                                    ShortKỳ thanh toán BHYT (năm/tháng) — NAM_QT, THANG_QT
                                                    Control0..1
                                                    This element is affected by the following invariants: ele-1
                                                    TypeExtension(Kỳ thanh toán — Claim Payment Period Extension) (Complex Extension)
                                                    Is Modifierfalse
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    20. ExplanationOfBenefit.extension:paymentMethod
                                                    Slice NamepaymentMethod
                                                    Definition

                                                    Phương thức thanh toán KCB BHYT: phí dịch vụ (FFS), định suất (Capitation), hoặc theo trường hợp bệnh (DRG). Mapping XML 3176: MA_PTTT (Bảng 2 STT 36, Bảng 3 STT 40). Nguồn thiết kế: OHP Data Processor (encounter-payment-method).

                                                    ShortPhương thức thanh toán (FFS/Capitation/DRG) — MA_PTTT
                                                    Control0..1
                                                    This element is affected by the following invariants: ele-1
                                                    TypeExtension(Phương thức thanh toán — Payment Method Extension) (Extension Type: CodeableConcept)
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    22. ExplanationOfBenefit.modifierExtension
                                                    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 and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and 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.

                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                    ShortExtensions that cannot be ignored
                                                    Comments

                                                    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.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
                                                    Summaryfalse
                                                    Requirements

                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                    Alternate Namesextensions, user content
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    24. ExplanationOfBenefit.identifier
                                                    Definition

                                                    A unique identifier assigned to this explanation of benefit.

                                                    ShortBusiness Identifier for the resource
                                                    NoteThis is a business identifier, not a resource identifier (see discussion)
                                                    Control0..*
                                                    TypeIdentifier
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Allows EOBs to be distinguished and referenced.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    26. ExplanationOfBenefit.status
                                                    Definition

                                                    The status of the resource instance.

                                                    ShortTrạng thái giải trình
                                                    Comments

                                                    This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.

                                                    Control1..1
                                                    BindingThe codes SHALL be taken from ExplanationOfBenefitStatus
                                                    (required to http://hl7.org/fhir/ValueSet/explanationofbenefit-status|4.0.1)

                                                    A code specifying the state of the resource instance.

                                                    Typecode
                                                    Is Modifiertrue because This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Must Supporttrue
                                                    Summarytrue
                                                    Requirements

                                                    Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    28. ExplanationOfBenefit.type
                                                    Definition

                                                    The category of claim, e.g. oral, pharmacy, vision, institutional, professional.

                                                    ShortLoại: institutional (nội trú), professional (ngoại trú)
                                                    Comments

                                                    The majority of jurisdictions use: oral, pharmacy, vision, professional and institutional, or variants on those terms, as the general styles of claims. The valueset is extensible to accommodate other jurisdictional requirements.

                                                    Control1..1
                                                    BindingUnless not suitable, these codes SHALL be taken from ClaimTypeCodes
                                                    (extensible to http://hl7.org/fhir/ValueSet/claim-type|4.0.1)

                                                    The type or discipline-style of the claim.

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Must Supporttrue
                                                    Summarytrue
                                                    Requirements

                                                    Claim type determine the general sets of business rules applied for information requirements and adjudication.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    30. ExplanationOfBenefit.subType
                                                    Definition

                                                    A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.

                                                    ShortMore granular claim type
                                                    Comments

                                                    This may contain the local bill type codes such as the US UB-04 bill type code.

                                                    Control0..1
                                                    BindingFor example codes, see ExampleClaimSubTypeCodes
                                                    (example to http://hl7.org/fhir/ValueSet/claim-subtype|4.0.1)

                                                    A more granular claim typecode.

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Some jurisdictions need a finer grained claim type for routing and adjudication.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    32. ExplanationOfBenefit.use
                                                    Definition

                                                    A code to indicate whether the nature of the request is: to request adjudication of products and services previously rendered; or requesting authorization and adjudication for provision in the future; or requesting the non-binding adjudication of the listed products and services which could be provided in the future.

                                                    ShortMục đích: claim (thanh toán)
                                                    Control1..1
                                                    BindingThe codes SHALL be taken from Use
                                                    (required to http://hl7.org/fhir/ValueSet/claim-use|4.0.1)

                                                    Complete, proposed, exploratory, other.

                                                    Typecode
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Must Supporttrue
                                                    Summarytrue
                                                    Requirements

                                                    This element is required to understand the nature of the request for adjudication.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    34. ExplanationOfBenefit.patient
                                                    Definition

                                                    The party to whom the professional services and/or products have been supplied or are being considered and for whom actual for forecast reimbursement is sought.

                                                    ShortBệnh nhân
                                                    Control1..1
                                                    TypeReference(Bệnh nhân VN Core — VN Core Patient Profile)
                                                    Is Modifierfalse
                                                    Must Supporttrue
                                                    Summarytrue
                                                    Requirements

                                                    The patient must be supplied to the insurer so that confirmation of coverage and service history may be considered as part of the authorization and/or adjudiction.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    36. ExplanationOfBenefit.billablePeriod
                                                    Definition

                                                    The period for which charges are being submitted.

                                                    ShortRelevant time frame for the claim
                                                    Comments

                                                    Typically this would be today or in the past for a claim, and today or in the future for preauthorizations and prodeterminations. Typically line item dates of service should fall within the billing period if one is specified.

                                                    Control0..1
                                                    TypePeriod
                                                    Is Modifierfalse
                                                    Summarytrue
                                                    Requirements

                                                    A number jurisdictions required the submission of the billing period when submitting claims for example for hospital stays or long-term care.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    38. ExplanationOfBenefit.created
                                                    Definition

                                                    The date this resource was created.

                                                    ShortNgày tạo giải trình
                                                    Comments

                                                    This field is independent of the date of creation of the resource as it may reflect the creation date of a source document prior to digitization. Typically for claims all services must be completed as of this date.

                                                    Control1..1
                                                    TypedateTime
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Must Supporttrue
                                                    Summarytrue
                                                    Requirements

                                                    Need to record a timestamp for use by both the recipient and the issuer.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    40. ExplanationOfBenefit.enterer
                                                    Definition

                                                    Individual who created the claim, predetermination or preauthorization.

                                                    ShortAuthor of the claim
                                                    Control0..1
                                                    TypeReference(Practitioner, PractitionerRole)
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Some jurisdictions require the contact information for personnel completing claims.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    42. ExplanationOfBenefit.insurer
                                                    Definition

                                                    Cơ quan bảo hiểm xã hội thanh toán không phải là cơ sở khám chữa bệnh; biểu diễn bằng Organization và định danh theo NamingSystem BHXH. The paying social-insurance authority is not a healthcare facility; represent it as Organization identified with the BHXH NamingSystem.

                                                    ShortCơ quan BHXH thanh toán
                                                    Control1..1
                                                    TypeReference(Organization)
                                                    Is Modifierfalse
                                                    Must Supporttrue
                                                    Summarytrue
                                                    Requirements

                                                    To be a valid claim, preauthorization or predetermination there must be a party who is responsible for adjudicating the contents against a policy which provides benefits for the patient.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    44. ExplanationOfBenefit.provider
                                                    Definition

                                                    The provider which is responsible for the claim, predetermination or preauthorization.

                                                    ShortCơ sở KCB thực hiện
                                                    Comments

                                                    Typically this field would be 1..1 where this party is responsible for the claim but not necessarily professionally responsible for the provision of the individual products and services listed below.

                                                    Control1..1
                                                    TypeReference(Cơ sở y tế VN Core — VN Core Organization Profile, Nhân viên y tế VN Core — VN Core Practitioner Profile, Vai trò nhân viên y tế VN Core — VN Core PractitionerRole Profile)
                                                    Is Modifierfalse
                                                    Must Supporttrue
                                                    Must Support TypesNo must-support rules about the choice of types/profiles
                                                    Summarytrue
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    46. ExplanationOfBenefit.priority
                                                    Definition

                                                    The provider-required urgency of processing the request. Typical values include: stat, routine deferred.

                                                    ShortDesired processing urgency
                                                    Comments

                                                    If a claim processor is unable to complete the processing as per the priority then they should generate and error and not process the request.

                                                    Control0..1
                                                    BindingFor example codes, see ProcessPriorityCodes
                                                    (example to http://hl7.org/fhir/ValueSet/process-priority|4.0.1)

                                                    The timeliness with which processing is required: stat, normal, deferred.

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    The provider may need to indicate their processing requirements so that the processor can indicate if they are unable to comply.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    48. ExplanationOfBenefit.fundsReserveRequested
                                                    Definition

                                                    A code to indicate whether and for whom funds are to be reserved for future claims.

                                                    ShortFor whom to reserve funds
                                                    Comments

                                                    This field is only used for preauthorizations.

                                                    Control0..1
                                                    BindingFor example codes, see Funds Reservation Codes
                                                    (example to http://hl7.org/fhir/ValueSet/fundsreserve|4.0.1)

                                                    For whom funds are to be reserved: (Patient, Provider, None).

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    In the case of a Pre-Determination/Pre-Authorization the provider may request that funds in the amount of the expected Benefit be reserved ('Patient' or 'Provider') to pay for the Benefits determined on the subsequent claim(s). 'None' explicitly indicates no funds reserving is requested.

                                                    Alternate NamesFund pre-allocation
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    50. ExplanationOfBenefit.fundsReserve
                                                    Definition

                                                    A code, used only on a response to a preauthorization, to indicate whether the benefits payable have been reserved and for whom.

                                                    ShortFunds reserved status
                                                    Comments

                                                    Fund would be release by a future claim quoting the preAuthRef of this response. Examples of values include: provider, patient, none.

                                                    Control0..1
                                                    BindingFor example codes, see Funds Reservation Codes
                                                    (example to http://hl7.org/fhir/ValueSet/fundsreserve|4.0.1)

                                                    For whom funds are to be reserved: (Patient, Provider, None).

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Needed to advise the submitting provider on whether the rquest for reservation of funds has been honored.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    52. ExplanationOfBenefit.related
                                                    Definition

                                                    Other claims which are related to this claim such as prior submissions or claims for related services or for the same event.

                                                    ShortPrior or corollary claims
                                                    Comments

                                                    For example, for the original treatment and follow-up exams.

                                                    Control0..*
                                                    TypeBackboneElement
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    For workplace or other accidents it is common to relate separate claims arising from the same event.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    54. ExplanationOfBenefit.related.id
                                                    Definition

                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                    ShortUnique id for inter-element referencing
                                                    Control0..1
                                                    Typestring
                                                    Is Modifierfalse
                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                    Summaryfalse
                                                    56. ExplanationOfBenefit.related.extension
                                                    Definition

                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                    ShortAdditional content defined by implementations
                                                    Comments

                                                    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.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Alternate Namesextensions, user content
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    58. ExplanationOfBenefit.related.modifierExtension
                                                    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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                    Comments

                                                    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.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                    Summarytrue
                                                    Requirements

                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                    Alternate Namesextensions, user content, modifiers
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    60. ExplanationOfBenefit.related.claim
                                                    Definition

                                                    Reference to a related claim.

                                                    ShortReference to the related claim
                                                    Control0..1
                                                    TypeReference(Claim)
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    For workplace or other accidents it is common to relate separate claims arising from the same event.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    62. ExplanationOfBenefit.related.relationship
                                                    Definition

                                                    A code to convey how the claims are related.

                                                    ShortHow the reference claim is related
                                                    Comments

                                                    For example, prior claim or umbrella.

                                                    Control0..1
                                                    BindingFor example codes, see ExampleRelatedClaimRelationshipCodes
                                                    (example to http://hl7.org/fhir/ValueSet/related-claim-relationship|4.0.1)

                                                    Relationship of this claim to a related Claim.

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Some insurers need a declaration of the type of relationship.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    64. ExplanationOfBenefit.related.reference
                                                    Definition

                                                    An alternate organizational reference to the case or file to which this particular claim pertains.

                                                    ShortFile or case reference
                                                    Comments

                                                    For example, Property/Casualty insurer claim number or Workers Compensation case number.

                                                    Control0..1
                                                    TypeIdentifier
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    In cases where an event-triggered claim is being submitted to an insurer which requires a reference number to be specified on all exchanges.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    66. ExplanationOfBenefit.prescription
                                                    Definition

                                                    Prescription to support the dispensing of pharmacy, device or vision products.

                                                    ShortPrescription authorizing services or products
                                                    Control0..1
                                                    TypeReference(MedicationRequest, VisionPrescription)
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Required to authorize the dispensing of controlled substances and devices.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    68. ExplanationOfBenefit.originalPrescription
                                                    Definition

                                                    Original prescription which has been superseded by this prescription to support the dispensing of pharmacy services, medications or products.

                                                    ShortOriginal prescription if superceded by fulfiller
                                                    Comments

                                                    For example, a physician may prescribe a medication which the pharmacy determines is contraindicated, or for which the patient has an intolerance, and therefor issues a new prescription for an alternate medication which has the same therapeutic intent. The prescription from the pharmacy becomes the 'prescription' and that from the physician becomes the 'original prescription'.

                                                    Control0..1
                                                    TypeReference(MedicationRequest)
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Often required when a fulfiller varies what is fulfilled from that authorized on the original prescription.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    70. ExplanationOfBenefit.payee
                                                    Definition

                                                    The party to be reimbursed for cost of the products and services according to the terms of the policy.

                                                    ShortRecipient of benefits payable
                                                    Comments

                                                    Often providers agree to receive the benefits payable to reduce the near-term costs to the patient. The insurer may decline to pay the provider and may choose to pay the subscriber instead.

                                                    Control0..1
                                                    TypeBackboneElement
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    The provider needs to specify who they wish to be reimbursed and the claims processor needs express who they will reimburse.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    72. ExplanationOfBenefit.payee.id
                                                    Definition

                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                    ShortUnique id for inter-element referencing
                                                    Control0..1
                                                    Typestring
                                                    Is Modifierfalse
                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                    Summaryfalse
                                                    74. ExplanationOfBenefit.payee.extension
                                                    Definition

                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                    ShortAdditional content defined by implementations
                                                    Comments

                                                    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.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Alternate Namesextensions, user content
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    76. ExplanationOfBenefit.payee.modifierExtension
                                                    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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                    Comments

                                                    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.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                    Summarytrue
                                                    Requirements

                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                    Alternate Namesextensions, user content, modifiers
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    78. ExplanationOfBenefit.payee.type
                                                    Definition

                                                    Type of Party to be reimbursed: Subscriber, provider, other.

                                                    ShortCategory of recipient
                                                    Control0..1
                                                    BindingFor example codes, see Claim Payee Type Codes
                                                    (example to http://hl7.org/fhir/ValueSet/payeetype|4.0.1)

                                                    A code for the party to be reimbursed.

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Need to know who should receive payment with the most common situations being the Provider (assignment of benefits) or the Subscriber.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    80. ExplanationOfBenefit.payee.party
                                                    Definition

                                                    Reference to the individual or organization to whom any payment will be made.

                                                    ShortRecipient reference
                                                    Comments

                                                    Not required if the payee is 'subscriber' or 'provider'.

                                                    Control0..1
                                                    TypeReference(Practitioner, PractitionerRole, Organization, Patient, RelatedPerson)
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Need to provide demographics if the payee is not 'subscriber' nor 'provider'.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    82. ExplanationOfBenefit.referral
                                                    Definition

                                                    A reference to a referral resource.

                                                    ShortTreatment Referral
                                                    Comments

                                                    The referral resource which lists the date, practitioner, reason and other supporting information.

                                                    Control0..1
                                                    TypeReference(ServiceRequest)
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Some insurers require proof of referral to pay for services or to pay specialist rates for services.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    84. ExplanationOfBenefit.facility
                                                    Definition

                                                    Facility where the services were provided.

                                                    ShortServicing Facility
                                                    Control0..1
                                                    TypeReference(Location)
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Insurance adjudication can be dependant on where services were delivered.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    86. ExplanationOfBenefit.claim
                                                    Definition

                                                    The business identifier for the instance of the adjudication request: claim predetermination or preauthorization.

                                                    ShortClaim reference
                                                    Control0..1
                                                    TypeReference(Claim)
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    To provide a link to the original adjudication request.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    88. ExplanationOfBenefit.claimResponse
                                                    Definition

                                                    The business identifier for the instance of the adjudication response: claim, predetermination or preauthorization response.

                                                    ShortClaim response reference
                                                    Control0..1
                                                    TypeReference(ClaimResponse)
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    To provide a link to the original adjudication response.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    90. ExplanationOfBenefit.outcome
                                                    Definition

                                                    The outcome of the claim, predetermination, or preauthorization processing.

                                                    ShortKết quả giám định: complete | partial | error
                                                    Comments

                                                    The resource may be used to indicate that: the request has been held (queued) for processing; that it has been processed and errors found (error); that no errors were found and that some of the adjudication has been undertaken (partial) or that all of the adjudication has been undertaken (complete).

                                                    Control1..1
                                                    BindingThe codes SHALL be taken from ClaimProcessingCodes
                                                    (required to http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1)

                                                    The result of the claim processing.

                                                    Typecode
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Must Supporttrue
                                                    Summarytrue
                                                    Requirements

                                                    To advise the requestor of an overall processing outcome.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    92. ExplanationOfBenefit.disposition
                                                    Definition

                                                    A human readable description of the status of the adjudication.

                                                    ShortDisposition Message
                                                    Control0..1
                                                    Typestring
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summaryfalse
                                                    Requirements

                                                    Provided for user display.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    94. ExplanationOfBenefit.preAuthRef
                                                    Definition

                                                    Reference from the Insurer which is used in later communications which refers to this adjudication.

                                                    ShortPreauthorization reference
                                                    Comments

                                                    This value is only present on preauthorization adjudications.

                                                    Control0..*
                                                    Typestring
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summaryfalse
                                                    Requirements

                                                    On subsequent claims, the insurer may require the provider to quote this value.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    96. ExplanationOfBenefit.preAuthRefPeriod
                                                    Definition

                                                    The timeframe during which the supplied preauthorization reference may be quoted on claims to obtain the adjudication as provided.

                                                    ShortPreauthorization in-effect period
                                                    Comments

                                                    This value is only present on preauthorization adjudications.

                                                    Control0..*
                                                    TypePeriod
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    On subsequent claims, the insurer may require the provider to quote this value.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    98. ExplanationOfBenefit.careTeam
                                                    Definition

                                                    The members of the team who provided the products and services.

                                                    ShortCare Team members
                                                    Control0..*
                                                    TypeBackboneElement
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Common to identify the responsible and supporting practitioners.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    100. ExplanationOfBenefit.careTeam.id
                                                    Definition

                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                    ShortUnique id for inter-element referencing
                                                    Control0..1
                                                    Typestring
                                                    Is Modifierfalse
                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                    Summaryfalse
                                                    102. ExplanationOfBenefit.careTeam.extension
                                                    Definition

                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                    ShortAdditional content defined by implementations
                                                    Comments

                                                    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.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Alternate Namesextensions, user content
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    104. ExplanationOfBenefit.careTeam.modifierExtension
                                                    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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                    Comments

                                                    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.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                    Summarytrue
                                                    Requirements

                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                    Alternate Namesextensions, user content, modifiers
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    106. ExplanationOfBenefit.careTeam.sequence
                                                    Definition

                                                    A number to uniquely identify care team entries.

                                                    ShortOrder of care team
                                                    Control1..1
                                                    TypepositiveInt
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summaryfalse
                                                    Requirements

                                                    Necessary to maintain the order of the care team and provide a mechanism to link individuals to claim details.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    108. ExplanationOfBenefit.careTeam.provider
                                                    Definition

                                                    Member of the team who provided the product or service.

                                                    ShortPractitioner or organization
                                                    Control1..1
                                                    TypeReference(Practitioner, PractitionerRole, Organization)
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Often a regulatory requirement to specify the responsible provider.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    110. ExplanationOfBenefit.careTeam.responsible
                                                    Definition

                                                    The party who is billing and/or responsible for the claimed products or services.

                                                    ShortIndicator of the lead practitioner
                                                    Comments

                                                    Responsible might not be required when there is only a single provider listed.

                                                    Control0..1
                                                    Typeboolean
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summaryfalse
                                                    Requirements

                                                    When multiple parties are present it is required to distinguish the lead or responsible individual.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    112. ExplanationOfBenefit.careTeam.role
                                                    Definition

                                                    The lead, assisting or supervising practitioner and their discipline if a multidisciplinary team.

                                                    ShortFunction within the team
                                                    Comments

                                                    Role might not be required when there is only a single provider listed.

                                                    Control0..1
                                                    BindingFor example codes, see ClaimCareTeamRoleCodes
                                                    (example to http://hl7.org/fhir/ValueSet/claim-careteamrole|4.0.1)

                                                    The role codes for the care team members.

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    When multiple parties are present it is required to distinguish the roles performed by each member.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    114. ExplanationOfBenefit.careTeam.qualification
                                                    Definition

                                                    The qualification of the practitioner which is applicable for this service.

                                                    ShortPractitioner credential or specialization
                                                    Control0..1
                                                    BindingFor example codes, see ExampleProviderQualificationCodes
                                                    (example to http://hl7.org/fhir/ValueSet/provider-qualification|4.0.1)

                                                    Provider professional qualifications.

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Need to specify which qualification a provider is delivering the product or service under.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    116. ExplanationOfBenefit.supportingInfo
                                                    Definition

                                                    Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.

                                                    ShortSupporting information
                                                    Comments

                                                    Often there are multiple jurisdiction specific valuesets which are required.

                                                    Control0..*
                                                    TypeBackboneElement
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Typically these information codes are required to support the services rendered or the adjudication of the services rendered.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    118. ExplanationOfBenefit.supportingInfo.id
                                                    Definition

                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                    ShortUnique id for inter-element referencing
                                                    Control0..1
                                                    Typestring
                                                    Is Modifierfalse
                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                    Summaryfalse
                                                    120. ExplanationOfBenefit.supportingInfo.extension
                                                    Definition

                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                    ShortAdditional content defined by implementations
                                                    Comments

                                                    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.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Alternate Namesextensions, user content
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    122. ExplanationOfBenefit.supportingInfo.modifierExtension
                                                    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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                    Comments

                                                    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.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                    Summarytrue
                                                    Requirements

                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                    Alternate Namesextensions, user content, modifiers
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    124. ExplanationOfBenefit.supportingInfo.sequence
                                                    Definition

                                                    A number to uniquely identify supporting information entries.

                                                    ShortInformation instance identifier
                                                    Control1..1
                                                    TypepositiveInt
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summaryfalse
                                                    Requirements

                                                    Necessary to maintain the order of the supporting information items and provide a mechanism to link to claim details.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    126. ExplanationOfBenefit.supportingInfo.category
                                                    Definition

                                                    The general class of the information supplied: information; exception; accident, employment; onset, etc.

                                                    ShortClassification of the supplied information
                                                    Comments

                                                    This may contain a category for the local bill type codes.

                                                    Control1..1
                                                    BindingFor example codes, see ClaimInformationCategoryCodes
                                                    (example to http://hl7.org/fhir/ValueSet/claim-informationcategory|4.0.1)

                                                    The valuset used for additional information category codes.

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Required to group or associate information items with common characteristics. For example: admission information or prior treatments.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    128. ExplanationOfBenefit.supportingInfo.code
                                                    Definition

                                                    System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient for which care is sought.

                                                    ShortType of information
                                                    Comments

                                                    This may contain the local bill type codes such as the US UB-04 bill type code.

                                                    Control0..1
                                                    BindingFor example codes, see ExceptionCodes
                                                    (example to http://hl7.org/fhir/ValueSet/claim-exception|4.0.1)

                                                    The valuset used for additional information codes.

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Required to identify the kind of additional information.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    130. ExplanationOfBenefit.supportingInfo.timing[x]
                                                    Definition

                                                    The date when or period to which this information refers.

                                                    ShortWhen it occurred
                                                    Control0..1
                                                    TypeChoice of: date, Period
                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summaryfalse
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    132. ExplanationOfBenefit.supportingInfo.value[x]
                                                    Definition

                                                    Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.

                                                    ShortData to be provided
                                                    Comments

                                                    Could be used to provide references to other resources, document. For example, could contain a PDF in an Attachment of the Police Report for an Accident.

                                                    Control0..1
                                                    TypeChoice of: boolean, string, Quantity, Attachment, Reference(Resource)
                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summaryfalse
                                                    Requirements

                                                    To convey the data content to be provided when the information is more than a simple code or period.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    134. ExplanationOfBenefit.supportingInfo.reason
                                                    Definition

                                                    Provides the reason in the situation where a reason code is required in addition to the content.

                                                    ShortExplanation for the information
                                                    Comments

                                                    For example: the reason for the additional stay, or why a tooth is missing.

                                                    Control0..1
                                                    BindingFor example codes, see MissingToothReasonCodes
                                                    (example to http://hl7.org/fhir/ValueSet/missing-tooth-reason|4.0.1)

                                                    Reason codes for the missing teeth.

                                                    TypeCoding
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Needed when the supporting information has both a date and amount/value and requires explanation.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    136. ExplanationOfBenefit.diagnosis
                                                    Definition

                                                    Information about diagnoses relevant to the claim items.

                                                    ShortChẩn đoán — ICD-10 VN
                                                    Control0..*
                                                    TypeBackboneElement
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Required for the adjudication by provided context for the services and product listed.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    138. ExplanationOfBenefit.diagnosis.id
                                                    Definition

                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                    ShortUnique id for inter-element referencing
                                                    Control0..1
                                                    Typestring
                                                    Is Modifierfalse
                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                    Summaryfalse
                                                    140. ExplanationOfBenefit.diagnosis.extension
                                                    Definition

                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                    ShortAdditional content defined by implementations
                                                    Comments

                                                    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.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Alternate Namesextensions, user content
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    142. ExplanationOfBenefit.diagnosis.modifierExtension
                                                    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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                    Comments

                                                    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.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                    Summarytrue
                                                    Requirements

                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                    Alternate Namesextensions, user content, modifiers
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    144. ExplanationOfBenefit.diagnosis.sequence
                                                    Definition

                                                    A number to uniquely identify diagnosis entries.

                                                    ShortDiagnosis instance identifier
                                                    Comments

                                                    Diagnosis are presented in list order to their expected importance: primary, secondary, etc.

                                                    Control1..1
                                                    TypepositiveInt
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Must Supporttrue
                                                    Summaryfalse
                                                    Requirements

                                                    Necessary to maintain the order of the diagnosis items and provide a mechanism to link to claim details.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    146. ExplanationOfBenefit.diagnosis.diagnosis[x]
                                                    Definition

                                                    The nature of illness or problem in a coded form or as a reference to an external defined Condition.

                                                    ShortNature of illness or problem
                                                    Control1..1
                                                    BindingFor example codes, see ICD-10Codes
                                                    (example to http://hl7.org/fhir/ValueSet/icd-10|4.0.1)

                                                    ICD10 Diagnostic codes.

                                                    TypeChoice of: CodeableConcept, Reference(Condition)
                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Provides health context for the evaluation of the products and/or services.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    SlicingThis element introduces a set of slices on ExplanationOfBenefit.diagnosis.diagnosis[x]. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                    • type @ $this
                                                    • 148. ExplanationOfBenefit.diagnosis.diagnosis[x]:diagnosisCodeableConcept
                                                      Slice NamediagnosisCodeableConcept
                                                      Definition

                                                      The nature of illness or problem in a coded form or as a reference to an external defined Condition.

                                                      ShortMã bệnh ICD-10 VN
                                                      Control0..1
                                                      BindingUnless not suitable, these codes SHALL be taken from Mã chẩn đoán — VN Core Condition Code ValueSet
                                                      (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-condition-code-vs)
                                                      TypeCodeableConcept
                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                      Is Modifierfalse
                                                      Must Supporttrue
                                                      Summaryfalse
                                                      Requirements

                                                      Provides health context for the evaluation of the products and/or services.

                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      150. ExplanationOfBenefit.diagnosis.type
                                                      Definition

                                                      When the condition was observed or the relative ranking.

                                                      ShortLoại chẩn đoán (chính/phụ)
                                                      Comments

                                                      For example: admitting, primary, secondary, discharge.

                                                      Control0..*
                                                      BindingFor example codes, see ExampleDiagnosisTypeCodes
                                                      (example to http://hl7.org/fhir/ValueSet/ex-diagnosistype|4.0.1)

                                                      The type of the diagnosis: admitting, principal, discharge.

                                                      TypeCodeableConcept
                                                      Is Modifierfalse
                                                      Must Supporttrue
                                                      Summaryfalse
                                                      Requirements

                                                      Often required to capture a particular diagnosis, for example: primary or discharge.

                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      152. ExplanationOfBenefit.diagnosis.onAdmission
                                                      Definition

                                                      Indication of whether the diagnosis was present on admission to a facility.

                                                      ShortPresent on admission
                                                      Control0..1
                                                      BindingFor example codes, see ExampleDiagnosisOnAdmissionCodes
                                                      (example to http://hl7.org/fhir/ValueSet/ex-diagnosis-on-admission|4.0.1)

                                                      Present on admission.

                                                      TypeCodeableConcept
                                                      Is Modifierfalse
                                                      Summaryfalse
                                                      Requirements

                                                      Many systems need to understand for adjudication if the diagnosis was present a time of admission.

                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      154. ExplanationOfBenefit.diagnosis.packageCode
                                                      Definition

                                                      A package billing code or bundle code used to group products and services to a particular health condition (such as heart attack) which is based on a predetermined grouping code system.

                                                      ShortPackage billing code
                                                      Comments

                                                      For example, DRG (Diagnosis Related Group) or a bundled billing code. A patient may have a diagnosis of a Myocardio-infarction and a DRG for HeartAttack would assigned. The Claim item (and possible subsequent claims) would refer to the DRG for those line items that were for services related to the heart attack event.

                                                      Control0..1
                                                      BindingFor example codes, see ExampleDiagnosisRelatedGroupCodes
                                                      (example to http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup|4.0.1)

                                                      The DRG codes associated with the diagnosis.

                                                      TypeCodeableConcept
                                                      Is Modifierfalse
                                                      Summaryfalse
                                                      Requirements

                                                      Required to relate the current diagnosis to a package billing code that is then referenced on the individual claim items which are specific to the health condition covered by the package code.

                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      156. ExplanationOfBenefit.procedure
                                                      Definition

                                                      Procedures performed on the patient relevant to the billing items with the claim.

                                                      ShortThủ thuật/phẫu thuật — ICD-9-CM
                                                      Control0..*
                                                      TypeBackboneElement
                                                      Is Modifierfalse
                                                      Summaryfalse
                                                      Requirements

                                                      The specific clinical invention are sometimes required to be provided to justify billing a greater than customary amount for a service.

                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      158. ExplanationOfBenefit.procedure.id
                                                      Definition

                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                      ShortUnique id for inter-element referencing
                                                      Control0..1
                                                      Typestring
                                                      Is Modifierfalse
                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                      Summaryfalse
                                                      160. ExplanationOfBenefit.procedure.extension
                                                      Definition

                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                      ShortAdditional content defined by implementations
                                                      Comments

                                                      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.

                                                      Control0..*
                                                      TypeExtension
                                                      Is Modifierfalse
                                                      Summaryfalse
                                                      Alternate Namesextensions, user content
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                      162. ExplanationOfBenefit.procedure.modifierExtension
                                                      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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                      ShortExtensions that cannot be ignored even if unrecognized
                                                      Comments

                                                      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.

                                                      Control0..*
                                                      TypeExtension
                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                      Summarytrue
                                                      Requirements

                                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                      Alternate Namesextensions, user content, modifiers
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                      164. ExplanationOfBenefit.procedure.sequence
                                                      Definition

                                                      A number to uniquely identify procedure entries.

                                                      ShortProcedure instance identifier
                                                      Control1..1
                                                      TypepositiveInt
                                                      Is Modifierfalse
                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                      Summaryfalse
                                                      Requirements

                                                      Necessary to provide a mechanism to link to claim details.

                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      166. ExplanationOfBenefit.procedure.type
                                                      Definition

                                                      When the condition was observed or the relative ranking.

                                                      ShortCategory of Procedure
                                                      Control0..*
                                                      BindingFor example codes, see ExampleProcedureTypeCodes
                                                      (example to http://hl7.org/fhir/ValueSet/ex-procedure-type|4.0.1)

                                                      Example procedure type codes.

                                                      TypeCodeableConcept
                                                      Is Modifierfalse
                                                      Summaryfalse
                                                      Requirements

                                                      Often required to capture a particular diagnosis, for example: primary or discharge.

                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      168. ExplanationOfBenefit.procedure.date
                                                      Definition

                                                      Date and optionally time the procedure was performed.

                                                      ShortWhen the procedure was performed
                                                      Control0..1
                                                      TypedateTime
                                                      Is Modifierfalse
                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                      Summaryfalse
                                                      Requirements

                                                      Required for auditing purposes.

                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      170. ExplanationOfBenefit.procedure.procedure[x]
                                                      Definition

                                                      The code or reference to a Procedure resource which identifies the clinical intervention performed.

                                                      ShortSpecific clinical procedure
                                                      Control1..1
                                                      BindingFor example codes, see ICD-10ProcedureCodes
                                                      (example to http://hl7.org/fhir/ValueSet/icd-10-procedures|4.0.1)

                                                      ICD10 Procedure codes.

                                                      TypeChoice of: CodeableConcept, Reference(Procedure)
                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                      Is Modifierfalse
                                                      Summaryfalse
                                                      Requirements

                                                      This identifies the actual clinical procedure.

                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      SlicingThis element introduces a set of slices on ExplanationOfBenefit.procedure.procedure[x]. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                      • type @ $this
                                                      • 172. ExplanationOfBenefit.procedure.procedure[x]:procedureCodeableConcept
                                                        Slice NameprocedureCodeableConcept
                                                        Definition

                                                        The code or reference to a Procedure resource which identifies the clinical intervention performed.

                                                        ShortSpecific clinical procedure
                                                        Control0..1
                                                        BindingUnless not suitable, these codes SHALL be taken from Mã thủ thuật/dịch vụ kỹ thuật — VN Core Procedure Code ValueSet
                                                        (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-procedure-code-vs)
                                                        TypeCodeableConcept
                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Requirements

                                                        This identifies the actual clinical procedure.

                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        174. ExplanationOfBenefit.procedure.udi
                                                        Definition

                                                        Unique Device Identifiers associated with this line item.

                                                        ShortUnique device identifier
                                                        Control0..*
                                                        TypeReference(Device)
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Requirements

                                                        The UDI code allows the insurer to obtain device level information on the product supplied.

                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        176. ExplanationOfBenefit.precedence
                                                        Definition

                                                        This indicates the relative order of a series of EOBs related to different coverages for the same suite of services.

                                                        ShortPrecedence (primary, secondary, etc.)
                                                        Control0..1
                                                        TypepositiveInt
                                                        Is Modifierfalse
                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                        Summaryfalse
                                                        Requirements

                                                        Needed to coordinate between multiple EOBs for the same suite of services.

                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        178. ExplanationOfBenefit.insurance
                                                        Definition

                                                        Mỗi entry đại diện cho đúng một Coverage thực. Một Coverage đổi mức hưởng mang nhiều benefitStage trên cùng entry; không lặp Coverage thành nhiều insurance và không dùng focal=false cho giai đoạn. Each entry represents one real Coverage. A Coverage whose benefit level changes carries multiple benefitStage extensions on that same entry; it is not repeated and focal=false is not used to encode a stage.

                                                        ShortCác Coverage thực được giám định và các giai đoạn hưởng — Real adjudicated Coverages with their benefit stages
                                                        Comments

                                                        All insurance coverages for the patient which may be applicable for reimbursement, of the products and services listed in the claim, are typically provided in the claim to allow insurers to confirm the ordering of the insurance coverages relative to local 'coordination of benefit' rules. One coverage (and only one) with 'focal=true' is to be used in the adjudication of this claim. Coverages appearing before the focal Coverage in the list, and where 'Coverage.subrogation=false', should provide a reference to the ClaimResponse containing the adjudication results of the prior claim.

                                                        Control1..*
                                                        TypeBackboneElement
                                                        Is Modifierfalse
                                                        Must Supporttrue
                                                        Summarytrue
                                                        Requirements

                                                        At least one insurer is required for a claim to be a claim.

                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        180. ExplanationOfBenefit.insurance.id
                                                        Definition

                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                        ShortUnique id for inter-element referencing
                                                        Control0..1
                                                        Typestring
                                                        Is Modifierfalse
                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                        Summaryfalse
                                                        182. ExplanationOfBenefit.insurance.extension
                                                        Definition

                                                        An Extension

                                                        ShortExtension
                                                        Control1..*
                                                        TypeExtension
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                        SlicingThis element introduces a set of slices on ExplanationOfBenefit.insurance.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                        • value @ url
                                                        • 184. ExplanationOfBenefit.insurance.extension:benefitStage
                                                          Slice NamebenefitStage
                                                          Definition

                                                          Giai đoạn áp dụng một mức hưởng BHYT cụ thể trong một đợt khám bệnh, chữa bệnh. Extension mang khóa giai đoạn, khoảng thời gian và mức hưởng để một Claim hoặc ExplanationOfBenefit có thể biểu diễn trường hợp cùng một thẻ BHYT đổi mức hưởng trong đợt điều trị. Mỗi insurance vẫn đại diện cho một Coverage thực và có thể mang nhiều extension này; không lặp lại Coverage hoặc dùng focal = false chỉ để biểu diễn giai đoạn. Khóa sequence của extension độc lập với Claim.insurance.sequence, vốn chỉ giữ nghĩa thứ tự phối hợp quyền lợi (COB). Căn cứ: [QĐ 697/QĐ-BYT] (ban hành 19/03/2026, hiệu lực 19/03/2026) — Mẫu bảng kê chi phí KCB; [NĐ 188/2025/NĐ-CP] (ban hành 01/07/2025, hiệu lực 15/08/2025) — Hướng dẫn thi hành Luật BHYT.

                                                          A benefit stage identifies the period during which one BHYT benefit percentage applies within a healthcare episode. Each insurance entry continues to represent one real Coverage and may carry multiple instances of this extension; implementations do not repeat a Coverage or use focal = false merely to represent a stage. The extension sequence is independent from Claim.insurance.sequence, which retains its base coordination-of-benefits (COB) meaning.

                                                          ShortSequence, period và mức hưởng của giai đoạn — Stage sequence, period, and benefit level
                                                          Control1..*
                                                          This element is affected by the following invariants: ele-1
                                                          TypeExtension(Giai đoạn hưởng bảo hiểm — Coverage Benefit Stage) (Complex Extension)
                                                          Is Modifierfalse
                                                          Must Supporttrue
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          vn-coverage-benefit-stage-level-range: Mức hưởng của giai đoạn phải nằm trong khoảng từ 0 đến 100 phần trăm. The benefit level for a coverage stage SHALL be between 0 and 100 percent. (extension('benefitLevel').value >= 0 and extension('benefitLevel').value <= 100)
                                                          186. ExplanationOfBenefit.insurance.modifierExtension
                                                          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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                          ShortExtensions that cannot be ignored even if unrecognized
                                                          Comments

                                                          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.

                                                          Control0..*
                                                          TypeExtension
                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                          Summarytrue
                                                          Requirements

                                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                          Alternate Namesextensions, user content, modifiers
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          188. ExplanationOfBenefit.insurance.focal
                                                          Definition

                                                          A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true.

                                                          ShortCoverage to be used for adjudication
                                                          Comments

                                                          A patient may (will) have multiple insurance policies which provide reimbursement for healthcare services and products. For example, a person may also be covered by their spouse's policy and both appear in the list (and may be from the same insurer). This flag will be set to true for only one of the listed policies and that policy will be used for adjudicating this claim. Other claims would be created to request adjudication against the other listed policies.

                                                          Control1..1
                                                          Typeboolean
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Must Supporttrue
                                                          Summarytrue
                                                          Requirements

                                                          To identify which coverage in the list is being used to adjudicate this claim.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          190. ExplanationOfBenefit.insurance.coverage
                                                          Definition

                                                          Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.

                                                          ShortThẻ BHYT (Coverage)
                                                          Control1..1
                                                          TypeReference(Thẻ BHYT VN Core — VN Core Coverage Profile)
                                                          Is Modifierfalse
                                                          Must Supporttrue
                                                          Summarytrue
                                                          Requirements

                                                          Required to allow the adjudicator to locate the correct policy and history within their information system.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          192. ExplanationOfBenefit.insurance.preAuthRef
                                                          Definition

                                                          Reference numbers previously provided by the insurer to the provider to be quoted on subsequent claims containing services or products related to the prior authorization.

                                                          ShortPrior authorization reference number
                                                          Comments

                                                          This value is an alphanumeric string that may be provided over the phone, via text, via paper, or within a ClaimResponse resource and is not a FHIR Identifier.

                                                          Control0..*
                                                          Typestring
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summaryfalse
                                                          Requirements

                                                          Providers must quote previously issued authorization reference numbers in order to obtain adjudication as previously advised on the Preauthorization.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          194. ExplanationOfBenefit.accident
                                                          Definition

                                                          Details of a accident which resulted in injuries which required the products and services listed in the claim.

                                                          ShortDetails of the event
                                                          Control0..1
                                                          TypeBackboneElement
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Requirements

                                                          When healthcare products and services are accident related, benefits may be payable under accident provisions of policies, such as automotive, etc before they are payable under normal health insurance.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          196. ExplanationOfBenefit.accident.id
                                                          Definition

                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                          ShortUnique id for inter-element referencing
                                                          Control0..1
                                                          Typestring
                                                          Is Modifierfalse
                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                          Summaryfalse
                                                          198. ExplanationOfBenefit.accident.extension
                                                          Definition

                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                          ShortAdditional content defined by implementations
                                                          Comments

                                                          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.

                                                          Control0..*
                                                          TypeExtension
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Alternate Namesextensions, user content
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          200. ExplanationOfBenefit.accident.modifierExtension
                                                          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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                          ShortExtensions that cannot be ignored even if unrecognized
                                                          Comments

                                                          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.

                                                          Control0..*
                                                          TypeExtension
                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                          Summarytrue
                                                          Requirements

                                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                          Alternate Namesextensions, user content, modifiers
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          202. ExplanationOfBenefit.accident.date
                                                          Definition

                                                          Date of an accident event related to the products and services contained in the claim.

                                                          ShortWhen the incident occurred
                                                          Comments

                                                          The date of the accident has to precede the dates of the products and services but within a reasonable timeframe.

                                                          Control0..1
                                                          Typedate
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summaryfalse
                                                          Requirements

                                                          Required for audit purposes and adjudication.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          204. ExplanationOfBenefit.accident.type
                                                          Definition

                                                          The type or context of the accident event for the purposes of selection of potential insurance coverages and determination of coordination between insurers.

                                                          ShortThe nature of the accident
                                                          Control0..1
                                                          BindingUnless not suitable, these codes SHALL be taken from ActIncidentCode
                                                          (extensible to http://terminology.hl7.org/ValueSet/v3-ActIncidentCode)

                                                          Type of accident: work place, auto, etc.

                                                          TypeCodeableConcept
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Requirements

                                                          Coverage may be dependant on the type of accident.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          206. ExplanationOfBenefit.accident.location[x]
                                                          Definition

                                                          The physical location of the accident event.

                                                          ShortWhere the event occurred
                                                          Control0..1
                                                          TypeChoice of: Address, Reference(Location)
                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Requirements

                                                          Required for audit purposes and determination of applicable insurance liability.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          208. ExplanationOfBenefit.item
                                                          Definition

                                                          A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details.

                                                          ShortDòng bảng kê sau giám định — Adjudicated itemized-statement line
                                                          Control1..*
                                                          TypeBackboneElement
                                                          Is Modifierfalse
                                                          Must Supporttrue
                                                          Summaryfalse
                                                          Requirements

                                                          The items to be processed for adjudication.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          vn-itemized-eob-eligible-consistent: Nếu dòng đồng thời có insuranceCostInfo.insuranceLineAmount và adjudication eligible thì hai số tiền phải bằng nhau. When both insuranceCostInfo.insuranceLineAmount and eligible adjudication are present, their amounts SHALL be equal. ((extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('insuranceLineAmount').value.exists() and adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'eligible').exists()).amount.exists()) implies extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('insuranceLineAmount').value.value = adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'eligible').exists()).amount.value)
                                                          vn-itemized-eob-serviced-in-stage: Ngày hoặc khoảng thời gian thực hiện dòng chi phí phải nằm trong period của giai đoạn hưởng được tham chiếu; Period phải có cả start và end. Gateway vẫn phải kiểm tra lại tương quan này trước khi gửi do khác biệt giữa các validator FHIRPath R4. The service date or period SHALL fall within the referenced benefit-stage period, and a serviced Period SHALL contain both start and end. The submission gateway SHALL still repeat this correlation check because R4 FHIRPath validators differ. ((serviced.ofType(date).exists() implies (serviced.ofType(date) >= %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('period').value.ofType(Period).start and serviced.ofType(date) <= %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('period').value.ofType(Period).end)) and (serviced.ofType(Period).exists() implies (serviced.ofType(Period).start.exists() and serviced.ofType(Period).end.exists() and serviced.ofType(Period).start >= %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('period').value.ofType(Period).start and serviced.ofType(Period).end <= %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('period').value.ofType(Period).end)))
                                                          vn-itemized-eob-line-allocation-sum: Thành tiền bệnh viện của dòng (cột 7) phải bằng tổng benefit, copay, other-fund và patient-self-pay (cột 10+11+12+13). The EOB line net amount SHALL equal the sum of the four adjudicated payment sources. (net.value = adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value + adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'copay').exists()).amount.value + adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'other-fund').exists()).amount.value + adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'patient-self-pay').exists()).amount.value)
                                                          vn-itemized-eob-insured-fields-required: Khi adjudication ghi quỹ BHYT thanh toán một dòng, tỷ lệ thanh toán BHYT và thành tiền BH đủ điều kiện phải có. When adjudication records a BHYT fund payment, the BHYT payment ratio and eligible insurance line amount SHALL be present. ((adjudication.where(category.coding.where(system = 'http://terminology.hl7.org/CodeSystem/adjudication' and code = 'benefit').exists()).amount.value > 0) implies (extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('paymentRatio').value.exists() and extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('insuranceLineAmount').value.ofType(Money).value.exists()))
                                                          vn-itemized-eob-benefit-level-matches-stage: Mức hưởng trên dòng, nếu có, phải bằng mức hưởng của benefit stage được dòng tham chiếu. An item's benefit level, when present, SHALL equal the benefit level of its referenced stage. (extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('benefitLevel').value.exists() implies extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info').extension('benefitLevel').value = %resource.insurance.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-coverage-benefit-stage').where(extension('sequence').value = %context.extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-item-benefit-stage-sequence').value).extension('benefitLevel').value)
                                                          vn-itemized-eob-other-fund-breakdown-sum: Khi có chi tiết nguồn khác, tổng các thành phần phải bằng adjudication other-fund của dòng. When an other-fund breakdown is present, its components SHALL sum to the line's other-fund adjudication. (extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-other-fund-breakdown').exists() implies extension('http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-other-fund-breakdown').extension.value.ofType(Money).value.aggregate($this + $total, 0) = adjudication.where(category.coding.where(system = 'http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs' and code = 'other-fund').exists()).amount.value)
                                                          210. ExplanationOfBenefit.item.id
                                                          Definition

                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                          ShortUnique id for inter-element referencing
                                                          Control0..1
                                                          Typestring
                                                          Is Modifierfalse
                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                          Summaryfalse
                                                          212. ExplanationOfBenefit.item.extension
                                                          Definition

                                                          An Extension

                                                          ShortExtension
                                                          Control2..*
                                                          TypeExtension
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                          • value @ url
                                                          • 214. ExplanationOfBenefit.item.extension:otherFundBreakdown
                                                            Slice NameotherFundBreakdown
                                                            Definition

                                                            Tách chi tiết 4 thành phần của T_NGUONKHAC theo dòng chi phí. Tổng T_NGUONKHAC = T_NGUONKHAC_NSNN + T_NGUONKHAC_VTNN + T_NGUONKHAC_VTTN + T_NGUONKHAC_CL. Theo QĐ 3176/QĐ-BYT (sửa đổi toàn bộ diễn giải trường T_NGUONKHAC): khi T_NGUONKHAC > 0 thì giảm trừ lần lượt vào các khoản T_BNTT → T_BNCCT → T_BHTT cho đến khi hết số tiền T_NGUONKHAC. Extension không encode công thức khấu trừ — chỉ mang số tiền từng nguồn; StructureMap của exporter chịu trách nhiệm áp dụng thứ tự khấu trừ này.

                                                            ShortChi tiết nguồn khác chi trả theo dòng: NSNN/VTNN/VTTN/CL (T_NGUONKHAC_*)
                                                            Control0..1
                                                            This element is affected by the following invariants: ele-1
                                                            TypeExtension(Chi tiết nguồn khác chi trả theo dòng — Other Fund Breakdown Extension) (Complex Extension)
                                                            Is Modifierfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            vn-other-fund-breakdown-money-vnd-value: Mọi Money con phải có value và dùng VND. Every child Money SHALL have a value and use VND. (extension.value.ofType(Money).all(value.exists() and currency = 'VND'))
                                                            216. ExplanationOfBenefit.item.extension:paymentSource
                                                            Slice NamepaymentSource
                                                            Definition

                                                            Nguồn chi trả cho dòng chi phí KCB, đặc biệt dùng cho XML2 thuốc (NGUON_CTRA) theo QĐ 3176/QĐ-BYT. Biểu diễn nguồn chi trả ở mức item thay vì gán vào Coverage.type hoặc payment method tổng thể. Nguồn thiết kế: QĐ 3176/QĐ-BYT và terminology VNPaymentSourceCS/VS.

                                                            ShortNguồn chi trả dòng chi phí (NGUON_CTRA)
                                                            Control0..1
                                                            This element is affected by the following invariants: ele-1
                                                            TypeExtension(Nguồn chi trả — Payment Source Extension) (Extension Type: CodeableConcept)
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            218. ExplanationOfBenefit.item.extension:recurrentWoundBenefit
                                                            Slice NamerecurrentWoundBenefit
                                                            Definition

                                                            Flag nghiệp vụ theo dòng chi phí BHYT cho XML2/XML3 trường VET_THUONG_TP. Chỉ dùng khi dòng thuốc, DVKT hoặc VTYT có quy định tỷ lệ thanh toán BHYT được dùng để điều trị vết thương tái phát hoặc bệnh tật tái phát cho thương binh, người hưởng chính sách như thương binh, bệnh binh theo field text của QĐ 130/QĐ-BYT và QĐ 3176/QĐ-BYT; field text này viện dẫn NĐ 131/2021/NĐ-CP. Đây không phải mã chẩn đoán tái phát và không phải thuộc tính cố định của thuốc, DVKT hoặc thiết bị.

                                                            ShortFlag VET_THUONG_TP cho dòng thuốc/DVKT/VTYT
                                                            Control0..1
                                                            This element is affected by the following invariants: ele-1
                                                            TypeExtension(Flag vết thương/bệnh tật tái phát — Recurrent Wound Benefit Flag) (Extension Type: boolean)
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            220. ExplanationOfBenefit.item.extension:tenderInfo
                                                            Slice NametenderInfo
                                                            Definition

                                                            Thông tin thầu của dòng thuốc/vật tư/thiết bị trong dữ liệu KCB/BHYT, đặc biệt dùng cho XML2/XML3 trường TT_THAU theo QĐ 130/QĐ-BYT và QĐ 3176/QĐ-BYT. Đây là chuỗi nghiệp vụ phục vụ thanh toán/gateway, không phải procurement package đầy đủ và không thay thế hồ sơ đấu thầu riêng.

                                                            ShortThông tin thầu dòng chi phí (TT_THAU)
                                                            Control0..1
                                                            This element is affected by the following invariants: ele-1
                                                            TypeExtension(Thông tin thầu — Tender Information Extension) (Extension Type: string)
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            222. ExplanationOfBenefit.item.extension:processingMethod
                                                            Slice NameprocessingMethod
                                                            Definition

                                                            Phương pháp chế biến vị thuốc, dược liệu hoặc thuốc y học cổ truyền — mang trường MA_PP_CHEBIEN của dữ liệu BHYT/KCB. Từ bản 0.9.0 đã có danh mục mã chính thức: vn-tcm-processing-method-vs (Phụ lục 3 QĐ 824/QĐ-BYT, 40 mã). Ưu tiên ghi valueCodeableConcept theo danh mục này. Vẫn cho phép valueString vì hai lý do thực tế: TT 14/2024/TT-BYT bổ sung ba phương pháp phức chế (chưng, tôi, rán dầu) mà bộ mã dùng chung chưa cấp mã riêng, và Điều 4 khoản 2 TT 14/2024/TT-BYT cho phép cơ sở tự xây dựng phương pháp chế biến khi phương pháp đó chưa được quy định.

                                                            ShortPhương pháp chế biến YHCT (MA_PP_CHEBIEN)
                                                            Control0..1
                                                            This element is affected by the following invariants: ele-1
                                                            TypeExtension(Phương pháp chế biến YHCT — Traditional Medicine Processing Method) (Extension Type: Choice of: string, CodeableConcept)
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            224. ExplanationOfBenefit.item.extension:benefitStageSequence
                                                            Slice NamebenefitStageSequence
                                                            Definition

                                                            Khóa liên kết một dòng chi phí Claim hoặc ExplanationOfBenefit với đúng giai đoạn hưởng bảo hiểm được khai báo trên insurance. Giá trị là positiveInt và phải khớp sequence trong VNCoreExtCoverageBenefitStage. Căn cứ: [QĐ 697/QĐ-BYT] (ban hành 19/03/2026, hiệu lực 19/03/2026) — Mẫu bảng kê chi phí KCB; [NĐ 188/2025/NĐ-CP] (ban hành 01/07/2025, hiệu lực 15/08/2025) — Hướng dẫn thi hành Luật BHYT.

                                                            This extension links a Claim or ExplanationOfBenefit cost line to the exact insurance benefit stage declared on insurance. Its positive integer value must match the sequence carried by VNCoreExtCoverageBenefitStage.

                                                            ShortSequence giai đoạn hưởng của dòng — Line benefit-stage sequence
                                                            Control1..1
                                                            TypeExtension(Liên kết dòng chi phí với giai đoạn hưởng — Item Benefit Stage Sequence) (Extension Type: positiveInt)
                                                            Is Modifierfalse
                                                            Must Supporttrue
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            226. ExplanationOfBenefit.item.extension:insuranceCostInfo
                                                            Slice NameinsuranceCostInfo
                                                            Definition

                                                            Extension tái sử dụng cho thông tin chi phí BHYT trên từng item (thuốc/DVKT/VTYT). Bao gồm: phạm vi BHYT (PHAM_VI), tỷ lệ thanh toán BHYT (TYLE_TT/TYLE_TT_BH), mức hưởng (MUC_HUONG), mức trần thanh toán BHYT (T_TRANTT), tỷ lệ thanh toán dịch vụ (TYLE_TT_DV), đơn giá BHYT (DON_GIA_BH) và thành tiền BHYT (THANH_TIEN_BH). Dùng trên: MedicationRequest, MedicationAdministration, Procedure, Claim.item, Claim.item.detail, ExplanationOfBenefit.item, ExplanationOfBenefit.item.detail, ServiceRequest và MedicationDispense khi các resource đó đang đóng vai trò nguồn dữ liệu cho dòng chi phí. Với thiết bị/vật tư, ưu tiên đặt trên Claim.item hoặc item.detail; không dùng trên DeviceUseStatement vì DeviceUseStatement là ghi nhận sử dụng lâm sàng. Theo QĐ 697/QĐ-BYT (các dòng hướng dẫn khoảng 389 và 407), component trong gói TBYT mang lossless các cột 5/6/8/9; chỉ các cột 10–13 được tính ở item tổng gói. Mapping XML 3176: PHAM_VI, TYLE_TT, MUC_HUONG; DON_GIA_BH (Bảng 3 STT 15), TYLE_TT_DV (Bảng 3 STT 17), THANH_TIEN_BH (Bảng 2 STT 21, Bảng 3 STT 20), T_TRANTT (Bảng 3 STT 21). Nguồn thiết kế: OHP Data Processor (medication-pham-vi, medication-payment-ratio, medication-benefit-level). Căn cứ: [QĐ 3176/QĐ-BYT] (ban hành 29/10/2024, hiệu lực 29/10/2024) — Chuẩn dữ liệu đầu ra KCB phục vụ BHXH; [NĐ 188/2025/NĐ-CP] (ban hành 01/07/2025, hiệu lực 15/08/2025) — Hướng dẫn thi hành Luật BHYT. English summary: Reusable line-level BHYT cost information for medication, procedure, service, Claim, EOB, and medication-administration data. On a medical-device package, each Claim/EOB item detail carries columns 5/6/8/9 losslessly, while columns 10–13 remain on the package item. insuranceLineAmount represents the insurance-eligible line amount (THANH_TIEN_BH/column 9), not the final BHYT fund allocation; on an EOB it aligns with adjudication eligible, while the fund allocation uses adjudication benefit.

                                                            ShortCác cột đơn giá/tỷ lệ/thành tiền BHYT — BHYT price, ratio, and eligible-amount columns
                                                            Control1..1
                                                            TypeExtension(Thông tin chi phí BHYT — Insurance Cost Info Extension) (Complex Extension)
                                                            Is Modifierfalse
                                                            Must Supporttrue
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            228. ExplanationOfBenefit.item.extension:insuranceCostInfo.id
                                                            Definition

                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                            ShortUnique id for inter-element referencing
                                                            Control0..1
                                                            Typestring
                                                            Is Modifierfalse
                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                            Summaryfalse
                                                            230. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension
                                                            Definition

                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                            ShortAdditional content defined by implementations
                                                            Comments

                                                            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.

                                                            Control0..*
                                                            TypeExtension
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Alternate Namesextensions, user content
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                            • value @ url
                                                            • 232. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:scope
                                                              Slice Namescope
                                                              Definition

                                                              An Extension

                                                              ShortPhạm vi BHYT (PHAM_VI): 1=trong DM, 2=ngoài DM, 3=NĐ 70/2015/NĐ-CP
                                                              Control0..1
                                                              TypeExtension
                                                              Is Modifierfalse
                                                              Summaryfalse
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                              234. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:scope.id
                                                              Definition

                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                              ShortUnique id for inter-element referencing
                                                              Control0..1
                                                              Typestring
                                                              Is Modifierfalse
                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                              Summaryfalse
                                                              236. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:scope.extension
                                                              Definition

                                                              An Extension

                                                              ShortExtension
                                                              Control0..0
                                                              TypeExtension
                                                              Is Modifierfalse
                                                              Summaryfalse
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                              SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                              • value @ url
                                                              • 238. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:scope.url
                                                                Definition

                                                                Source of the definition for the extension code - a logical name or a URL.

                                                                Shortidentifies the meaning of the extension
                                                                Comments

                                                                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                Control1..1
                                                                Typeuri
                                                                Is Modifierfalse
                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                Summaryfalse
                                                                Fixed Valuescope
                                                                240. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:scope.value[x]
                                                                Definition

                                                                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                ShortValue of extension
                                                                Control1..1
                                                                BindingUnless not suitable, these codes SHALL be taken from Phạm vi hưởng BHYT — Vietnam Insurance Scope ValueSet
                                                                (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-insurance-scope-vs)
                                                                TypeCodeableConcept
                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                242. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentRatio
                                                                Slice NamepaymentRatio
                                                                Definition

                                                                Tỷ lệ thanh toán BHYT của dòng (cột 8). Không bắt buộc trên mọi dòng: vắng mặt biểu thị dòng ngoài phạm vi BHYT; nếu cần truyền lý do không có giá trị, dùng Data Absent Reason (DAR). The line's BHYT payment ratio (column 8). It is not mandatory on every line: absence denotes a line outside BHYT scope; use Data Absent Reason (DAR) when the reason for a missing value must be conveyed.

                                                                ShortTỷ lệ thanh toán BHYT (TYLE_TT) — VD: 100, 80, 50
                                                                Control0..1
                                                                TypeExtension
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                244. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentRatio.id
                                                                Definition

                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                ShortUnique id for inter-element referencing
                                                                Control0..1
                                                                Typestring
                                                                Is Modifierfalse
                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                Summaryfalse
                                                                246. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentRatio.extension
                                                                Definition

                                                                An Extension

                                                                ShortExtension
                                                                Control0..0
                                                                TypeExtension
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                • value @ url
                                                                • 248. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentRatio.url
                                                                  Definition

                                                                  Source of the definition for the extension code - a logical name or a URL.

                                                                  Shortidentifies the meaning of the extension
                                                                  Comments

                                                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                  Control1..1
                                                                  Typeuri
                                                                  Is Modifierfalse
                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                  Summaryfalse
                                                                  Fixed ValuepaymentRatio
                                                                  250. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentRatio.value[x]
                                                                  Definition

                                                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                  ShortValue of extension
                                                                  Control1..1
                                                                  Typedecimal
                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                  Is Modifierfalse
                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                  Summaryfalse
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  252. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:benefitLevel
                                                                  Slice NamebenefitLevel
                                                                  Definition

                                                                  An Extension

                                                                  ShortMức hưởng BHYT (MUC_HUONG) — VD: 100, 80, 40
                                                                  Control0..1
                                                                  TypeExtension
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                  254. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:benefitLevel.id
                                                                  Definition

                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                  ShortUnique id for inter-element referencing
                                                                  Control0..1
                                                                  Typestring
                                                                  Is Modifierfalse
                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                  Summaryfalse
                                                                  256. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:benefitLevel.extension
                                                                  Definition

                                                                  An Extension

                                                                  ShortExtension
                                                                  Control0..0
                                                                  TypeExtension
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                  SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                  • value @ url
                                                                  • 258. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:benefitLevel.url
                                                                    Definition

                                                                    Source of the definition for the extension code - a logical name or a URL.

                                                                    Shortidentifies the meaning of the extension
                                                                    Comments

                                                                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                    Control1..1
                                                                    Typeuri
                                                                    Is Modifierfalse
                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                    Summaryfalse
                                                                    Fixed ValuebenefitLevel
                                                                    260. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:benefitLevel.value[x]
                                                                    Definition

                                                                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                    ShortValue of extension
                                                                    Control1..1
                                                                    Typedecimal
                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                    Is Modifierfalse
                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    262. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling
                                                                    Slice NamepaymentCeiling
                                                                    Definition

                                                                    An Extension

                                                                    ShortExtension
                                                                    Control0..1
                                                                    TypeExtension
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    264. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.id
                                                                    Definition

                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                    ShortUnique id for inter-element referencing
                                                                    Control0..1
                                                                    Typestring
                                                                    Is Modifierfalse
                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                    Summaryfalse
                                                                    266. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.extension
                                                                    Definition

                                                                    An Extension

                                                                    ShortExtension
                                                                    Control0..0
                                                                    TypeExtension
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                    • value @ url
                                                                    • 268. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.url
                                                                      Definition

                                                                      Source of the definition for the extension code - a logical name or a URL.

                                                                      Shortidentifies the meaning of the extension
                                                                      Comments

                                                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                      Control1..1
                                                                      Typeuri
                                                                      Is Modifierfalse
                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                      Summaryfalse
                                                                      Fixed ValuepaymentCeiling
                                                                      270. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.value[x]
                                                                      Definition

                                                                      Mức thanh toán tối đa của quỹ BHYT đối với dòng chi phí DVKT/VTYT trong một lần thực hiện (T_TRANTT), tương ứng trần 45 tháng lương cơ sở theo NĐ 188/2025/NĐ-CP. Chỉ ghi khi VTYT/DVKT có quy định mức thanh toán BHYT; khi DON_GIA_BV vượt trần thì DON_GIA_BH = T_TRANTT. Ánh xạ trường T_TRANTT (Bảng 3 STT 21) theo QĐ 3176/QĐ-BYT.

                                                                      ShortTrần thanh toán BHYT (VND)
                                                                      Control1..1
                                                                      TypeMoney
                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                      Is Modifierfalse
                                                                      Summaryfalse
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      272. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.value[x].id
                                                                      Definition

                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                      ShortUnique id for inter-element referencing
                                                                      Control0..1
                                                                      Typestring
                                                                      Is Modifierfalse
                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                      Summaryfalse
                                                                      274. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.value[x].extension
                                                                      Definition

                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                      ShortAdditional content defined by implementations
                                                                      Comments

                                                                      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.

                                                                      Control0..*
                                                                      TypeExtension
                                                                      Is Modifierfalse
                                                                      Summaryfalse
                                                                      Alternate Namesextensions, user content
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                      SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                      • value @ url
                                                                      • 276. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.value[x].value
                                                                        Definition

                                                                        Numerical value (with implicit precision).

                                                                        ShortNumerical value (with implicit precision)
                                                                        Comments

                                                                        Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                        Control0..1
                                                                        Typedecimal
                                                                        Is Modifierfalse
                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                        Summarytrue
                                                                        Requirements

                                                                        The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        278. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:paymentCeiling.value[x].currency
                                                                        Definition

                                                                        ISO 4217 Currency Code.

                                                                        ShortISO 4217 Currency Code
                                                                        Control1..1
                                                                        BindingThe codes SHALL be taken from Currencies
                                                                        (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                        A code indicating the currency, taken from ISO 4217.

                                                                        Typecode
                                                                        Is Modifierfalse
                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                        Summarytrue
                                                                        Requirements

                                                                        A code indicating the currency, taken from ISO 4217.

                                                                        Fixed ValueVND
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        280. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:servicePaymentRatio
                                                                        Slice NameservicePaymentRatio
                                                                        Definition

                                                                        Tỷ lệ thanh toán của dịch vụ kỹ thuật, ngày giường hoặc tiền công khám (TYLE_TT_DV, cột 6; Bảng 3 STT 17) theo QĐ 3176/QĐ-BYT. Khác với paymentRatio (TYLE_TT_BH, cột 8; Bảng 3 STT 18), TYLE_TT_DV phản ánh mức tính giá dịch vụ, ví dụ nằm ghép 02 người ghi 50, nằm ghép từ 03 người ghi 33, giường 01 người ghi 100. Không bắt buộc trên mọi dòng; vắng mặt biểu thị dòng ngoài phạm vi BHYT hoặc cột không áp dụng, và dùng Data Absent Reason (DAR) khi cần phân biệt lý do. Tham gia công thức THANH_TIEN_BV = SO_LUONG × DON_GIA_BV × TYLE_TT_DV/100 (Bảng 3 STT 19) và THANH_TIEN_BH (Bảng 3 STT 20).

                                                                        ShortTỷ lệ thanh toán DVKT/giường/công khám (TYLE_TT_DV) — VD: 100, 50, 33
                                                                        Control0..1
                                                                        TypeExtension
                                                                        Is Modifierfalse
                                                                        Summaryfalse
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        282. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:servicePaymentRatio.id
                                                                        Definition

                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                        ShortUnique id for inter-element referencing
                                                                        Control0..1
                                                                        Typestring
                                                                        Is Modifierfalse
                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                        Summaryfalse
                                                                        284. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:servicePaymentRatio.extension
                                                                        Definition

                                                                        An Extension

                                                                        ShortExtension
                                                                        Control0..0
                                                                        TypeExtension
                                                                        Is Modifierfalse
                                                                        Summaryfalse
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                        • value @ url
                                                                        • 286. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:servicePaymentRatio.url
                                                                          Definition

                                                                          Source of the definition for the extension code - a logical name or a URL.

                                                                          Shortidentifies the meaning of the extension
                                                                          Comments

                                                                          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                          Control1..1
                                                                          Typeuri
                                                                          Is Modifierfalse
                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                          Summaryfalse
                                                                          Fixed ValueservicePaymentRatio
                                                                          288. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:servicePaymentRatio.value[x]
                                                                          Definition

                                                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                          ShortValue of extension
                                                                          Control1..1
                                                                          Typedecimal
                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                          Is Modifierfalse
                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                          Summaryfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          290. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice
                                                                          Slice NameinsuranceUnitPrice
                                                                          Definition

                                                                          An Extension

                                                                          ShortExtension
                                                                          Control0..1
                                                                          TypeExtension
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          292. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.id
                                                                          Definition

                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                          ShortUnique id for inter-element referencing
                                                                          Control0..1
                                                                          Typestring
                                                                          Is Modifierfalse
                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                          Summaryfalse
                                                                          294. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.extension
                                                                          Definition

                                                                          An Extension

                                                                          ShortExtension
                                                                          Control0..0
                                                                          TypeExtension
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                          • value @ url
                                                                          • 296. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.url
                                                                            Definition

                                                                            Source of the definition for the extension code - a logical name or a URL.

                                                                            Shortidentifies the meaning of the extension
                                                                            Comments

                                                                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                            Control1..1
                                                                            Typeuri
                                                                            Is Modifierfalse
                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                            Summaryfalse
                                                                            Fixed ValueinsuranceUnitPrice
                                                                            298. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x]
                                                                            Definition

                                                                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                            ShortĐơn giá BHYT thanh toán (VND)
                                                                            Control1..1
                                                                            TypeMoney
                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                            Is Modifierfalse
                                                                            Summaryfalse
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            300. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x].id
                                                                            Definition

                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                            ShortUnique id for inter-element referencing
                                                                            Control0..1
                                                                            Typestring
                                                                            Is Modifierfalse
                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                            Summaryfalse
                                                                            302. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x].extension
                                                                            Definition

                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                            ShortAdditional content defined by implementations
                                                                            Comments

                                                                            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.

                                                                            Control0..*
                                                                            TypeExtension
                                                                            Is Modifierfalse
                                                                            Summaryfalse
                                                                            Alternate Namesextensions, user content
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                            • value @ url
                                                                            • 304. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x].value
                                                                              Definition

                                                                              Numerical value (with implicit precision).

                                                                              ShortNumerical value (with implicit precision)
                                                                              Comments

                                                                              Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                              Control0..1
                                                                              Typedecimal
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summarytrue
                                                                              Requirements

                                                                              The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              306. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x].currency
                                                                              Definition

                                                                              ISO 4217 Currency Code.

                                                                              ShortISO 4217 Currency Code
                                                                              Control1..1
                                                                              BindingThe codes SHALL be taken from Currencies
                                                                              (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                              A code indicating the currency, taken from ISO 4217.

                                                                              Typecode
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summarytrue
                                                                              Requirements

                                                                              A code indicating the currency, taken from ISO 4217.

                                                                              Fixed ValueVND
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              308. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount
                                                                              Slice NameinsuranceLineAmount
                                                                              Definition

                                                                              An Extension

                                                                              ShortExtension
                                                                              Control0..1
                                                                              TypeExtension
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              310. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.id
                                                                              Definition

                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                              ShortUnique id for inter-element referencing
                                                                              Control0..1
                                                                              Typestring
                                                                              Is Modifierfalse
                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                              Summaryfalse
                                                                              312. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.extension
                                                                              Definition

                                                                              An Extension

                                                                              ShortExtension
                                                                              Control0..0
                                                                              TypeExtension
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                              • value @ url
                                                                              • 314. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.url
                                                                                Definition

                                                                                Source of the definition for the extension code - a logical name or a URL.

                                                                                Shortidentifies the meaning of the extension
                                                                                Comments

                                                                                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                Control1..1
                                                                                Typeuri
                                                                                Is Modifierfalse
                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                Summaryfalse
                                                                                Fixed ValueinsuranceLineAmount
                                                                                316. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x]
                                                                                Definition

                                                                                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                ShortThành tiền BH đủ điều kiện (VND) — Eligible insurance line amount
                                                                                Control1..1
                                                                                TypeMoney
                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                Is Modifierfalse
                                                                                Summaryfalse
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                318. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x].id
                                                                                Definition

                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                ShortUnique id for inter-element referencing
                                                                                Control0..1
                                                                                Typestring
                                                                                Is Modifierfalse
                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                Summaryfalse
                                                                                320. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x].extension
                                                                                Definition

                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                ShortAdditional content defined by implementations
                                                                                Comments

                                                                                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.

                                                                                Control0..*
                                                                                TypeExtension
                                                                                Is Modifierfalse
                                                                                Summaryfalse
                                                                                Alternate Namesextensions, user content
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.extension.extension.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                • value @ url
                                                                                • 322. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x].value
                                                                                  Definition

                                                                                  Numerical value (with implicit precision).

                                                                                  ShortNumerical value (with implicit precision)
                                                                                  Comments

                                                                                  Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                  Control0..1
                                                                                  Typedecimal
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summarytrue
                                                                                  Requirements

                                                                                  The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  324. ExplanationOfBenefit.item.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x].currency
                                                                                  Definition

                                                                                  ISO 4217 Currency Code.

                                                                                  ShortISO 4217 Currency Code
                                                                                  Control1..1
                                                                                  BindingThe codes SHALL be taken from Currencies
                                                                                  (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                  A code indicating the currency, taken from ISO 4217.

                                                                                  Typecode
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summarytrue
                                                                                  Requirements

                                                                                  A code indicating the currency, taken from ISO 4217.

                                                                                  Fixed ValueVND
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  326. ExplanationOfBenefit.item.extension:insuranceCostInfo.url
                                                                                  Definition

                                                                                  Source of the definition for the extension code - a logical name or a URL.

                                                                                  Shortidentifies the meaning of the extension
                                                                                  Comments

                                                                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                  Control1..1
                                                                                  Typeuri
                                                                                  Is Modifierfalse
                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                  Summaryfalse
                                                                                  Fixed Valuehttp://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info
                                                                                  328. ExplanationOfBenefit.item.extension:insuranceCostInfo.value[x]
                                                                                  Definition

                                                                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                  ShortValue of extension
                                                                                  Control0..0
                                                                                  TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  330. ExplanationOfBenefit.item.modifierExtension
                                                                                  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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                  Comments

                                                                                  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.

                                                                                  Control0..*
                                                                                  TypeExtension
                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                  Summarytrue
                                                                                  Requirements

                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                  Alternate Namesextensions, user content, modifiers
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                  332. ExplanationOfBenefit.item.sequence
                                                                                  Definition

                                                                                  A number to uniquely identify item entries.

                                                                                  ShortItem instance identifier
                                                                                  Control1..1
                                                                                  TypepositiveInt
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Must Supporttrue
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Necessary to provide a mechanism to link to items from within the claim and within the adjudication details of the ClaimResponse.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  334. ExplanationOfBenefit.item.careTeamSequence
                                                                                  Definition

                                                                                  Care team members related to this service or product.

                                                                                  ShortApplicable care team members
                                                                                  Control0..*
                                                                                  TypepositiveInt
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Need to identify the individuals and their roles in the provision of the product or service.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  336. ExplanationOfBenefit.item.diagnosisSequence
                                                                                  Definition

                                                                                  Diagnoses applicable for this service or product.

                                                                                  ShortApplicable diagnoses
                                                                                  Control0..*
                                                                                  TypepositiveInt
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Need to related the product or service to the associated diagnoses.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  338. ExplanationOfBenefit.item.procedureSequence
                                                                                  Definition

                                                                                  Procedures applicable for this service or product.

                                                                                  ShortApplicable procedures
                                                                                  Control0..*
                                                                                  TypepositiveInt
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Need to provide any listed specific procedures to support the product or service being claimed.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  340. ExplanationOfBenefit.item.informationSequence
                                                                                  Definition

                                                                                  Exceptions, special conditions and supporting information applicable for this service or product.

                                                                                  ShortApplicable exception and supporting information
                                                                                  Control0..*
                                                                                  TypepositiveInt
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Need to reference the supporting information items that relate directly to this product or service.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  342. ExplanationOfBenefit.item.revenue
                                                                                  Definition

                                                                                  The type of revenue or cost center providing the product and/or service.

                                                                                  ShortRevenue or cost center code
                                                                                  Control0..1
                                                                                  BindingFor example codes, see ExampleRevenueCenterCodes
                                                                                  (example to http://hl7.org/fhir/ValueSet/ex-revenue-center|4.0.1)

                                                                                  Codes for the revenue or cost centers supplying the service and/or products.

                                                                                  TypeCodeableConcept
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Needed in the processing of institutional claims.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  344. ExplanationOfBenefit.item.category
                                                                                  Definition

                                                                                  Code to identify the general type of benefits under which products and services are provided.

                                                                                  ShortNhóm chi phí QĐ 697/QĐ-BYT — QĐ 697/QĐ-BYT cost category
                                                                                  Comments

                                                                                  Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.

                                                                                  Control1..1
                                                                                  BindingThe codes SHALL be taken from Danh mục chi phí KCB — Vietnam Cost Category ValueSet
                                                                                  (required to http://fhir.hl7.org.vn/core/ValueSet/vn-cost-category-vs)
                                                                                  TypeCodeableConcept
                                                                                  Is Modifierfalse
                                                                                  Must Supporttrue
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  346. ExplanationOfBenefit.item.productOrService
                                                                                  Definition

                                                                                  When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.

                                                                                  ShortMã dịch vụ/thuốc/TBYT
                                                                                  Comments

                                                                                  If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.

                                                                                  Control1..1
                                                                                  BindingFor example codes, see USCLSCodes
                                                                                  (example to http://hl7.org/fhir/ValueSet/service-uscls|4.0.1)

                                                                                  Allowable service and product codes.

                                                                                  TypeCodeableConcept
                                                                                  Is Modifierfalse
                                                                                  Must Supporttrue
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Necessary to state what was provided or done.

                                                                                  Alternate NamesDrug Code, Bill Code, Service Code
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  348. ExplanationOfBenefit.item.modifier
                                                                                  Definition

                                                                                  Item typification or modifiers codes to convey additional context for the product or service.

                                                                                  ShortProduct or service billing modifiers
                                                                                  Comments

                                                                                  For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.

                                                                                  Control0..*
                                                                                  BindingFor example codes, see ModifierTypeCodes
                                                                                  (example to http://hl7.org/fhir/ValueSet/claim-modifiers|4.0.1)

                                                                                  Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.

                                                                                  TypeCodeableConcept
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  To support inclusion of the item for adjudication or to charge an elevated fee.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  350. ExplanationOfBenefit.item.programCode
                                                                                  Definition

                                                                                  Identifies the program under which this may be recovered.

                                                                                  ShortProgram the product or service is provided under
                                                                                  Comments

                                                                                  For example: Neonatal program, child dental program or drug users recovery program.

                                                                                  Control0..*
                                                                                  BindingFor example codes, see ExampleProgramReasonCodes
                                                                                  (example to http://hl7.org/fhir/ValueSet/ex-program-code|4.0.1)

                                                                                  Program specific reason codes.

                                                                                  TypeCodeableConcept
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  352. ExplanationOfBenefit.item.serviced[x]
                                                                                  Definition

                                                                                  The date or dates when the service or product was supplied, performed or completed.

                                                                                  ShortNgày/khoảng thực hiện trong giai đoạn hưởng — Service date/period within the benefit stage
                                                                                  Control1..1
                                                                                  TypeChoice of: date, Period
                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Must Supporttrue
                                                                                  Must Support TypesNo must-support rules about the choice of types/profiles
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Needed to determine whether the service or product was provided during the term of the insurance coverage.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  354. ExplanationOfBenefit.item.location[x]
                                                                                  Definition

                                                                                  Where the product or service was provided.

                                                                                  ShortPlace of service or where product was supplied
                                                                                  Control0..1
                                                                                  BindingFor example codes, see ExampleServicePlaceCodes
                                                                                  (example to http://hl7.org/fhir/ValueSet/service-place|4.0.1)

                                                                                  Place where the service is rendered.

                                                                                  TypeChoice of: CodeableConcept, Address, Reference(Location)
                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  The location can alter whether the item was acceptable for insurance purposes or impact the determination of the benefit amount.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  356. ExplanationOfBenefit.item.quantity
                                                                                  Definition

                                                                                  The number of repetitions of a service or product.

                                                                                  ShortSố lượng của dòng — Line quantity
                                                                                  Control1..1
                                                                                  TypeQuantity(SimpleQuantity)
                                                                                  Is Modifierfalse
                                                                                  Must Supporttrue
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Required when the product or service code does not convey the quantity provided.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  358. ExplanationOfBenefit.item.quantity.id
                                                                                  Definition

                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                  ShortUnique id for inter-element referencing
                                                                                  Control0..1
                                                                                  Typestring
                                                                                  Is Modifierfalse
                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                  Summaryfalse
                                                                                  360. ExplanationOfBenefit.item.quantity.extension
                                                                                  Definition

                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                  ShortAdditional content defined by implementations
                                                                                  Comments

                                                                                  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.

                                                                                  Control0..*
                                                                                  TypeExtension
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Alternate Namesextensions, user content
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                  SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.quantity.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                  • value @ url
                                                                                  • 362. ExplanationOfBenefit.item.quantity.value
                                                                                    Definition

                                                                                    The value of the measured amount. The value includes an implicit precision in the presentation of the value.

                                                                                    ShortNumerical value (with implicit precision)
                                                                                    Comments

                                                                                    The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                    Control1..1
                                                                                    Typedecimal
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    Precision is handled implicitly in almost all cases of measurement.

                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    364. ExplanationOfBenefit.item.quantity.comparator
                                                                                    Definition

                                                                                    Not allowed to be used in this context

                                                                                    Short< | <= | >= | > - how to understand the value
                                                                                    Control0..0
                                                                                    BindingThe codes SHALL be taken from QuantityComparator
                                                                                    (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                                                                                    How the Quantity should be understood and represented.

                                                                                    Typecode
                                                                                    Is Modifiertrue because This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                                                                    Meaning if MissingIf there is no comparator, then there is no modification of the value
                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    366. ExplanationOfBenefit.item.quantity.unit
                                                                                    Definition

                                                                                    A human-readable form of the unit.

                                                                                    ShortUnit representation
                                                                                    Control0..1
                                                                                    Typestring
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    368. ExplanationOfBenefit.item.quantity.system
                                                                                    Definition

                                                                                    The identification of the system that provides the coded form of the unit.

                                                                                    ShortSystem that defines coded unit form
                                                                                    Control0..1
                                                                                    This element is affected by the following invariants: qty-3
                                                                                    Typeuri
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    Need to know the system that defines the coded form of the unit.

                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    370. ExplanationOfBenefit.item.quantity.code
                                                                                    Definition

                                                                                    A computer processable form of the unit in some unit representation system.

                                                                                    ShortCoded form of the unit
                                                                                    Comments

                                                                                    The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

                                                                                    Control0..1
                                                                                    Typecode
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    372. ExplanationOfBenefit.item.unitPrice
                                                                                    Definition

                                                                                    If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.

                                                                                    ShortĐơn giá bệnh viện, VND — Hospital unit price in VND
                                                                                    Control1..1
                                                                                    TypeMoney
                                                                                    Is Modifierfalse
                                                                                    Must Supporttrue
                                                                                    Summaryfalse
                                                                                    Requirements

                                                                                    The amount charged to the patient by the provider for a single unit.

                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    374. ExplanationOfBenefit.item.unitPrice.id
                                                                                    Definition

                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                    ShortUnique id for inter-element referencing
                                                                                    Control0..1
                                                                                    Typestring
                                                                                    Is Modifierfalse
                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                    Summaryfalse
                                                                                    376. ExplanationOfBenefit.item.unitPrice.extension
                                                                                    Definition

                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                    ShortAdditional content defined by implementations
                                                                                    Comments

                                                                                    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.

                                                                                    Control0..*
                                                                                    TypeExtension
                                                                                    Is Modifierfalse
                                                                                    Summaryfalse
                                                                                    Alternate Namesextensions, user content
                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                    SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.unitPrice.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                    • value @ url
                                                                                    • 378. ExplanationOfBenefit.item.unitPrice.value
                                                                                      Definition

                                                                                      Numerical value (with implicit precision).

                                                                                      ShortNumerical value (with implicit precision)
                                                                                      Comments

                                                                                      Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                      Control1..1
                                                                                      Typedecimal
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Summarytrue
                                                                                      Requirements

                                                                                      The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      380. ExplanationOfBenefit.item.unitPrice.currency
                                                                                      Definition

                                                                                      ISO 4217 Currency Code.

                                                                                      ShortISO 4217 Currency Code
                                                                                      Control1..1
                                                                                      BindingThe codes SHALL be taken from Currencies
                                                                                      (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                      A code indicating the currency, taken from ISO 4217.

                                                                                      Typecode
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Summarytrue
                                                                                      Requirements

                                                                                      A code indicating the currency, taken from ISO 4217.

                                                                                      Fixed ValueVND
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      382. ExplanationOfBenefit.item.factor
                                                                                      Definition

                                                                                      A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.

                                                                                      ShortPrice scaling factor
                                                                                      Comments

                                                                                      To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).

                                                                                      Control0..1
                                                                                      Typedecimal
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Summaryfalse
                                                                                      Requirements

                                                                                      When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.

                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      384. ExplanationOfBenefit.item.net
                                                                                      Definition

                                                                                      The quantity times the unit price for an additional service or product or charge.

                                                                                      ShortThành tiền bệnh viện, VND — Hospital line amount in VND
                                                                                      Comments

                                                                                      For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.

                                                                                      Control1..1
                                                                                      TypeMoney
                                                                                      Is Modifierfalse
                                                                                      Must Supporttrue
                                                                                      Summaryfalse
                                                                                      Requirements

                                                                                      Provides the total amount claimed for the group (if a grouper) or the line item.

                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      386. ExplanationOfBenefit.item.net.id
                                                                                      Definition

                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                      ShortUnique id for inter-element referencing
                                                                                      Control0..1
                                                                                      Typestring
                                                                                      Is Modifierfalse
                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                      Summaryfalse
                                                                                      388. ExplanationOfBenefit.item.net.extension
                                                                                      Definition

                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                      ShortAdditional content defined by implementations
                                                                                      Comments

                                                                                      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.

                                                                                      Control0..*
                                                                                      TypeExtension
                                                                                      Is Modifierfalse
                                                                                      Summaryfalse
                                                                                      Alternate Namesextensions, user content
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                      SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.net.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                      • value @ url
                                                                                      • 390. ExplanationOfBenefit.item.net.value
                                                                                        Definition

                                                                                        Numerical value (with implicit precision).

                                                                                        ShortNumerical value (with implicit precision)
                                                                                        Comments

                                                                                        Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                        Control1..1
                                                                                        Typedecimal
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Summarytrue
                                                                                        Requirements

                                                                                        The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        392. ExplanationOfBenefit.item.net.currency
                                                                                        Definition

                                                                                        ISO 4217 Currency Code.

                                                                                        ShortISO 4217 Currency Code
                                                                                        Control1..1
                                                                                        BindingThe codes SHALL be taken from Currencies
                                                                                        (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                        A code indicating the currency, taken from ISO 4217.

                                                                                        Typecode
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Summarytrue
                                                                                        Requirements

                                                                                        A code indicating the currency, taken from ISO 4217.

                                                                                        Fixed ValueVND
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        394. ExplanationOfBenefit.item.udi
                                                                                        Definition

                                                                                        Unique Device Identifiers associated with this line item.

                                                                                        ShortUnique device identifier
                                                                                        Control0..*
                                                                                        TypeReference(Device)
                                                                                        Is Modifierfalse
                                                                                        Summaryfalse
                                                                                        Requirements

                                                                                        The UDI code allows the insurer to obtain device level information on the product supplied.

                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        396. ExplanationOfBenefit.item.bodySite
                                                                                        Definition

                                                                                        Physical service site on the patient (limb, tooth, etc.).

                                                                                        ShortAnatomical location
                                                                                        Comments

                                                                                        For example: Providing a tooth code, allows an insurer to identify a provider performing a filling on a tooth that was previously removed.

                                                                                        Control0..1
                                                                                        BindingFor example codes, see OralSiteCodes
                                                                                        (example to http://hl7.org/fhir/ValueSet/tooth|4.0.1)

                                                                                        The code for the teeth, quadrant, sextant and arch.

                                                                                        TypeCodeableConcept
                                                                                        Is Modifierfalse
                                                                                        Summaryfalse
                                                                                        Requirements

                                                                                        Allows insurer to validate specific procedures.

                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        398. ExplanationOfBenefit.item.subSite
                                                                                        Definition

                                                                                        A region or surface of the bodySite, e.g. limb region or tooth surface(s).

                                                                                        ShortAnatomical sub-location
                                                                                        Control0..*
                                                                                        BindingFor example codes, see SurfaceCodes
                                                                                        (example to http://hl7.org/fhir/ValueSet/surface|4.0.1)

                                                                                        The code for the tooth surface and surface combinations.

                                                                                        TypeCodeableConcept
                                                                                        Is Modifierfalse
                                                                                        Summaryfalse
                                                                                        Requirements

                                                                                        Allows insurer to validate specific procedures.

                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        400. ExplanationOfBenefit.item.encounter
                                                                                        Definition

                                                                                        A billed item may include goods or services provided in multiple encounters.

                                                                                        ShortEncounters related to this billed item
                                                                                        Control0..*
                                                                                        TypeReference(Encounter)
                                                                                        Is Modifierfalse
                                                                                        Summaryfalse
                                                                                        Requirements

                                                                                        Used in some jurisdictions to link clinical events to claim items.

                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        402. ExplanationOfBenefit.item.noteNumber
                                                                                        Definition

                                                                                        The numbers associated with notes below which apply to the adjudication of this item.

                                                                                        ShortApplicable note numbers
                                                                                        Control0..*
                                                                                        TypepositiveInt
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Summaryfalse
                                                                                        Requirements

                                                                                        Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.

                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        404. ExplanationOfBenefit.item.adjudication
                                                                                        Definition

                                                                                        Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.

                                                                                        ShortKết quả giám định từng dòng
                                                                                        Control6..*
                                                                                        TypeBackboneElement
                                                                                        Is Modifierfalse
                                                                                        Summaryfalse
                                                                                        Requirements

                                                                                        The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.adjudication. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                        • pattern @ category
                                                                                        • 406. ExplanationOfBenefit.item.adjudication.id
                                                                                          Definition

                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                          ShortUnique id for inter-element referencing
                                                                                          Control0..1
                                                                                          Typestring
                                                                                          Is Modifierfalse
                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                          Summaryfalse
                                                                                          408. ExplanationOfBenefit.item.adjudication.extension
                                                                                          Definition

                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                          ShortAdditional content defined by implementations
                                                                                          Comments

                                                                                          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.

                                                                                          Control0..*
                                                                                          TypeExtension
                                                                                          Is Modifierfalse
                                                                                          Summaryfalse
                                                                                          Alternate Namesextensions, user content
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                          410. ExplanationOfBenefit.item.adjudication.modifierExtension
                                                                                          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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                          ShortExtensions that cannot be ignored even if unrecognized
                                                                                          Comments

                                                                                          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.

                                                                                          Control0..*
                                                                                          TypeExtension
                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                          Summarytrue
                                                                                          Requirements

                                                                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                          Alternate Namesextensions, user content, modifiers
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                          412. ExplanationOfBenefit.item.adjudication.category
                                                                                          Definition

                                                                                          Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.

                                                                                          ShortType of adjudication information
                                                                                          Comments

                                                                                          For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                          Control1..1
                                                                                          BindingUnless not suitable, these codes SHALL be taken from AdjudicationValueCodes
                                                                                          (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                                                                                          TypeCodeableConcept
                                                                                          Is Modifierfalse
                                                                                          Must Supporttrue
                                                                                          Summaryfalse
                                                                                          Requirements

                                                                                          Needed to enable understanding of the context of the other information in the adjudication.

                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          414. ExplanationOfBenefit.item.adjudication.reason
                                                                                          Definition

                                                                                          A code supporting the understanding of the adjudication result and explaining variance from expected amount.

                                                                                          ShortExplanation of adjudication outcome
                                                                                          Comments

                                                                                          For example, may indicate that the funds for this benefit type have been exhausted.

                                                                                          Control0..1
                                                                                          BindingFor example codes, see AdjudicationReasonCodes
                                                                                          (example to http://hl7.org/fhir/ValueSet/adjudication-reason|4.0.1)

                                                                                          Adjudication reason codes.

                                                                                          TypeCodeableConcept
                                                                                          Is Modifierfalse
                                                                                          Summaryfalse
                                                                                          Requirements

                                                                                          To support understanding of variance from adjudication expectations.

                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          416. ExplanationOfBenefit.item.adjudication.amount
                                                                                          Definition

                                                                                          Monetary amount associated with the category.

                                                                                          ShortMonetary amount
                                                                                          Comments

                                                                                          For example, amount submitted, eligible amount, co-payment, and benefit payable.

                                                                                          Control0..1
                                                                                          TypeMoney
                                                                                          Is Modifierfalse
                                                                                          Must Supporttrue
                                                                                          Summaryfalse
                                                                                          Requirements

                                                                                          Most adjuciation categories convey a monetary amount.

                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          418. ExplanationOfBenefit.item.adjudication.value
                                                                                          Definition

                                                                                          A non-monetary value associated with the category. Mutually exclusive to the amount element above.

                                                                                          ShortNon-monitary value
                                                                                          Comments

                                                                                          For example: eligible percentage or co-payment percentage.

                                                                                          Control0..1
                                                                                          Typedecimal
                                                                                          Is Modifierfalse
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Summaryfalse
                                                                                          Requirements

                                                                                          Some adjudication categories convey a percentage or a fixed value.

                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          420. ExplanationOfBenefit.item.adjudication:submitted
                                                                                          Slice Namesubmitted
                                                                                          Definition

                                                                                          Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.

                                                                                          ShortKết quả giám định từng dòng
                                                                                          Control1..1
                                                                                          TypeBackboneElement
                                                                                          Is Modifierfalse
                                                                                          Must Supporttrue
                                                                                          Summaryfalse
                                                                                          Requirements

                                                                                          The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          422. ExplanationOfBenefit.item.adjudication:submitted.id
                                                                                          Definition

                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                          ShortUnique id for inter-element referencing
                                                                                          Control0..1
                                                                                          Typestring
                                                                                          Is Modifierfalse
                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                          Summaryfalse
                                                                                          424. ExplanationOfBenefit.item.adjudication:submitted.extension
                                                                                          Definition

                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                          ShortAdditional content defined by implementations
                                                                                          Comments

                                                                                          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.

                                                                                          Control0..*
                                                                                          TypeExtension
                                                                                          Is Modifierfalse
                                                                                          Summaryfalse
                                                                                          Alternate Namesextensions, user content
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                          426. ExplanationOfBenefit.item.adjudication:submitted.modifierExtension
                                                                                          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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                          ShortExtensions that cannot be ignored even if unrecognized
                                                                                          Comments

                                                                                          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.

                                                                                          Control0..*
                                                                                          TypeExtension
                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                          Summarytrue
                                                                                          Requirements

                                                                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                          Alternate Namesextensions, user content, modifiers
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                          428. ExplanationOfBenefit.item.adjudication:submitted.category
                                                                                          Definition

                                                                                          Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.

                                                                                          ShortThành tiền bệnh viện đề nghị, cột 7 — Submitted hospital amount, column 7
                                                                                          Comments

                                                                                          For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                          Control1..1
                                                                                          BindingUnless not suitable, these codes SHALL be taken from AdjudicationValueCodes
                                                                                          (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                                                                                          TypeCodeableConcept
                                                                                          Is Modifierfalse
                                                                                          Must Supporttrue
                                                                                          Summaryfalse
                                                                                          Requirements

                                                                                          Needed to enable understanding of the context of the other information in the adjudication.

                                                                                          Pattern Value{
                                                                                            "coding" : [{
                                                                                              "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                                                              "code" : "submitted",
                                                                                              "display" : "Submitted Amount"
                                                                                            }]
                                                                                          }
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          430. ExplanationOfBenefit.item.adjudication:submitted.reason
                                                                                          Definition

                                                                                          A code supporting the understanding of the adjudication result and explaining variance from expected amount.

                                                                                          ShortExplanation of adjudication outcome
                                                                                          Comments

                                                                                          For example, may indicate that the funds for this benefit type have been exhausted.

                                                                                          Control0..1
                                                                                          BindingFor example codes, see AdjudicationReasonCodes
                                                                                          (example to http://hl7.org/fhir/ValueSet/adjudication-reason|4.0.1)

                                                                                          Adjudication reason codes.

                                                                                          TypeCodeableConcept
                                                                                          Is Modifierfalse
                                                                                          Summaryfalse
                                                                                          Requirements

                                                                                          To support understanding of variance from adjudication expectations.

                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          432. ExplanationOfBenefit.item.adjudication:submitted.amount
                                                                                          Definition

                                                                                          Monetary amount associated with the category.

                                                                                          ShortMonetary amount
                                                                                          Comments

                                                                                          For example, amount submitted, eligible amount, co-payment, and benefit payable.

                                                                                          Control1..1
                                                                                          TypeMoney
                                                                                          Is Modifierfalse
                                                                                          Must Supporttrue
                                                                                          Summaryfalse
                                                                                          Requirements

                                                                                          Most adjuciation categories convey a monetary amount.

                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          434. ExplanationOfBenefit.item.adjudication:submitted.amount.id
                                                                                          Definition

                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                          ShortUnique id for inter-element referencing
                                                                                          Control0..1
                                                                                          Typestring
                                                                                          Is Modifierfalse
                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                          Summaryfalse
                                                                                          436. ExplanationOfBenefit.item.adjudication:submitted.amount.extension
                                                                                          Definition

                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                          ShortAdditional content defined by implementations
                                                                                          Comments

                                                                                          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.

                                                                                          Control0..*
                                                                                          TypeExtension
                                                                                          Is Modifierfalse
                                                                                          Summaryfalse
                                                                                          Alternate Namesextensions, user content
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                          SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.adjudication.amount.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                          • value @ url
                                                                                          • 438. ExplanationOfBenefit.item.adjudication:submitted.amount.value
                                                                                            Definition

                                                                                            Numerical value (with implicit precision).

                                                                                            ShortNumerical value (with implicit precision)
                                                                                            Comments

                                                                                            Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                            Control1..1
                                                                                            Typedecimal
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Summarytrue
                                                                                            Requirements

                                                                                            The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            440. ExplanationOfBenefit.item.adjudication:submitted.amount.currency
                                                                                            Definition

                                                                                            ISO 4217 Currency Code.

                                                                                            ShortISO 4217 Currency Code
                                                                                            Control1..1
                                                                                            BindingThe codes SHALL be taken from Currencies
                                                                                            (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                            A code indicating the currency, taken from ISO 4217.

                                                                                            Typecode
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Summarytrue
                                                                                            Requirements

                                                                                            A code indicating the currency, taken from ISO 4217.

                                                                                            Fixed ValueVND
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            442. ExplanationOfBenefit.item.adjudication:submitted.value
                                                                                            Definition

                                                                                            A non-monetary value associated with the category. Mutually exclusive to the amount element above.

                                                                                            ShortNon-monitary value
                                                                                            Comments

                                                                                            For example: eligible percentage or co-payment percentage.

                                                                                            Control0..1
                                                                                            Typedecimal
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Summaryfalse
                                                                                            Requirements

                                                                                            Some adjudication categories convey a percentage or a fixed value.

                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            444. ExplanationOfBenefit.item.adjudication:eligible
                                                                                            Slice Nameeligible
                                                                                            Definition

                                                                                            Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.

                                                                                            ShortKết quả giám định từng dòng
                                                                                            Control1..1
                                                                                            TypeBackboneElement
                                                                                            Is Modifierfalse
                                                                                            Must Supporttrue
                                                                                            Summaryfalse
                                                                                            Requirements

                                                                                            The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            446. ExplanationOfBenefit.item.adjudication:eligible.id
                                                                                            Definition

                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                            ShortUnique id for inter-element referencing
                                                                                            Control0..1
                                                                                            Typestring
                                                                                            Is Modifierfalse
                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                            Summaryfalse
                                                                                            448. ExplanationOfBenefit.item.adjudication:eligible.extension
                                                                                            Definition

                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                            ShortAdditional content defined by implementations
                                                                                            Comments

                                                                                            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.

                                                                                            Control0..*
                                                                                            TypeExtension
                                                                                            Is Modifierfalse
                                                                                            Summaryfalse
                                                                                            Alternate Namesextensions, user content
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                            450. ExplanationOfBenefit.item.adjudication:eligible.modifierExtension
                                                                                            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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                            Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                            ShortExtensions that cannot be ignored even if unrecognized
                                                                                            Comments

                                                                                            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.

                                                                                            Control0..*
                                                                                            TypeExtension
                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                            Summarytrue
                                                                                            Requirements

                                                                                            Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                            Alternate Namesextensions, user content, modifiers
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                            452. ExplanationOfBenefit.item.adjudication:eligible.category
                                                                                            Definition

                                                                                            Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.

                                                                                            ShortThành tiền BH đủ điều kiện, cột 9 — Eligible insurance amount, column 9
                                                                                            Comments

                                                                                            For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                            Control1..1
                                                                                            BindingUnless not suitable, these codes SHALL be taken from AdjudicationValueCodes
                                                                                            (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                                                                                            TypeCodeableConcept
                                                                                            Is Modifierfalse
                                                                                            Must Supporttrue
                                                                                            Summaryfalse
                                                                                            Requirements

                                                                                            Needed to enable understanding of the context of the other information in the adjudication.

                                                                                            Pattern Value{
                                                                                              "coding" : [{
                                                                                                "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                                                                "code" : "eligible",
                                                                                                "display" : "Eligible Amount"
                                                                                              }]
                                                                                            }
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            454. ExplanationOfBenefit.item.adjudication:eligible.reason
                                                                                            Definition

                                                                                            A code supporting the understanding of the adjudication result and explaining variance from expected amount.

                                                                                            ShortExplanation of adjudication outcome
                                                                                            Comments

                                                                                            For example, may indicate that the funds for this benefit type have been exhausted.

                                                                                            Control0..1
                                                                                            BindingFor example codes, see AdjudicationReasonCodes
                                                                                            (example to http://hl7.org/fhir/ValueSet/adjudication-reason|4.0.1)

                                                                                            Adjudication reason codes.

                                                                                            TypeCodeableConcept
                                                                                            Is Modifierfalse
                                                                                            Summaryfalse
                                                                                            Requirements

                                                                                            To support understanding of variance from adjudication expectations.

                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            456. ExplanationOfBenefit.item.adjudication:eligible.amount
                                                                                            Definition

                                                                                            Monetary amount associated with the category.

                                                                                            ShortMonetary amount
                                                                                            Comments

                                                                                            For example, amount submitted, eligible amount, co-payment, and benefit payable.

                                                                                            Control1..1
                                                                                            TypeMoney
                                                                                            Is Modifierfalse
                                                                                            Must Supporttrue
                                                                                            Summaryfalse
                                                                                            Requirements

                                                                                            Most adjuciation categories convey a monetary amount.

                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            458. ExplanationOfBenefit.item.adjudication:eligible.amount.id
                                                                                            Definition

                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                            ShortUnique id for inter-element referencing
                                                                                            Control0..1
                                                                                            Typestring
                                                                                            Is Modifierfalse
                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                            Summaryfalse
                                                                                            460. ExplanationOfBenefit.item.adjudication:eligible.amount.extension
                                                                                            Definition

                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                            ShortAdditional content defined by implementations
                                                                                            Comments

                                                                                            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.

                                                                                            Control0..*
                                                                                            TypeExtension
                                                                                            Is Modifierfalse
                                                                                            Summaryfalse
                                                                                            Alternate Namesextensions, user content
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                            SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.adjudication.amount.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                            • value @ url
                                                                                            • 462. ExplanationOfBenefit.item.adjudication:eligible.amount.value
                                                                                              Definition

                                                                                              Numerical value (with implicit precision).

                                                                                              ShortNumerical value (with implicit precision)
                                                                                              Comments

                                                                                              Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                              Control1..1
                                                                                              Typedecimal
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summarytrue
                                                                                              Requirements

                                                                                              The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              464. ExplanationOfBenefit.item.adjudication:eligible.amount.currency
                                                                                              Definition

                                                                                              ISO 4217 Currency Code.

                                                                                              ShortISO 4217 Currency Code
                                                                                              Control1..1
                                                                                              BindingThe codes SHALL be taken from Currencies
                                                                                              (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                              A code indicating the currency, taken from ISO 4217.

                                                                                              Typecode
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summarytrue
                                                                                              Requirements

                                                                                              A code indicating the currency, taken from ISO 4217.

                                                                                              Fixed ValueVND
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              466. ExplanationOfBenefit.item.adjudication:eligible.value
                                                                                              Definition

                                                                                              A non-monetary value associated with the category. Mutually exclusive to the amount element above.

                                                                                              ShortNon-monitary value
                                                                                              Comments

                                                                                              For example: eligible percentage or co-payment percentage.

                                                                                              Control0..1
                                                                                              Typedecimal
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summaryfalse
                                                                                              Requirements

                                                                                              Some adjudication categories convey a percentage or a fixed value.

                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              468. ExplanationOfBenefit.item.adjudication:insuranceFund
                                                                                              Slice NameinsuranceFund
                                                                                              Definition

                                                                                              Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.

                                                                                              ShortKết quả giám định từng dòng
                                                                                              Control1..1
                                                                                              TypeBackboneElement
                                                                                              Is Modifierfalse
                                                                                              Must Supporttrue
                                                                                              Summaryfalse
                                                                                              Requirements

                                                                                              The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              470. ExplanationOfBenefit.item.adjudication:insuranceFund.id
                                                                                              Definition

                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                              ShortUnique id for inter-element referencing
                                                                                              Control0..1
                                                                                              Typestring
                                                                                              Is Modifierfalse
                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                              Summaryfalse
                                                                                              472. ExplanationOfBenefit.item.adjudication:insuranceFund.extension
                                                                                              Definition

                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                              ShortAdditional content defined by implementations
                                                                                              Comments

                                                                                              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.

                                                                                              Control0..*
                                                                                              TypeExtension
                                                                                              Is Modifierfalse
                                                                                              Summaryfalse
                                                                                              Alternate Namesextensions, user content
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                              474. ExplanationOfBenefit.item.adjudication:insuranceFund.modifierExtension
                                                                                              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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                                              Comments

                                                                                              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.

                                                                                              Control0..*
                                                                                              TypeExtension
                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                              Summarytrue
                                                                                              Requirements

                                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                              Alternate Namesextensions, user content, modifiers
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                              476. ExplanationOfBenefit.item.adjudication:insuranceFund.category
                                                                                              Definition

                                                                                              Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.

                                                                                              ShortQuỹ BHYT thanh toán, cột 10 — BHYT fund payment, column 10
                                                                                              Comments

                                                                                              For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                              Control1..1
                                                                                              BindingUnless not suitable, these codes SHALL be taken from AdjudicationValueCodes
                                                                                              (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                                                                                              TypeCodeableConcept
                                                                                              Is Modifierfalse
                                                                                              Must Supporttrue
                                                                                              Summaryfalse
                                                                                              Requirements

                                                                                              Needed to enable understanding of the context of the other information in the adjudication.

                                                                                              Pattern Value{
                                                                                                "coding" : [{
                                                                                                  "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                                                                  "code" : "benefit",
                                                                                                  "display" : "Benefit Amount"
                                                                                                }]
                                                                                              }
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              478. ExplanationOfBenefit.item.adjudication:insuranceFund.reason
                                                                                              Definition

                                                                                              A code supporting the understanding of the adjudication result and explaining variance from expected amount.

                                                                                              ShortExplanation of adjudication outcome
                                                                                              Comments

                                                                                              For example, may indicate that the funds for this benefit type have been exhausted.

                                                                                              Control0..1
                                                                                              BindingFor example codes, see AdjudicationReasonCodes
                                                                                              (example to http://hl7.org/fhir/ValueSet/adjudication-reason|4.0.1)

                                                                                              Adjudication reason codes.

                                                                                              TypeCodeableConcept
                                                                                              Is Modifierfalse
                                                                                              Summaryfalse
                                                                                              Requirements

                                                                                              To support understanding of variance from adjudication expectations.

                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              480. ExplanationOfBenefit.item.adjudication:insuranceFund.amount
                                                                                              Definition

                                                                                              Monetary amount associated with the category.

                                                                                              ShortMonetary amount
                                                                                              Comments

                                                                                              For example, amount submitted, eligible amount, co-payment, and benefit payable.

                                                                                              Control1..1
                                                                                              TypeMoney
                                                                                              Is Modifierfalse
                                                                                              Must Supporttrue
                                                                                              Summaryfalse
                                                                                              Requirements

                                                                                              Most adjuciation categories convey a monetary amount.

                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              482. ExplanationOfBenefit.item.adjudication:insuranceFund.amount.id
                                                                                              Definition

                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                              ShortUnique id for inter-element referencing
                                                                                              Control0..1
                                                                                              Typestring
                                                                                              Is Modifierfalse
                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                              Summaryfalse
                                                                                              484. ExplanationOfBenefit.item.adjudication:insuranceFund.amount.extension
                                                                                              Definition

                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                              ShortAdditional content defined by implementations
                                                                                              Comments

                                                                                              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.

                                                                                              Control0..*
                                                                                              TypeExtension
                                                                                              Is Modifierfalse
                                                                                              Summaryfalse
                                                                                              Alternate Namesextensions, user content
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                              SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.adjudication.amount.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                              • value @ url
                                                                                              • 486. ExplanationOfBenefit.item.adjudication:insuranceFund.amount.value
                                                                                                Definition

                                                                                                Numerical value (with implicit precision).

                                                                                                ShortNumerical value (with implicit precision)
                                                                                                Comments

                                                                                                Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                Control1..1
                                                                                                Typedecimal
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Summarytrue
                                                                                                Requirements

                                                                                                The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                488. ExplanationOfBenefit.item.adjudication:insuranceFund.amount.currency
                                                                                                Definition

                                                                                                ISO 4217 Currency Code.

                                                                                                ShortISO 4217 Currency Code
                                                                                                Control1..1
                                                                                                BindingThe codes SHALL be taken from Currencies
                                                                                                (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                A code indicating the currency, taken from ISO 4217.

                                                                                                Typecode
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Summarytrue
                                                                                                Requirements

                                                                                                A code indicating the currency, taken from ISO 4217.

                                                                                                Fixed ValueVND
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                490. ExplanationOfBenefit.item.adjudication:insuranceFund.value
                                                                                                Definition

                                                                                                A non-monetary value associated with the category. Mutually exclusive to the amount element above.

                                                                                                ShortNon-monitary value
                                                                                                Comments

                                                                                                For example: eligible percentage or co-payment percentage.

                                                                                                Control0..1
                                                                                                Typedecimal
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Summaryfalse
                                                                                                Requirements

                                                                                                Some adjudication categories convey a percentage or a fixed value.

                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                492. ExplanationOfBenefit.item.adjudication:patientCopay
                                                                                                Slice NamepatientCopay
                                                                                                Definition

                                                                                                Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.

                                                                                                ShortKết quả giám định từng dòng
                                                                                                Control1..1
                                                                                                TypeBackboneElement
                                                                                                Is Modifierfalse
                                                                                                Must Supporttrue
                                                                                                Summaryfalse
                                                                                                Requirements

                                                                                                The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                494. ExplanationOfBenefit.item.adjudication:patientCopay.id
                                                                                                Definition

                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                ShortUnique id for inter-element referencing
                                                                                                Control0..1
                                                                                                Typestring
                                                                                                Is Modifierfalse
                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                Summaryfalse
                                                                                                496. ExplanationOfBenefit.item.adjudication:patientCopay.extension
                                                                                                Definition

                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                ShortAdditional content defined by implementations
                                                                                                Comments

                                                                                                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.

                                                                                                Control0..*
                                                                                                TypeExtension
                                                                                                Is Modifierfalse
                                                                                                Summaryfalse
                                                                                                Alternate Namesextensions, user content
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                498. ExplanationOfBenefit.item.adjudication:patientCopay.modifierExtension
                                                                                                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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                ShortExtensions that cannot be ignored even if unrecognized
                                                                                                Comments

                                                                                                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.

                                                                                                Control0..*
                                                                                                TypeExtension
                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                Summarytrue
                                                                                                Requirements

                                                                                                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                Alternate Namesextensions, user content, modifiers
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                500. ExplanationOfBenefit.item.adjudication:patientCopay.category
                                                                                                Definition

                                                                                                Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.

                                                                                                ShortNgười bệnh cùng chi trả, cột 11 — Patient co-payment, column 11
                                                                                                Comments

                                                                                                For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                                Control1..1
                                                                                                BindingUnless not suitable, these codes SHALL be taken from AdjudicationValueCodes
                                                                                                (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                                                                                                TypeCodeableConcept
                                                                                                Is Modifierfalse
                                                                                                Must Supporttrue
                                                                                                Summaryfalse
                                                                                                Requirements

                                                                                                Needed to enable understanding of the context of the other information in the adjudication.

                                                                                                Pattern Value{
                                                                                                  "coding" : [{
                                                                                                    "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                                                                    "code" : "copay",
                                                                                                    "display" : "CoPay"
                                                                                                  }]
                                                                                                }
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                502. ExplanationOfBenefit.item.adjudication:patientCopay.reason
                                                                                                Definition

                                                                                                A code supporting the understanding of the adjudication result and explaining variance from expected amount.

                                                                                                ShortExplanation of adjudication outcome
                                                                                                Comments

                                                                                                For example, may indicate that the funds for this benefit type have been exhausted.

                                                                                                Control0..1
                                                                                                BindingFor example codes, see AdjudicationReasonCodes
                                                                                                (example to http://hl7.org/fhir/ValueSet/adjudication-reason|4.0.1)

                                                                                                Adjudication reason codes.

                                                                                                TypeCodeableConcept
                                                                                                Is Modifierfalse
                                                                                                Summaryfalse
                                                                                                Requirements

                                                                                                To support understanding of variance from adjudication expectations.

                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                504. ExplanationOfBenefit.item.adjudication:patientCopay.amount
                                                                                                Definition

                                                                                                Monetary amount associated with the category.

                                                                                                ShortMonetary amount
                                                                                                Comments

                                                                                                For example, amount submitted, eligible amount, co-payment, and benefit payable.

                                                                                                Control1..1
                                                                                                TypeMoney
                                                                                                Is Modifierfalse
                                                                                                Must Supporttrue
                                                                                                Summaryfalse
                                                                                                Requirements

                                                                                                Most adjuciation categories convey a monetary amount.

                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                506. ExplanationOfBenefit.item.adjudication:patientCopay.amount.id
                                                                                                Definition

                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                ShortUnique id for inter-element referencing
                                                                                                Control0..1
                                                                                                Typestring
                                                                                                Is Modifierfalse
                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                Summaryfalse
                                                                                                508. ExplanationOfBenefit.item.adjudication:patientCopay.amount.extension
                                                                                                Definition

                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                ShortAdditional content defined by implementations
                                                                                                Comments

                                                                                                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.

                                                                                                Control0..*
                                                                                                TypeExtension
                                                                                                Is Modifierfalse
                                                                                                Summaryfalse
                                                                                                Alternate Namesextensions, user content
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.adjudication.amount.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                • value @ url
                                                                                                • 510. ExplanationOfBenefit.item.adjudication:patientCopay.amount.value
                                                                                                  Definition

                                                                                                  Numerical value (with implicit precision).

                                                                                                  ShortNumerical value (with implicit precision)
                                                                                                  Comments

                                                                                                  Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                  Control1..1
                                                                                                  Typedecimal
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Summarytrue
                                                                                                  Requirements

                                                                                                  The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  512. ExplanationOfBenefit.item.adjudication:patientCopay.amount.currency
                                                                                                  Definition

                                                                                                  ISO 4217 Currency Code.

                                                                                                  ShortISO 4217 Currency Code
                                                                                                  Control1..1
                                                                                                  BindingThe codes SHALL be taken from Currencies
                                                                                                  (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                  A code indicating the currency, taken from ISO 4217.

                                                                                                  Typecode
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Summarytrue
                                                                                                  Requirements

                                                                                                  A code indicating the currency, taken from ISO 4217.

                                                                                                  Fixed ValueVND
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  514. ExplanationOfBenefit.item.adjudication:patientCopay.value
                                                                                                  Definition

                                                                                                  A non-monetary value associated with the category. Mutually exclusive to the amount element above.

                                                                                                  ShortNon-monitary value
                                                                                                  Comments

                                                                                                  For example: eligible percentage or co-payment percentage.

                                                                                                  Control0..1
                                                                                                  Typedecimal
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Summaryfalse
                                                                                                  Requirements

                                                                                                  Some adjudication categories convey a percentage or a fixed value.

                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  516. ExplanationOfBenefit.item.adjudication:otherSource
                                                                                                  Slice NameotherSource
                                                                                                  Definition

                                                                                                  Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.

                                                                                                  ShortKết quả giám định từng dòng
                                                                                                  Control1..1
                                                                                                  TypeBackboneElement
                                                                                                  Is Modifierfalse
                                                                                                  Must Supporttrue
                                                                                                  Summaryfalse
                                                                                                  Requirements

                                                                                                  The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  518. ExplanationOfBenefit.item.adjudication:otherSource.id
                                                                                                  Definition

                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                  ShortUnique id for inter-element referencing
                                                                                                  Control0..1
                                                                                                  Typestring
                                                                                                  Is Modifierfalse
                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                  Summaryfalse
                                                                                                  520. ExplanationOfBenefit.item.adjudication:otherSource.extension
                                                                                                  Definition

                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                  ShortAdditional content defined by implementations
                                                                                                  Comments

                                                                                                  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.

                                                                                                  Control0..*
                                                                                                  TypeExtension
                                                                                                  Is Modifierfalse
                                                                                                  Summaryfalse
                                                                                                  Alternate Namesextensions, user content
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                  522. ExplanationOfBenefit.item.adjudication:otherSource.modifierExtension
                                                                                                  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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                  Comments

                                                                                                  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.

                                                                                                  Control0..*
                                                                                                  TypeExtension
                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                  Summarytrue
                                                                                                  Requirements

                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                  Alternate Namesextensions, user content, modifiers
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                  524. ExplanationOfBenefit.item.adjudication:otherSource.category
                                                                                                  Definition

                                                                                                  Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.

                                                                                                  ShortNguồn khác thanh toán, cột 12 — Other-source payment, column 12
                                                                                                  Comments

                                                                                                  For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                                  Control1..1
                                                                                                  BindingUnless not suitable, these codes SHALL be taken from AdjudicationValueCodes
                                                                                                  (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                                                                                                  TypeCodeableConcept
                                                                                                  Is Modifierfalse
                                                                                                  Must Supporttrue
                                                                                                  Summaryfalse
                                                                                                  Requirements

                                                                                                  Needed to enable understanding of the context of the other information in the adjudication.

                                                                                                  Pattern Value{
                                                                                                    "coding" : [{
                                                                                                      "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs",
                                                                                                      "code" : "other-fund",
                                                                                                      "display" : "Nguồn khác"
                                                                                                    }]
                                                                                                  }
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  526. ExplanationOfBenefit.item.adjudication:otherSource.reason
                                                                                                  Definition

                                                                                                  A code supporting the understanding of the adjudication result and explaining variance from expected amount.

                                                                                                  ShortExplanation of adjudication outcome
                                                                                                  Comments

                                                                                                  For example, may indicate that the funds for this benefit type have been exhausted.

                                                                                                  Control0..1
                                                                                                  BindingFor example codes, see AdjudicationReasonCodes
                                                                                                  (example to http://hl7.org/fhir/ValueSet/adjudication-reason|4.0.1)

                                                                                                  Adjudication reason codes.

                                                                                                  TypeCodeableConcept
                                                                                                  Is Modifierfalse
                                                                                                  Summaryfalse
                                                                                                  Requirements

                                                                                                  To support understanding of variance from adjudication expectations.

                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  528. ExplanationOfBenefit.item.adjudication:otherSource.amount
                                                                                                  Definition

                                                                                                  Monetary amount associated with the category.

                                                                                                  ShortMonetary amount
                                                                                                  Comments

                                                                                                  For example, amount submitted, eligible amount, co-payment, and benefit payable.

                                                                                                  Control1..1
                                                                                                  TypeMoney
                                                                                                  Is Modifierfalse
                                                                                                  Must Supporttrue
                                                                                                  Summaryfalse
                                                                                                  Requirements

                                                                                                  Most adjuciation categories convey a monetary amount.

                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  530. ExplanationOfBenefit.item.adjudication:otherSource.amount.id
                                                                                                  Definition

                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                  ShortUnique id for inter-element referencing
                                                                                                  Control0..1
                                                                                                  Typestring
                                                                                                  Is Modifierfalse
                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                  Summaryfalse
                                                                                                  532. ExplanationOfBenefit.item.adjudication:otherSource.amount.extension
                                                                                                  Definition

                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                  ShortAdditional content defined by implementations
                                                                                                  Comments

                                                                                                  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.

                                                                                                  Control0..*
                                                                                                  TypeExtension
                                                                                                  Is Modifierfalse
                                                                                                  Summaryfalse
                                                                                                  Alternate Namesextensions, user content
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                  SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.adjudication.amount.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                  • value @ url
                                                                                                  • 534. ExplanationOfBenefit.item.adjudication:otherSource.amount.value
                                                                                                    Definition

                                                                                                    Numerical value (with implicit precision).

                                                                                                    ShortNumerical value (with implicit precision)
                                                                                                    Comments

                                                                                                    Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                    Control1..1
                                                                                                    Typedecimal
                                                                                                    Is Modifierfalse
                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                    Summarytrue
                                                                                                    Requirements

                                                                                                    The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    536. ExplanationOfBenefit.item.adjudication:otherSource.amount.currency
                                                                                                    Definition

                                                                                                    ISO 4217 Currency Code.

                                                                                                    ShortISO 4217 Currency Code
                                                                                                    Control1..1
                                                                                                    BindingThe codes SHALL be taken from Currencies
                                                                                                    (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                    A code indicating the currency, taken from ISO 4217.

                                                                                                    Typecode
                                                                                                    Is Modifierfalse
                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                    Summarytrue
                                                                                                    Requirements

                                                                                                    A code indicating the currency, taken from ISO 4217.

                                                                                                    Fixed ValueVND
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    538. ExplanationOfBenefit.item.adjudication:otherSource.value
                                                                                                    Definition

                                                                                                    A non-monetary value associated with the category. Mutually exclusive to the amount element above.

                                                                                                    ShortNon-monitary value
                                                                                                    Comments

                                                                                                    For example: eligible percentage or co-payment percentage.

                                                                                                    Control0..1
                                                                                                    Typedecimal
                                                                                                    Is Modifierfalse
                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                    Summaryfalse
                                                                                                    Requirements

                                                                                                    Some adjudication categories convey a percentage or a fixed value.

                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    540. ExplanationOfBenefit.item.adjudication:patientSelfPay
                                                                                                    Slice NamepatientSelfPay
                                                                                                    Definition

                                                                                                    Kết quả giám định từng dòng nếu hệ thống nguồn có line-level adjudication. EOB có thể chỉ mang total-level adjudication trong một số báo cáo/patient-facing use case, nên element này không bị bắt buộc như VNCoreClaimResponse.

                                                                                                    ShortKết quả giám định từng dòng
                                                                                                    Control1..1
                                                                                                    TypeBackboneElement
                                                                                                    Is Modifierfalse
                                                                                                    Must Supporttrue
                                                                                                    Summaryfalse
                                                                                                    Requirements

                                                                                                    The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.

                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    542. ExplanationOfBenefit.item.adjudication:patientSelfPay.id
                                                                                                    Definition

                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                    ShortUnique id for inter-element referencing
                                                                                                    Control0..1
                                                                                                    Typestring
                                                                                                    Is Modifierfalse
                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                    Summaryfalse
                                                                                                    544. ExplanationOfBenefit.item.adjudication:patientSelfPay.extension
                                                                                                    Definition

                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                    ShortAdditional content defined by implementations
                                                                                                    Comments

                                                                                                    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.

                                                                                                    Control0..*
                                                                                                    TypeExtension
                                                                                                    Is Modifierfalse
                                                                                                    Summaryfalse
                                                                                                    Alternate Namesextensions, user content
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                    546. ExplanationOfBenefit.item.adjudication:patientSelfPay.modifierExtension
                                                                                                    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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                                                                    Comments

                                                                                                    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.

                                                                                                    Control0..*
                                                                                                    TypeExtension
                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                    Summarytrue
                                                                                                    Requirements

                                                                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                    Alternate Namesextensions, user content, modifiers
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                    548. ExplanationOfBenefit.item.adjudication:patientSelfPay.category
                                                                                                    Definition

                                                                                                    Category giám định từng dòng. Ưu tiên HL7 adjudication (submitted, eligible, copay, benefit) cho line-level adjudication; các subtotal cục bộ của VN Core không dùng ở line-level.

                                                                                                    ShortNgười bệnh tự trả, cột 13 — Patient self-pay, column 13
                                                                                                    Comments

                                                                                                    For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                                    Control1..1
                                                                                                    BindingUnless not suitable, these codes SHALL be taken from AdjudicationValueCodes
                                                                                                    (extensible to http://hl7.org/fhir/ValueSet/adjudication)
                                                                                                    TypeCodeableConcept
                                                                                                    Is Modifierfalse
                                                                                                    Must Supporttrue
                                                                                                    Summaryfalse
                                                                                                    Requirements

                                                                                                    Needed to enable understanding of the context of the other information in the adjudication.

                                                                                                    Pattern Value{
                                                                                                      "coding" : [{
                                                                                                        "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs",
                                                                                                        "code" : "patient-self-pay",
                                                                                                        "display" : "Người bệnh tự trả"
                                                                                                      }]
                                                                                                    }
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    550. ExplanationOfBenefit.item.adjudication:patientSelfPay.reason
                                                                                                    Definition

                                                                                                    A code supporting the understanding of the adjudication result and explaining variance from expected amount.

                                                                                                    ShortExplanation of adjudication outcome
                                                                                                    Comments

                                                                                                    For example, may indicate that the funds for this benefit type have been exhausted.

                                                                                                    Control0..1
                                                                                                    BindingFor example codes, see AdjudicationReasonCodes
                                                                                                    (example to http://hl7.org/fhir/ValueSet/adjudication-reason|4.0.1)

                                                                                                    Adjudication reason codes.

                                                                                                    TypeCodeableConcept
                                                                                                    Is Modifierfalse
                                                                                                    Summaryfalse
                                                                                                    Requirements

                                                                                                    To support understanding of variance from adjudication expectations.

                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    552. ExplanationOfBenefit.item.adjudication:patientSelfPay.amount
                                                                                                    Definition

                                                                                                    Monetary amount associated with the category.

                                                                                                    ShortMonetary amount
                                                                                                    Comments

                                                                                                    For example, amount submitted, eligible amount, co-payment, and benefit payable.

                                                                                                    Control1..1
                                                                                                    TypeMoney
                                                                                                    Is Modifierfalse
                                                                                                    Must Supporttrue
                                                                                                    Summaryfalse
                                                                                                    Requirements

                                                                                                    Most adjuciation categories convey a monetary amount.

                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    554. ExplanationOfBenefit.item.adjudication:patientSelfPay.amount.id
                                                                                                    Definition

                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                    ShortUnique id for inter-element referencing
                                                                                                    Control0..1
                                                                                                    Typestring
                                                                                                    Is Modifierfalse
                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                    Summaryfalse
                                                                                                    556. ExplanationOfBenefit.item.adjudication:patientSelfPay.amount.extension
                                                                                                    Definition

                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                    ShortAdditional content defined by implementations
                                                                                                    Comments

                                                                                                    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.

                                                                                                    Control0..*
                                                                                                    TypeExtension
                                                                                                    Is Modifierfalse
                                                                                                    Summaryfalse
                                                                                                    Alternate Namesextensions, user content
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                    SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.adjudication.amount.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                    • value @ url
                                                                                                    • 558. ExplanationOfBenefit.item.adjudication:patientSelfPay.amount.value
                                                                                                      Definition

                                                                                                      Numerical value (with implicit precision).

                                                                                                      ShortNumerical value (with implicit precision)
                                                                                                      Comments

                                                                                                      Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                      Control1..1
                                                                                                      Typedecimal
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summarytrue
                                                                                                      Requirements

                                                                                                      The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      560. ExplanationOfBenefit.item.adjudication:patientSelfPay.amount.currency
                                                                                                      Definition

                                                                                                      ISO 4217 Currency Code.

                                                                                                      ShortISO 4217 Currency Code
                                                                                                      Control1..1
                                                                                                      BindingThe codes SHALL be taken from Currencies
                                                                                                      (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                      A code indicating the currency, taken from ISO 4217.

                                                                                                      Typecode
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summarytrue
                                                                                                      Requirements

                                                                                                      A code indicating the currency, taken from ISO 4217.

                                                                                                      Fixed ValueVND
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      562. ExplanationOfBenefit.item.adjudication:patientSelfPay.value
                                                                                                      Definition

                                                                                                      A non-monetary value associated with the category. Mutually exclusive to the amount element above.

                                                                                                      ShortNon-monitary value
                                                                                                      Comments

                                                                                                      For example: eligible percentage or co-payment percentage.

                                                                                                      Control0..1
                                                                                                      Typedecimal
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summaryfalse
                                                                                                      Requirements

                                                                                                      Some adjudication categories convey a percentage or a fixed value.

                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      564. ExplanationOfBenefit.item.detail
                                                                                                      Definition

                                                                                                      Mỗi detail của gói TBYT mang lossless các cột 5/6/8/9; adjudication cột 10–13 chỉ nằm ở item tổng gói theo QĐ 697/QĐ-BYT (hướng dẫn khoảng dòng 389 và 407). Each medical-device package detail carries columns 5/6/8/9 losslessly, while columns 10–13 are adjudicated only on the package-level item.

                                                                                                      ShortChi tiết cấu thành gói TBYT, cột 5/6/8/9 — Device-package component columns 5/6/8/9
                                                                                                      Control0..*
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Summaryfalse
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      566. ExplanationOfBenefit.item.detail.id
                                                                                                      Definition

                                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                      ShortUnique id for inter-element referencing
                                                                                                      Control0..1
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                      Summaryfalse
                                                                                                      568. ExplanationOfBenefit.item.detail.extension
                                                                                                      Definition

                                                                                                      An Extension

                                                                                                      ShortExtension
                                                                                                      Control1..*
                                                                                                      TypeExtension
                                                                                                      Is Modifierfalse
                                                                                                      Summaryfalse
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                      SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                      • value @ url
                                                                                                      • 570. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo
                                                                                                        Slice NameinsuranceCostInfo
                                                                                                        Definition

                                                                                                        Extension tái sử dụng cho thông tin chi phí BHYT trên từng item (thuốc/DVKT/VTYT). Bao gồm: phạm vi BHYT (PHAM_VI), tỷ lệ thanh toán BHYT (TYLE_TT/TYLE_TT_BH), mức hưởng (MUC_HUONG), mức trần thanh toán BHYT (T_TRANTT), tỷ lệ thanh toán dịch vụ (TYLE_TT_DV), đơn giá BHYT (DON_GIA_BH) và thành tiền BHYT (THANH_TIEN_BH). Dùng trên: MedicationRequest, MedicationAdministration, Procedure, Claim.item, Claim.item.detail, ExplanationOfBenefit.item, ExplanationOfBenefit.item.detail, ServiceRequest và MedicationDispense khi các resource đó đang đóng vai trò nguồn dữ liệu cho dòng chi phí. Với thiết bị/vật tư, ưu tiên đặt trên Claim.item hoặc item.detail; không dùng trên DeviceUseStatement vì DeviceUseStatement là ghi nhận sử dụng lâm sàng. Theo QĐ 697/QĐ-BYT (các dòng hướng dẫn khoảng 389 và 407), component trong gói TBYT mang lossless các cột 5/6/8/9; chỉ các cột 10–13 được tính ở item tổng gói. Mapping XML 3176: PHAM_VI, TYLE_TT, MUC_HUONG; DON_GIA_BH (Bảng 3 STT 15), TYLE_TT_DV (Bảng 3 STT 17), THANH_TIEN_BH (Bảng 2 STT 21, Bảng 3 STT 20), T_TRANTT (Bảng 3 STT 21). Nguồn thiết kế: OHP Data Processor (medication-pham-vi, medication-payment-ratio, medication-benefit-level). Căn cứ: [QĐ 3176/QĐ-BYT] (ban hành 29/10/2024, hiệu lực 29/10/2024) — Chuẩn dữ liệu đầu ra KCB phục vụ BHXH; [NĐ 188/2025/NĐ-CP] (ban hành 01/07/2025, hiệu lực 15/08/2025) — Hướng dẫn thi hành Luật BHYT. English summary: Reusable line-level BHYT cost information for medication, procedure, service, Claim, EOB, and medication-administration data. On a medical-device package, each Claim/EOB item detail carries columns 5/6/8/9 losslessly, while columns 10–13 remain on the package item. insuranceLineAmount represents the insurance-eligible line amount (THANH_TIEN_BH/column 9), not the final BHYT fund allocation; on an EOB it aligns with adjudication eligible, while the fund allocation uses adjudication benefit.

                                                                                                        ShortCột 5/6/8/9 của component gói TBYT — Device-package component columns 5/6/8/9
                                                                                                        Control1..1
                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                        TypeExtension(Thông tin chi phí BHYT — Insurance Cost Info Extension) (Complex Extension)
                                                                                                        Is Modifierfalse
                                                                                                        Must Supporttrue
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                        572. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.id
                                                                                                        Definition

                                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                        ShortUnique id for inter-element referencing
                                                                                                        Control0..1
                                                                                                        Typestring
                                                                                                        Is Modifierfalse
                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                        Summaryfalse
                                                                                                        574. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension
                                                                                                        Definition

                                                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                        ShortAdditional content defined by implementations
                                                                                                        Comments

                                                                                                        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.

                                                                                                        Control0..*
                                                                                                        TypeExtension
                                                                                                        Is Modifierfalse
                                                                                                        Summaryfalse
                                                                                                        Alternate Namesextensions, user content
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                        SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                        • value @ url
                                                                                                        • 576. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:scope
                                                                                                          Slice Namescope
                                                                                                          Definition

                                                                                                          An Extension

                                                                                                          ShortPhạm vi BHYT (PHAM_VI): 1=trong DM, 2=ngoài DM, 3=NĐ 70/2015/NĐ-CP
                                                                                                          Control0..1
                                                                                                          TypeExtension
                                                                                                          Is Modifierfalse
                                                                                                          Summaryfalse
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                          578. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:scope.id
                                                                                                          Definition

                                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                          ShortUnique id for inter-element referencing
                                                                                                          Control0..1
                                                                                                          Typestring
                                                                                                          Is Modifierfalse
                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                          Summaryfalse
                                                                                                          580. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:scope.extension
                                                                                                          Definition

                                                                                                          An Extension

                                                                                                          ShortExtension
                                                                                                          Control0..0
                                                                                                          TypeExtension
                                                                                                          Is Modifierfalse
                                                                                                          Summaryfalse
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                          SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                          • value @ url
                                                                                                          • 582. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:scope.url
                                                                                                            Definition

                                                                                                            Source of the definition for the extension code - a logical name or a URL.

                                                                                                            Shortidentifies the meaning of the extension
                                                                                                            Comments

                                                                                                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                            Control1..1
                                                                                                            Typeuri
                                                                                                            Is Modifierfalse
                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                            Summaryfalse
                                                                                                            Fixed Valuescope
                                                                                                            584. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:scope.value[x]
                                                                                                            Definition

                                                                                                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                            ShortValue of extension
                                                                                                            Control1..1
                                                                                                            BindingUnless not suitable, these codes SHALL be taken from Phạm vi hưởng BHYT — Vietnam Insurance Scope ValueSet
                                                                                                            (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-insurance-scope-vs)
                                                                                                            TypeCodeableConcept
                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                            Is Modifierfalse
                                                                                                            Summaryfalse
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            586. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentRatio
                                                                                                            Slice NamepaymentRatio
                                                                                                            Definition

                                                                                                            Tỷ lệ thanh toán BHYT của dòng (cột 8). Không bắt buộc trên mọi dòng: vắng mặt biểu thị dòng ngoài phạm vi BHYT; nếu cần truyền lý do không có giá trị, dùng Data Absent Reason (DAR). The line's BHYT payment ratio (column 8). It is not mandatory on every line: absence denotes a line outside BHYT scope; use Data Absent Reason (DAR) when the reason for a missing value must be conveyed.

                                                                                                            ShortTỷ lệ thanh toán BHYT (TYLE_TT) — VD: 100, 80, 50
                                                                                                            Control0..1
                                                                                                            TypeExtension
                                                                                                            Is Modifierfalse
                                                                                                            Summaryfalse
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                            588. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentRatio.id
                                                                                                            Definition

                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                            ShortUnique id for inter-element referencing
                                                                                                            Control0..1
                                                                                                            Typestring
                                                                                                            Is Modifierfalse
                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                            Summaryfalse
                                                                                                            590. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentRatio.extension
                                                                                                            Definition

                                                                                                            An Extension

                                                                                                            ShortExtension
                                                                                                            Control0..0
                                                                                                            TypeExtension
                                                                                                            Is Modifierfalse
                                                                                                            Summaryfalse
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                            SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                            • value @ url
                                                                                                            • 592. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentRatio.url
                                                                                                              Definition

                                                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                                                              Shortidentifies the meaning of the extension
                                                                                                              Comments

                                                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                              Control1..1
                                                                                                              Typeuri
                                                                                                              Is Modifierfalse
                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                              Summaryfalse
                                                                                                              Fixed ValuepaymentRatio
                                                                                                              594. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentRatio.value[x]
                                                                                                              Definition

                                                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                              ShortValue of extension
                                                                                                              Control1..1
                                                                                                              Typedecimal
                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Summaryfalse
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              596. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:benefitLevel
                                                                                                              Slice NamebenefitLevel
                                                                                                              Definition

                                                                                                              An Extension

                                                                                                              ShortMức hưởng BHYT (MUC_HUONG) — VD: 100, 80, 40
                                                                                                              Control0..1
                                                                                                              TypeExtension
                                                                                                              Is Modifierfalse
                                                                                                              Summaryfalse
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                              598. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:benefitLevel.id
                                                                                                              Definition

                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                              ShortUnique id for inter-element referencing
                                                                                                              Control0..1
                                                                                                              Typestring
                                                                                                              Is Modifierfalse
                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                              Summaryfalse
                                                                                                              600. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:benefitLevel.extension
                                                                                                              Definition

                                                                                                              An Extension

                                                                                                              ShortExtension
                                                                                                              Control0..0
                                                                                                              TypeExtension
                                                                                                              Is Modifierfalse
                                                                                                              Summaryfalse
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                              SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                              • value @ url
                                                                                                              • 602. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:benefitLevel.url
                                                                                                                Definition

                                                                                                                Source of the definition for the extension code - a logical name or a URL.

                                                                                                                Shortidentifies the meaning of the extension
                                                                                                                Comments

                                                                                                                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                Control1..1
                                                                                                                Typeuri
                                                                                                                Is Modifierfalse
                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                Summaryfalse
                                                                                                                Fixed ValuebenefitLevel
                                                                                                                604. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:benefitLevel.value[x]
                                                                                                                Definition

                                                                                                                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                ShortValue of extension
                                                                                                                Control1..1
                                                                                                                Typedecimal
                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                Is Modifierfalse
                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                Summaryfalse
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                606. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling
                                                                                                                Slice NamepaymentCeiling
                                                                                                                Definition

                                                                                                                An Extension

                                                                                                                ShortExtension
                                                                                                                Control0..1
                                                                                                                TypeExtension
                                                                                                                Is Modifierfalse
                                                                                                                Summaryfalse
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                608. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.id
                                                                                                                Definition

                                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                Control0..1
                                                                                                                Typestring
                                                                                                                Is Modifierfalse
                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                Summaryfalse
                                                                                                                610. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.extension
                                                                                                                Definition

                                                                                                                An Extension

                                                                                                                ShortExtension
                                                                                                                Control0..0
                                                                                                                TypeExtension
                                                                                                                Is Modifierfalse
                                                                                                                Summaryfalse
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                • value @ url
                                                                                                                • 612. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.url
                                                                                                                  Definition

                                                                                                                  Source of the definition for the extension code - a logical name or a URL.

                                                                                                                  Shortidentifies the meaning of the extension
                                                                                                                  Comments

                                                                                                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                  Control1..1
                                                                                                                  Typeuri
                                                                                                                  Is Modifierfalse
                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                  Summaryfalse
                                                                                                                  Fixed ValuepaymentCeiling
                                                                                                                  614. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.value[x]
                                                                                                                  Definition

                                                                                                                  Mức thanh toán tối đa của quỹ BHYT đối với dòng chi phí DVKT/VTYT trong một lần thực hiện (T_TRANTT), tương ứng trần 45 tháng lương cơ sở theo NĐ 188/2025/NĐ-CP. Chỉ ghi khi VTYT/DVKT có quy định mức thanh toán BHYT; khi DON_GIA_BV vượt trần thì DON_GIA_BH = T_TRANTT. Ánh xạ trường T_TRANTT (Bảng 3 STT 21) theo QĐ 3176/QĐ-BYT.

                                                                                                                  ShortTrần thanh toán BHYT (VND)
                                                                                                                  Control1..1
                                                                                                                  TypeMoney
                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                  Is Modifierfalse
                                                                                                                  Summaryfalse
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  616. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.value[x].id
                                                                                                                  Definition

                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                  Control0..1
                                                                                                                  Typestring
                                                                                                                  Is Modifierfalse
                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                  Summaryfalse
                                                                                                                  618. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.value[x].extension
                                                                                                                  Definition

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                  Comments

                                                                                                                  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.

                                                                                                                  Control0..*
                                                                                                                  TypeExtension
                                                                                                                  Is Modifierfalse
                                                                                                                  Summaryfalse
                                                                                                                  Alternate Namesextensions, user content
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                  • value @ url
                                                                                                                  • 620. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.value[x].value
                                                                                                                    Definition

                                                                                                                    Numerical value (with implicit precision).

                                                                                                                    ShortNumerical value (with implicit precision)
                                                                                                                    Comments

                                                                                                                    Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                    Control0..1
                                                                                                                    Typedecimal
                                                                                                                    Is Modifierfalse
                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                    Summarytrue
                                                                                                                    Requirements

                                                                                                                    The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    622. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:paymentCeiling.value[x].currency
                                                                                                                    Definition

                                                                                                                    ISO 4217 Currency Code.

                                                                                                                    ShortISO 4217 Currency Code
                                                                                                                    Control1..1
                                                                                                                    BindingThe codes SHALL be taken from Currencies
                                                                                                                    (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                                    A code indicating the currency, taken from ISO 4217.

                                                                                                                    Typecode
                                                                                                                    Is Modifierfalse
                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                    Summarytrue
                                                                                                                    Requirements

                                                                                                                    A code indicating the currency, taken from ISO 4217.

                                                                                                                    Fixed ValueVND
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    624. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:servicePaymentRatio
                                                                                                                    Slice NameservicePaymentRatio
                                                                                                                    Definition

                                                                                                                    Tỷ lệ thanh toán của dịch vụ kỹ thuật, ngày giường hoặc tiền công khám (TYLE_TT_DV, cột 6; Bảng 3 STT 17) theo QĐ 3176/QĐ-BYT. Khác với paymentRatio (TYLE_TT_BH, cột 8; Bảng 3 STT 18), TYLE_TT_DV phản ánh mức tính giá dịch vụ, ví dụ nằm ghép 02 người ghi 50, nằm ghép từ 03 người ghi 33, giường 01 người ghi 100. Không bắt buộc trên mọi dòng; vắng mặt biểu thị dòng ngoài phạm vi BHYT hoặc cột không áp dụng, và dùng Data Absent Reason (DAR) khi cần phân biệt lý do. Tham gia công thức THANH_TIEN_BV = SO_LUONG × DON_GIA_BV × TYLE_TT_DV/100 (Bảng 3 STT 19) và THANH_TIEN_BH (Bảng 3 STT 20).

                                                                                                                    ShortTỷ lệ thanh toán DVKT/giường/công khám (TYLE_TT_DV) — VD: 100, 50, 33
                                                                                                                    Control0..1
                                                                                                                    TypeExtension
                                                                                                                    Is Modifierfalse
                                                                                                                    Summaryfalse
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                    626. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:servicePaymentRatio.id
                                                                                                                    Definition

                                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                    Control0..1
                                                                                                                    Typestring
                                                                                                                    Is Modifierfalse
                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                    Summaryfalse
                                                                                                                    628. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:servicePaymentRatio.extension
                                                                                                                    Definition

                                                                                                                    An Extension

                                                                                                                    ShortExtension
                                                                                                                    Control0..0
                                                                                                                    TypeExtension
                                                                                                                    Is Modifierfalse
                                                                                                                    Summaryfalse
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                    SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                    • value @ url
                                                                                                                    • 630. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:servicePaymentRatio.url
                                                                                                                      Definition

                                                                                                                      Source of the definition for the extension code - a logical name or a URL.

                                                                                                                      Shortidentifies the meaning of the extension
                                                                                                                      Comments

                                                                                                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                      Control1..1
                                                                                                                      Typeuri
                                                                                                                      Is Modifierfalse
                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                      Summaryfalse
                                                                                                                      Fixed ValueservicePaymentRatio
                                                                                                                      632. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:servicePaymentRatio.value[x]
                                                                                                                      Definition

                                                                                                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                      ShortValue of extension
                                                                                                                      Control1..1
                                                                                                                      Typedecimal
                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                      Is Modifierfalse
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Summaryfalse
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      634. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice
                                                                                                                      Slice NameinsuranceUnitPrice
                                                                                                                      Definition

                                                                                                                      An Extension

                                                                                                                      ShortExtension
                                                                                                                      Control0..1
                                                                                                                      TypeExtension
                                                                                                                      Is Modifierfalse
                                                                                                                      Summaryfalse
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                      636. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.id
                                                                                                                      Definition

                                                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                      Control0..1
                                                                                                                      Typestring
                                                                                                                      Is Modifierfalse
                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                      Summaryfalse
                                                                                                                      638. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.extension
                                                                                                                      Definition

                                                                                                                      An Extension

                                                                                                                      ShortExtension
                                                                                                                      Control0..0
                                                                                                                      TypeExtension
                                                                                                                      Is Modifierfalse
                                                                                                                      Summaryfalse
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                      SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                      • value @ url
                                                                                                                      • 640. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.url
                                                                                                                        Definition

                                                                                                                        Source of the definition for the extension code - a logical name or a URL.

                                                                                                                        Shortidentifies the meaning of the extension
                                                                                                                        Comments

                                                                                                                        The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                        Control1..1
                                                                                                                        Typeuri
                                                                                                                        Is Modifierfalse
                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                        Summaryfalse
                                                                                                                        Fixed ValueinsuranceUnitPrice
                                                                                                                        642. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x]
                                                                                                                        Definition

                                                                                                                        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                        ShortĐơn giá BHYT thanh toán (VND)
                                                                                                                        Control1..1
                                                                                                                        TypeMoney
                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                        Is Modifierfalse
                                                                                                                        Summaryfalse
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        644. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x].id
                                                                                                                        Definition

                                                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                        Control0..1
                                                                                                                        Typestring
                                                                                                                        Is Modifierfalse
                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                        Summaryfalse
                                                                                                                        646. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x].extension
                                                                                                                        Definition

                                                                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                        ShortAdditional content defined by implementations
                                                                                                                        Comments

                                                                                                                        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.

                                                                                                                        Control0..*
                                                                                                                        TypeExtension
                                                                                                                        Is Modifierfalse
                                                                                                                        Summaryfalse
                                                                                                                        Alternate Namesextensions, user content
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                        SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                        • value @ url
                                                                                                                        • 648. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x].value
                                                                                                                          Definition

                                                                                                                          Numerical value (with implicit precision).

                                                                                                                          ShortNumerical value (with implicit precision)
                                                                                                                          Comments

                                                                                                                          Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                          Control0..1
                                                                                                                          Typedecimal
                                                                                                                          Is Modifierfalse
                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                          Summarytrue
                                                                                                                          Requirements

                                                                                                                          The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          650. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceUnitPrice.value[x].currency
                                                                                                                          Definition

                                                                                                                          ISO 4217 Currency Code.

                                                                                                                          ShortISO 4217 Currency Code
                                                                                                                          Control1..1
                                                                                                                          BindingThe codes SHALL be taken from Currencies
                                                                                                                          (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                                          A code indicating the currency, taken from ISO 4217.

                                                                                                                          Typecode
                                                                                                                          Is Modifierfalse
                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                          Summarytrue
                                                                                                                          Requirements

                                                                                                                          A code indicating the currency, taken from ISO 4217.

                                                                                                                          Fixed ValueVND
                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          652. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount
                                                                                                                          Slice NameinsuranceLineAmount
                                                                                                                          Definition

                                                                                                                          An Extension

                                                                                                                          ShortExtension
                                                                                                                          Control0..1
                                                                                                                          TypeExtension
                                                                                                                          Is Modifierfalse
                                                                                                                          Summaryfalse
                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                          654. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.id
                                                                                                                          Definition

                                                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                          Control0..1
                                                                                                                          Typestring
                                                                                                                          Is Modifierfalse
                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                          Summaryfalse
                                                                                                                          656. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.extension
                                                                                                                          Definition

                                                                                                                          An Extension

                                                                                                                          ShortExtension
                                                                                                                          Control0..0
                                                                                                                          TypeExtension
                                                                                                                          Is Modifierfalse
                                                                                                                          Summaryfalse
                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                          SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                          • value @ url
                                                                                                                          • 658. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.url
                                                                                                                            Definition

                                                                                                                            Source of the definition for the extension code - a logical name or a URL.

                                                                                                                            Shortidentifies the meaning of the extension
                                                                                                                            Comments

                                                                                                                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                            Control1..1
                                                                                                                            Typeuri
                                                                                                                            Is Modifierfalse
                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                            Summaryfalse
                                                                                                                            Fixed ValueinsuranceLineAmount
                                                                                                                            660. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x]
                                                                                                                            Definition

                                                                                                                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                            ShortThành tiền BH đủ điều kiện (VND) — Eligible insurance line amount
                                                                                                                            Control1..1
                                                                                                                            TypeMoney
                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                            Is Modifierfalse
                                                                                                                            Summaryfalse
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            662. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x].id
                                                                                                                            Definition

                                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                            Control0..1
                                                                                                                            Typestring
                                                                                                                            Is Modifierfalse
                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                            Summaryfalse
                                                                                                                            664. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x].extension
                                                                                                                            Definition

                                                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                            ShortAdditional content defined by implementations
                                                                                                                            Comments

                                                                                                                            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.

                                                                                                                            Control0..*
                                                                                                                            TypeExtension
                                                                                                                            Is Modifierfalse
                                                                                                                            Summaryfalse
                                                                                                                            Alternate Namesextensions, user content
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                            SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.extension.extension.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                            • value @ url
                                                                                                                            • 666. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x].value
                                                                                                                              Definition

                                                                                                                              Numerical value (with implicit precision).

                                                                                                                              ShortNumerical value (with implicit precision)
                                                                                                                              Comments

                                                                                                                              Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                              Control0..1
                                                                                                                              Typedecimal
                                                                                                                              Is Modifierfalse
                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                              Summarytrue
                                                                                                                              Requirements

                                                                                                                              The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              668. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.extension:insuranceLineAmount.value[x].currency
                                                                                                                              Definition

                                                                                                                              ISO 4217 Currency Code.

                                                                                                                              ShortISO 4217 Currency Code
                                                                                                                              Control1..1
                                                                                                                              BindingThe codes SHALL be taken from Currencies
                                                                                                                              (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                                              A code indicating the currency, taken from ISO 4217.

                                                                                                                              Typecode
                                                                                                                              Is Modifierfalse
                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                              Summarytrue
                                                                                                                              Requirements

                                                                                                                              A code indicating the currency, taken from ISO 4217.

                                                                                                                              Fixed ValueVND
                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              670. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.url
                                                                                                                              Definition

                                                                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                                                                              Shortidentifies the meaning of the extension
                                                                                                                              Comments

                                                                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                              Control1..1
                                                                                                                              Typeuri
                                                                                                                              Is Modifierfalse
                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                              Summaryfalse
                                                                                                                              Fixed Valuehttp://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info
                                                                                                                              672. ExplanationOfBenefit.item.detail.extension:insuranceCostInfo.value[x]
                                                                                                                              Definition

                                                                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                              ShortValue of extension
                                                                                                                              Control0..0
                                                                                                                              TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                                                                              Is Modifierfalse
                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                              Summaryfalse
                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              674. ExplanationOfBenefit.item.detail.modifierExtension
                                                                                                                              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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                              Comments

                                                                                                                              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.

                                                                                                                              Control0..*
                                                                                                                              TypeExtension
                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                              Summarytrue
                                                                                                                              Requirements

                                                                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                              Alternate Namesextensions, user content, modifiers
                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                              676. ExplanationOfBenefit.item.detail.sequence
                                                                                                                              Definition

                                                                                                                              A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items.

                                                                                                                              ShortProduct or service provided
                                                                                                                              Control1..1
                                                                                                                              TypepositiveInt
                                                                                                                              Is Modifierfalse
                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                              Summaryfalse
                                                                                                                              Requirements

                                                                                                                              The items to be processed for adjudication.

                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              678. ExplanationOfBenefit.item.detail.revenue
                                                                                                                              Definition

                                                                                                                              The type of revenue or cost center providing the product and/or service.

                                                                                                                              ShortRevenue or cost center code
                                                                                                                              Control0..1
                                                                                                                              BindingFor example codes, see ExampleRevenueCenterCodes
                                                                                                                              (example to http://hl7.org/fhir/ValueSet/ex-revenue-center|4.0.1)

                                                                                                                              Codes for the revenue or cost centers supplying the service and/or products.

                                                                                                                              TypeCodeableConcept
                                                                                                                              Is Modifierfalse
                                                                                                                              Summaryfalse
                                                                                                                              Requirements

                                                                                                                              Needed in the processing of institutional claims.

                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              680. ExplanationOfBenefit.item.detail.category
                                                                                                                              Definition

                                                                                                                              Code to identify the general type of benefits under which products and services are provided.

                                                                                                                              ShortBenefit classification
                                                                                                                              Comments

                                                                                                                              Examples include: Medical Care, Periodontics, Renal Dialysis, Vision Coverage.

                                                                                                                              Control0..1
                                                                                                                              BindingFor example codes, see BenefitCategoryCodes
                                                                                                                              (example to http://hl7.org/fhir/ValueSet/ex-benefitcategory|4.0.1)

                                                                                                                              Benefit categories such as: oral, medical, vision, oral-basic etc.

                                                                                                                              TypeCodeableConcept
                                                                                                                              Is Modifierfalse
                                                                                                                              Summaryfalse
                                                                                                                              Requirements

                                                                                                                              Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.

                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              682. ExplanationOfBenefit.item.detail.productOrService
                                                                                                                              Definition

                                                                                                                              When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.

                                                                                                                              ShortBilling, service, product, or drug code
                                                                                                                              Comments

                                                                                                                              If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.

                                                                                                                              Control1..1
                                                                                                                              BindingFor example codes, see USCLSCodes
                                                                                                                              (example to http://hl7.org/fhir/ValueSet/service-uscls|4.0.1)

                                                                                                                              Allowable service and product codes.

                                                                                                                              TypeCodeableConcept
                                                                                                                              Is Modifierfalse
                                                                                                                              Must Supporttrue
                                                                                                                              Summaryfalse
                                                                                                                              Requirements

                                                                                                                              Necessary to state what was provided or done.

                                                                                                                              Alternate NamesDrug Code, Bill Code, Service Code
                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              684. ExplanationOfBenefit.item.detail.modifier
                                                                                                                              Definition

                                                                                                                              Item typification or modifiers codes to convey additional context for the product or service.

                                                                                                                              ShortService/Product billing modifiers
                                                                                                                              Comments

                                                                                                                              For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.

                                                                                                                              Control0..*
                                                                                                                              BindingFor example codes, see ModifierTypeCodes
                                                                                                                              (example to http://hl7.org/fhir/ValueSet/claim-modifiers|4.0.1)

                                                                                                                              Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.

                                                                                                                              TypeCodeableConcept
                                                                                                                              Is Modifierfalse
                                                                                                                              Summaryfalse
                                                                                                                              Requirements

                                                                                                                              To support inclusion of the item for adjudication or to charge an elevated fee.

                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              686. ExplanationOfBenefit.item.detail.programCode
                                                                                                                              Definition

                                                                                                                              Identifies the program under which this may be recovered.

                                                                                                                              ShortProgram the product or service is provided under
                                                                                                                              Comments

                                                                                                                              For example: Neonatal program, child dental program or drug users recovery program.

                                                                                                                              Control0..*
                                                                                                                              BindingFor example codes, see ExampleProgramReasonCodes
                                                                                                                              (example to http://hl7.org/fhir/ValueSet/ex-program-code|4.0.1)

                                                                                                                              Program specific reason codes.

                                                                                                                              TypeCodeableConcept
                                                                                                                              Is Modifierfalse
                                                                                                                              Summaryfalse
                                                                                                                              Requirements

                                                                                                                              Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.

                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              688. ExplanationOfBenefit.item.detail.quantity
                                                                                                                              Definition

                                                                                                                              The number of repetitions of a service or product.

                                                                                                                              ShortCount of products or services
                                                                                                                              Control1..1
                                                                                                                              TypeQuantity(SimpleQuantity)
                                                                                                                              Is Modifierfalse
                                                                                                                              Must Supporttrue
                                                                                                                              Summaryfalse
                                                                                                                              Requirements

                                                                                                                              Required when the product or service code does not convey the quantity provided.

                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              690. ExplanationOfBenefit.item.detail.quantity.id
                                                                                                                              Definition

                                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                              Control0..1
                                                                                                                              Typestring
                                                                                                                              Is Modifierfalse
                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                              Summaryfalse
                                                                                                                              692. ExplanationOfBenefit.item.detail.quantity.extension
                                                                                                                              Definition

                                                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                              ShortAdditional content defined by implementations
                                                                                                                              Comments

                                                                                                                              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.

                                                                                                                              Control0..*
                                                                                                                              TypeExtension
                                                                                                                              Is Modifierfalse
                                                                                                                              Summaryfalse
                                                                                                                              Alternate Namesextensions, user content
                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                              SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.quantity.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                              • value @ url
                                                                                                                              • 694. ExplanationOfBenefit.item.detail.quantity.value
                                                                                                                                Definition

                                                                                                                                The value of the measured amount. The value includes an implicit precision in the presentation of the value.

                                                                                                                                ShortNumerical value (with implicit precision)
                                                                                                                                Comments

                                                                                                                                The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                Control1..1
                                                                                                                                Typedecimal
                                                                                                                                Is Modifierfalse
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Summarytrue
                                                                                                                                Requirements

                                                                                                                                Precision is handled implicitly in almost all cases of measurement.

                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                696. ExplanationOfBenefit.item.detail.quantity.comparator
                                                                                                                                Definition

                                                                                                                                Not allowed to be used in this context

                                                                                                                                Short< | <= | >= | > - how to understand the value
                                                                                                                                Control0..0
                                                                                                                                BindingThe codes SHALL be taken from QuantityComparator
                                                                                                                                (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                                                                                                                                How the Quantity should be understood and represented.

                                                                                                                                Typecode
                                                                                                                                Is Modifiertrue because This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Summarytrue
                                                                                                                                Requirements

                                                                                                                                Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                                                                                                                Meaning if MissingIf there is no comparator, then there is no modification of the value
                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                698. ExplanationOfBenefit.item.detail.quantity.unit
                                                                                                                                Definition

                                                                                                                                A human-readable form of the unit.

                                                                                                                                ShortUnit representation
                                                                                                                                Control0..1
                                                                                                                                Typestring
                                                                                                                                Is Modifierfalse
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Summarytrue
                                                                                                                                Requirements

                                                                                                                                There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                700. ExplanationOfBenefit.item.detail.quantity.system
                                                                                                                                Definition

                                                                                                                                The identification of the system that provides the coded form of the unit.

                                                                                                                                ShortSystem that defines coded unit form
                                                                                                                                Control0..1
                                                                                                                                This element is affected by the following invariants: qty-3
                                                                                                                                Typeuri
                                                                                                                                Is Modifierfalse
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Summarytrue
                                                                                                                                Requirements

                                                                                                                                Need to know the system that defines the coded form of the unit.

                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                702. ExplanationOfBenefit.item.detail.quantity.code
                                                                                                                                Definition

                                                                                                                                A computer processable form of the unit in some unit representation system.

                                                                                                                                ShortCoded form of the unit
                                                                                                                                Comments

                                                                                                                                The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

                                                                                                                                Control0..1
                                                                                                                                Typecode
                                                                                                                                Is Modifierfalse
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Summarytrue
                                                                                                                                Requirements

                                                                                                                                Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                704. ExplanationOfBenefit.item.detail.unitPrice
                                                                                                                                Definition

                                                                                                                                If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.

                                                                                                                                ShortFee, charge or cost per item
                                                                                                                                Control1..1
                                                                                                                                TypeMoney
                                                                                                                                Is Modifierfalse
                                                                                                                                Must Supporttrue
                                                                                                                                Summaryfalse
                                                                                                                                Requirements

                                                                                                                                The amount charged to the patient by the provider for a single unit.

                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                706. ExplanationOfBenefit.item.detail.unitPrice.id
                                                                                                                                Definition

                                                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                Control0..1
                                                                                                                                Typestring
                                                                                                                                Is Modifierfalse
                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                Summaryfalse
                                                                                                                                708. ExplanationOfBenefit.item.detail.unitPrice.extension
                                                                                                                                Definition

                                                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                ShortAdditional content defined by implementations
                                                                                                                                Comments

                                                                                                                                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.

                                                                                                                                Control0..*
                                                                                                                                TypeExtension
                                                                                                                                Is Modifierfalse
                                                                                                                                Summaryfalse
                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.unitPrice.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                • value @ url
                                                                                                                                • 710. ExplanationOfBenefit.item.detail.unitPrice.value
                                                                                                                                  Definition

                                                                                                                                  Numerical value (with implicit precision).

                                                                                                                                  ShortNumerical value (with implicit precision)
                                                                                                                                  Comments

                                                                                                                                  Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                  Control1..1
                                                                                                                                  Typedecimal
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                  Summarytrue
                                                                                                                                  Requirements

                                                                                                                                  The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  712. ExplanationOfBenefit.item.detail.unitPrice.currency
                                                                                                                                  Definition

                                                                                                                                  ISO 4217 Currency Code.

                                                                                                                                  ShortISO 4217 Currency Code
                                                                                                                                  Control1..1
                                                                                                                                  BindingThe codes SHALL be taken from Currencies
                                                                                                                                  (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                                                  A code indicating the currency, taken from ISO 4217.

                                                                                                                                  Typecode
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                  Summarytrue
                                                                                                                                  Requirements

                                                                                                                                  A code indicating the currency, taken from ISO 4217.

                                                                                                                                  Fixed ValueVND
                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  714. ExplanationOfBenefit.item.detail.factor
                                                                                                                                  Definition

                                                                                                                                  A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.

                                                                                                                                  ShortPrice scaling factor
                                                                                                                                  Comments

                                                                                                                                  To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).

                                                                                                                                  Control0..1
                                                                                                                                  Typedecimal
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                  Summaryfalse
                                                                                                                                  Requirements

                                                                                                                                  When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.

                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  716. ExplanationOfBenefit.item.detail.net
                                                                                                                                  Definition

                                                                                                                                  The quantity times the unit price for an additional service or product or charge.

                                                                                                                                  ShortTotal item cost
                                                                                                                                  Comments

                                                                                                                                  For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.

                                                                                                                                  Control1..1
                                                                                                                                  TypeMoney
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Must Supporttrue
                                                                                                                                  Summaryfalse
                                                                                                                                  Requirements

                                                                                                                                  Provides the total amount claimed for the group (if a grouper) or the line item.

                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  718. ExplanationOfBenefit.item.detail.net.id
                                                                                                                                  Definition

                                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                  Control0..1
                                                                                                                                  Typestring
                                                                                                                                  Is Modifierfalse
                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                  Summaryfalse
                                                                                                                                  720. ExplanationOfBenefit.item.detail.net.extension
                                                                                                                                  Definition

                                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                                  Comments

                                                                                                                                  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.

                                                                                                                                  Control0..*
                                                                                                                                  TypeExtension
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Summaryfalse
                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                  SlicingThis element introduces a set of slices on ExplanationOfBenefit.item.detail.net.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                  • value @ url
                                                                                                                                  • 722. ExplanationOfBenefit.item.detail.net.value
                                                                                                                                    Definition

                                                                                                                                    Numerical value (with implicit precision).

                                                                                                                                    ShortNumerical value (with implicit precision)
                                                                                                                                    Comments

                                                                                                                                    Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                    Control1..1
                                                                                                                                    Typedecimal
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    724. ExplanationOfBenefit.item.detail.net.currency
                                                                                                                                    Definition

                                                                                                                                    ISO 4217 Currency Code.

                                                                                                                                    ShortISO 4217 Currency Code
                                                                                                                                    Control1..1
                                                                                                                                    BindingThe codes SHALL be taken from Currencies
                                                                                                                                    (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                                                    A code indicating the currency, taken from ISO 4217.

                                                                                                                                    Typecode
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    A code indicating the currency, taken from ISO 4217.

                                                                                                                                    Fixed ValueVND
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    726. ExplanationOfBenefit.item.detail.udi
                                                                                                                                    Definition

                                                                                                                                    Unique Device Identifiers associated with this line item.

                                                                                                                                    ShortUnique device identifier
                                                                                                                                    Control0..*
                                                                                                                                    TypeReference(Device)
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    The UDI code allows the insurer to obtain device level information on the product supplied.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    728. ExplanationOfBenefit.item.detail.noteNumber
                                                                                                                                    Definition

                                                                                                                                    The numbers associated with notes below which apply to the adjudication of this item.

                                                                                                                                    ShortApplicable note numbers
                                                                                                                                    Control0..*
                                                                                                                                    TypepositiveInt
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    730. ExplanationOfBenefit.item.detail.adjudication
                                                                                                                                    Definition

                                                                                                                                    The adjudication results.

                                                                                                                                    ShortDetail level adjudication details
                                                                                                                                    Control0..0
                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit#ExplanationOfBenefit.item.adjudication
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    732. ExplanationOfBenefit.item.detail.subDetail
                                                                                                                                    Definition

                                                                                                                                    Third-tier of goods and services.

                                                                                                                                    ShortAdditional items
                                                                                                                                    Control0..*
                                                                                                                                    TypeBackboneElement
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    734. ExplanationOfBenefit.item.detail.subDetail.id
                                                                                                                                    Definition

                                                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                    Control0..1
                                                                                                                                    Typestring
                                                                                                                                    Is Modifierfalse
                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                    Summaryfalse
                                                                                                                                    736. ExplanationOfBenefit.item.detail.subDetail.extension
                                                                                                                                    Definition

                                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                    ShortAdditional content defined by implementations
                                                                                                                                    Comments

                                                                                                                                    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.

                                                                                                                                    Control0..*
                                                                                                                                    TypeExtension
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    738. ExplanationOfBenefit.item.detail.subDetail.modifierExtension
                                                                                                                                    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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                    Comments

                                                                                                                                    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.

                                                                                                                                    Control0..*
                                                                                                                                    TypeExtension
                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                    Alternate Namesextensions, user content, modifiers
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    740. ExplanationOfBenefit.item.detail.subDetail.sequence
                                                                                                                                    Definition

                                                                                                                                    A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items.

                                                                                                                                    ShortProduct or service provided
                                                                                                                                    Control1..1
                                                                                                                                    TypepositiveInt
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    The items to be processed for adjudication.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    742. ExplanationOfBenefit.item.detail.subDetail.revenue
                                                                                                                                    Definition

                                                                                                                                    The type of revenue or cost center providing the product and/or service.

                                                                                                                                    ShortRevenue or cost center code
                                                                                                                                    Control0..1
                                                                                                                                    BindingFor example codes, see ExampleRevenueCenterCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/ex-revenue-center|4.0.1)

                                                                                                                                    Codes for the revenue or cost centers supplying the service and/or products.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Needed in the processing of institutional claims.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    744. ExplanationOfBenefit.item.detail.subDetail.category
                                                                                                                                    Definition

                                                                                                                                    Code to identify the general type of benefits under which products and services are provided.

                                                                                                                                    ShortBenefit classification
                                                                                                                                    Comments

                                                                                                                                    Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.

                                                                                                                                    Control0..1
                                                                                                                                    BindingFor example codes, see BenefitCategoryCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/ex-benefitcategory|4.0.1)

                                                                                                                                    Benefit categories such as: oral, medical, vision, oral-basic etc.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    746. ExplanationOfBenefit.item.detail.subDetail.productOrService
                                                                                                                                    Definition

                                                                                                                                    When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.

                                                                                                                                    ShortBilling, service, product, or drug code
                                                                                                                                    Comments

                                                                                                                                    If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.

                                                                                                                                    Control1..1
                                                                                                                                    BindingFor example codes, see USCLSCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/service-uscls|4.0.1)

                                                                                                                                    Allowable service and product codes.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Necessary to state what was provided or done.

                                                                                                                                    Alternate NamesDrug Code, Bill Code, Service Code
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    748. ExplanationOfBenefit.item.detail.subDetail.modifier
                                                                                                                                    Definition

                                                                                                                                    Item typification or modifiers codes to convey additional context for the product or service.

                                                                                                                                    ShortService/Product billing modifiers
                                                                                                                                    Comments

                                                                                                                                    For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or outside of office hours.

                                                                                                                                    Control0..*
                                                                                                                                    BindingFor example codes, see ModifierTypeCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/claim-modifiers|4.0.1)

                                                                                                                                    Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    To support inclusion of the item for adjudication or to charge an elevated fee.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    750. ExplanationOfBenefit.item.detail.subDetail.programCode
                                                                                                                                    Definition

                                                                                                                                    Identifies the program under which this may be recovered.

                                                                                                                                    ShortProgram the product or service is provided under
                                                                                                                                    Comments

                                                                                                                                    For example: Neonatal program, child dental program or drug users recovery program.

                                                                                                                                    Control0..*
                                                                                                                                    BindingFor example codes, see ExampleProgramReasonCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/ex-program-code|4.0.1)

                                                                                                                                    Program specific reason codes.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    752. ExplanationOfBenefit.item.detail.subDetail.quantity
                                                                                                                                    Definition

                                                                                                                                    The number of repetitions of a service or product.

                                                                                                                                    ShortCount of products or services
                                                                                                                                    Control0..1
                                                                                                                                    TypeQuantity(SimpleQuantity)
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Required when the product or service code does not convey the quantity provided.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    754. ExplanationOfBenefit.item.detail.subDetail.unitPrice
                                                                                                                                    Definition

                                                                                                                                    If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.

                                                                                                                                    ShortFee, charge or cost per item
                                                                                                                                    Control0..1
                                                                                                                                    TypeMoney
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    The amount charged to the patient by the provider for a single unit.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    756. ExplanationOfBenefit.item.detail.subDetail.factor
                                                                                                                                    Definition

                                                                                                                                    A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.

                                                                                                                                    ShortPrice scaling factor
                                                                                                                                    Comments

                                                                                                                                    To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).

                                                                                                                                    Control0..1
                                                                                                                                    Typedecimal
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    758. ExplanationOfBenefit.item.detail.subDetail.net
                                                                                                                                    Definition

                                                                                                                                    The quantity times the unit price for an additional service or product or charge.

                                                                                                                                    ShortTotal item cost
                                                                                                                                    Comments

                                                                                                                                    For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.

                                                                                                                                    Control0..1
                                                                                                                                    TypeMoney
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Provides the total amount claimed for the group (if a grouper) or the line item.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    760. ExplanationOfBenefit.item.detail.subDetail.udi
                                                                                                                                    Definition

                                                                                                                                    Unique Device Identifiers associated with this line item.

                                                                                                                                    ShortUnique device identifier
                                                                                                                                    Control0..*
                                                                                                                                    TypeReference(Device)
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    The UDI code allows the insurer to obtain device level information on the product supplied.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    762. ExplanationOfBenefit.item.detail.subDetail.noteNumber
                                                                                                                                    Definition

                                                                                                                                    The numbers associated with notes below which apply to the adjudication of this item.

                                                                                                                                    ShortApplicable note numbers
                                                                                                                                    Control0..*
                                                                                                                                    TypepositiveInt
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    764. ExplanationOfBenefit.item.detail.subDetail.adjudication
                                                                                                                                    Definition

                                                                                                                                    The adjudication results.

                                                                                                                                    ShortSubdetail level adjudication details
                                                                                                                                    Control0..*
                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit#ExplanationOfBenefit.item.adjudication
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    766. ExplanationOfBenefit.addItem
                                                                                                                                    Definition

                                                                                                                                    The first-tier service adjudications for payor added product or service lines.

                                                                                                                                    ShortInsurer added line items
                                                                                                                                    Control0..*
                                                                                                                                    TypeBackboneElement
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Insurers may redefine the provided product or service or may package and/or decompose groups of products and services. The addItems allows the insurer to provide their line item list with linkage to the submitted items/details/sub-details. In a preauthorization the insurer may use the addItem structure to provide additional information on authorized products and services.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    768. ExplanationOfBenefit.addItem.id
                                                                                                                                    Definition

                                                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                    Control0..1
                                                                                                                                    Typestring
                                                                                                                                    Is Modifierfalse
                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                    Summaryfalse
                                                                                                                                    770. ExplanationOfBenefit.addItem.extension
                                                                                                                                    Definition

                                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                    ShortAdditional content defined by implementations
                                                                                                                                    Comments

                                                                                                                                    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.

                                                                                                                                    Control0..*
                                                                                                                                    TypeExtension
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    772. ExplanationOfBenefit.addItem.modifierExtension
                                                                                                                                    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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                    Comments

                                                                                                                                    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.

                                                                                                                                    Control0..*
                                                                                                                                    TypeExtension
                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                    Alternate Namesextensions, user content, modifiers
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    774. ExplanationOfBenefit.addItem.itemSequence
                                                                                                                                    Definition

                                                                                                                                    Claim items which this service line is intended to replace.

                                                                                                                                    ShortItem sequence number
                                                                                                                                    Control0..*
                                                                                                                                    TypepositiveInt
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Provides references to the claim items.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    776. ExplanationOfBenefit.addItem.detailSequence
                                                                                                                                    Definition

                                                                                                                                    The sequence number of the details within the claim item which this line is intended to replace.

                                                                                                                                    ShortDetail sequence number
                                                                                                                                    Control0..*
                                                                                                                                    TypepositiveInt
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Provides references to the claim details within the claim item.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    778. ExplanationOfBenefit.addItem.subDetailSequence
                                                                                                                                    Definition

                                                                                                                                    The sequence number of the sub-details woithin the details within the claim item which this line is intended to replace.

                                                                                                                                    ShortSubdetail sequence number
                                                                                                                                    Control0..*
                                                                                                                                    TypepositiveInt
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Provides references to the claim sub-details within the claim detail.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    780. ExplanationOfBenefit.addItem.provider
                                                                                                                                    Definition

                                                                                                                                    The providers who are authorized for the services rendered to the patient.

                                                                                                                                    ShortAuthorized providers
                                                                                                                                    Control0..*
                                                                                                                                    TypeReference(Practitioner, PractitionerRole, Organization)
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Insurer may provide authorization specifically to a restricted set of providers rather than an open authorization.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    782. ExplanationOfBenefit.addItem.productOrService
                                                                                                                                    Definition

                                                                                                                                    When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.

                                                                                                                                    ShortBilling, service, product, or drug code
                                                                                                                                    Comments

                                                                                                                                    If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.

                                                                                                                                    Control1..1
                                                                                                                                    BindingFor example codes, see USCLSCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/service-uscls|4.0.1)

                                                                                                                                    Allowable service and product codes.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Necessary to state what was provided or done.

                                                                                                                                    Alternate NamesDrug Code, Bill Code, Service Code
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    784. ExplanationOfBenefit.addItem.modifier
                                                                                                                                    Definition

                                                                                                                                    Item typification or modifiers codes to convey additional context for the product or service.

                                                                                                                                    ShortService/Product billing modifiers
                                                                                                                                    Comments

                                                                                                                                    For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.

                                                                                                                                    Control0..*
                                                                                                                                    BindingFor example codes, see ModifierTypeCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/claim-modifiers|4.0.1)

                                                                                                                                    Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    To support inclusion of the item for adjudication or to charge an elevated fee.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    786. ExplanationOfBenefit.addItem.programCode
                                                                                                                                    Definition

                                                                                                                                    Identifies the program under which this may be recovered.

                                                                                                                                    ShortProgram the product or service is provided under
                                                                                                                                    Comments

                                                                                                                                    For example: Neonatal program, child dental program or drug users recovery program.

                                                                                                                                    Control0..*
                                                                                                                                    BindingFor example codes, see ExampleProgramReasonCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/ex-program-code|4.0.1)

                                                                                                                                    Program specific reason codes.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    788. ExplanationOfBenefit.addItem.serviced[x]
                                                                                                                                    Definition

                                                                                                                                    The date or dates when the service or product was supplied, performed or completed.

                                                                                                                                    ShortDate or dates of service or product delivery
                                                                                                                                    Control0..1
                                                                                                                                    TypeChoice of: date, Period
                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Needed to determine whether the service or product was provided during the term of the insurance coverage.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    790. ExplanationOfBenefit.addItem.location[x]
                                                                                                                                    Definition

                                                                                                                                    Where the product or service was provided.

                                                                                                                                    ShortPlace of service or where product was supplied
                                                                                                                                    Control0..1
                                                                                                                                    BindingFor example codes, see ExampleServicePlaceCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/service-place|4.0.1)

                                                                                                                                    Place where the service is rendered.

                                                                                                                                    TypeChoice of: CodeableConcept, Address, Reference(Location)
                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    The location can alter whether the item was acceptable for insurance purposes or impact the determination of the benefit amount.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    792. ExplanationOfBenefit.addItem.quantity
                                                                                                                                    Definition

                                                                                                                                    The number of repetitions of a service or product.

                                                                                                                                    ShortCount of products or services
                                                                                                                                    Control0..1
                                                                                                                                    TypeQuantity(SimpleQuantity)
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Required when the product or service code does not convey the quantity provided.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    794. ExplanationOfBenefit.addItem.unitPrice
                                                                                                                                    Definition

                                                                                                                                    If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.

                                                                                                                                    ShortFee, charge or cost per item
                                                                                                                                    Control0..1
                                                                                                                                    TypeMoney
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    The amount charged to the patient by the provider for a single unit.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    796. ExplanationOfBenefit.addItem.factor
                                                                                                                                    Definition

                                                                                                                                    A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.

                                                                                                                                    ShortPrice scaling factor
                                                                                                                                    Comments

                                                                                                                                    To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).

                                                                                                                                    Control0..1
                                                                                                                                    Typedecimal
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    798. ExplanationOfBenefit.addItem.net
                                                                                                                                    Definition

                                                                                                                                    The quantity times the unit price for an additional service or product or charge.

                                                                                                                                    ShortTotal item cost
                                                                                                                                    Comments

                                                                                                                                    For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.

                                                                                                                                    Control0..1
                                                                                                                                    TypeMoney
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Provides the total amount claimed for the group (if a grouper) or the line item.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    800. ExplanationOfBenefit.addItem.bodySite
                                                                                                                                    Definition

                                                                                                                                    Physical service site on the patient (limb, tooth, etc.).

                                                                                                                                    ShortAnatomical location
                                                                                                                                    Comments

                                                                                                                                    For example, providing a tooth code allows an insurer to identify a provider performing a filling on a tooth that was previously removed.

                                                                                                                                    Control0..1
                                                                                                                                    BindingFor example codes, see OralSiteCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/tooth|4.0.1)

                                                                                                                                    The code for the teeth, quadrant, sextant and arch.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Allows insurer to validate specific procedures.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    802. ExplanationOfBenefit.addItem.subSite
                                                                                                                                    Definition

                                                                                                                                    A region or surface of the bodySite, e.g. limb region or tooth surface(s).

                                                                                                                                    ShortAnatomical sub-location
                                                                                                                                    Control0..*
                                                                                                                                    BindingFor example codes, see SurfaceCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/surface|4.0.1)

                                                                                                                                    The code for the tooth surface and surface combinations.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Allows insurer to validate specific procedures.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    804. ExplanationOfBenefit.addItem.noteNumber
                                                                                                                                    Definition

                                                                                                                                    The numbers associated with notes below which apply to the adjudication of this item.

                                                                                                                                    ShortApplicable note numbers
                                                                                                                                    Control0..*
                                                                                                                                    TypepositiveInt
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    806. ExplanationOfBenefit.addItem.adjudication
                                                                                                                                    Definition

                                                                                                                                    The adjudication results.

                                                                                                                                    ShortAdded items adjudication
                                                                                                                                    Control0..*
                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit#ExplanationOfBenefit.item.adjudication
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    808. ExplanationOfBenefit.addItem.detail
                                                                                                                                    Definition

                                                                                                                                    The second-tier service adjudications for payor added services.

                                                                                                                                    ShortInsurer added line items
                                                                                                                                    Control0..*
                                                                                                                                    TypeBackboneElement
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    810. ExplanationOfBenefit.addItem.detail.id
                                                                                                                                    Definition

                                                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                    Control0..1
                                                                                                                                    Typestring
                                                                                                                                    Is Modifierfalse
                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                    Summaryfalse
                                                                                                                                    812. ExplanationOfBenefit.addItem.detail.extension
                                                                                                                                    Definition

                                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                    ShortAdditional content defined by implementations
                                                                                                                                    Comments

                                                                                                                                    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.

                                                                                                                                    Control0..*
                                                                                                                                    TypeExtension
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    814. ExplanationOfBenefit.addItem.detail.modifierExtension
                                                                                                                                    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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                    Comments

                                                                                                                                    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.

                                                                                                                                    Control0..*
                                                                                                                                    TypeExtension
                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                    Alternate Namesextensions, user content, modifiers
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    816. ExplanationOfBenefit.addItem.detail.productOrService
                                                                                                                                    Definition

                                                                                                                                    When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.

                                                                                                                                    ShortBilling, service, product, or drug code
                                                                                                                                    Comments

                                                                                                                                    If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.

                                                                                                                                    Control1..1
                                                                                                                                    BindingFor example codes, see USCLSCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/service-uscls|4.0.1)

                                                                                                                                    Allowable service and product codes.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Necessary to state what was provided or done.

                                                                                                                                    Alternate NamesDrug Code, Bill Code, Service Code
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    818. ExplanationOfBenefit.addItem.detail.modifier
                                                                                                                                    Definition

                                                                                                                                    Item typification or modifiers codes to convey additional context for the product or service.

                                                                                                                                    ShortService/Product billing modifiers
                                                                                                                                    Comments

                                                                                                                                    For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.

                                                                                                                                    Control0..*
                                                                                                                                    BindingFor example codes, see ModifierTypeCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/claim-modifiers|4.0.1)

                                                                                                                                    Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    To support inclusion of the item for adjudication or to charge an elevated fee.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    820. ExplanationOfBenefit.addItem.detail.quantity
                                                                                                                                    Definition

                                                                                                                                    The number of repetitions of a service or product.

                                                                                                                                    ShortCount of products or services
                                                                                                                                    Control0..1
                                                                                                                                    TypeQuantity(SimpleQuantity)
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Required when the product or service code does not convey the quantity provided.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    822. ExplanationOfBenefit.addItem.detail.unitPrice
                                                                                                                                    Definition

                                                                                                                                    If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.

                                                                                                                                    ShortFee, charge or cost per item
                                                                                                                                    Control0..1
                                                                                                                                    TypeMoney
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    The amount charged to the patient by the provider for a single unit.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    824. ExplanationOfBenefit.addItem.detail.factor
                                                                                                                                    Definition

                                                                                                                                    A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.

                                                                                                                                    ShortPrice scaling factor
                                                                                                                                    Comments

                                                                                                                                    To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).

                                                                                                                                    Control0..1
                                                                                                                                    Typedecimal
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    826. ExplanationOfBenefit.addItem.detail.net
                                                                                                                                    Definition

                                                                                                                                    The quantity times the unit price for an additional service or product or charge.

                                                                                                                                    ShortTotal item cost
                                                                                                                                    Comments

                                                                                                                                    For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.

                                                                                                                                    Control0..1
                                                                                                                                    TypeMoney
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Provides the total amount claimed for the group (if a grouper) or the line item.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    828. ExplanationOfBenefit.addItem.detail.noteNumber
                                                                                                                                    Definition

                                                                                                                                    The numbers associated with notes below which apply to the adjudication of this item.

                                                                                                                                    ShortApplicable note numbers
                                                                                                                                    Control0..*
                                                                                                                                    TypepositiveInt
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    830. ExplanationOfBenefit.addItem.detail.adjudication
                                                                                                                                    Definition

                                                                                                                                    The adjudication results.

                                                                                                                                    ShortAdded items adjudication
                                                                                                                                    Control0..*
                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit#ExplanationOfBenefit.item.adjudication
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    832. ExplanationOfBenefit.addItem.detail.subDetail
                                                                                                                                    Definition

                                                                                                                                    The third-tier service adjudications for payor added services.

                                                                                                                                    ShortInsurer added line items
                                                                                                                                    Control0..*
                                                                                                                                    TypeBackboneElement
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    834. ExplanationOfBenefit.addItem.detail.subDetail.id
                                                                                                                                    Definition

                                                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                    Control0..1
                                                                                                                                    Typestring
                                                                                                                                    Is Modifierfalse
                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                    Summaryfalse
                                                                                                                                    836. ExplanationOfBenefit.addItem.detail.subDetail.extension
                                                                                                                                    Definition

                                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                    ShortAdditional content defined by implementations
                                                                                                                                    Comments

                                                                                                                                    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.

                                                                                                                                    Control0..*
                                                                                                                                    TypeExtension
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    838. ExplanationOfBenefit.addItem.detail.subDetail.modifierExtension
                                                                                                                                    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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                    Comments

                                                                                                                                    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.

                                                                                                                                    Control0..*
                                                                                                                                    TypeExtension
                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                    Alternate Namesextensions, user content, modifiers
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    840. ExplanationOfBenefit.addItem.detail.subDetail.productOrService
                                                                                                                                    Definition

                                                                                                                                    When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.

                                                                                                                                    ShortBilling, service, product, or drug code
                                                                                                                                    Comments

                                                                                                                                    If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.

                                                                                                                                    Control1..1
                                                                                                                                    BindingFor example codes, see USCLSCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/service-uscls|4.0.1)

                                                                                                                                    Allowable service and product codes.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Necessary to state what was provided or done.

                                                                                                                                    Alternate NamesDrug Code, Bill Code, Service Code
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    842. ExplanationOfBenefit.addItem.detail.subDetail.modifier
                                                                                                                                    Definition

                                                                                                                                    Item typification or modifiers codes to convey additional context for the product or service.

                                                                                                                                    ShortService/Product billing modifiers
                                                                                                                                    Comments

                                                                                                                                    For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.

                                                                                                                                    Control0..*
                                                                                                                                    BindingFor example codes, see ModifierTypeCodes
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/claim-modifiers|4.0.1)

                                                                                                                                    Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    To support inclusion of the item for adjudication or to charge an elevated fee.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    844. ExplanationOfBenefit.addItem.detail.subDetail.quantity
                                                                                                                                    Definition

                                                                                                                                    The number of repetitions of a service or product.

                                                                                                                                    ShortCount of products or services
                                                                                                                                    Control0..1
                                                                                                                                    TypeQuantity(SimpleQuantity)
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Required when the product or service code does not convey the quantity provided.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    846. ExplanationOfBenefit.addItem.detail.subDetail.unitPrice
                                                                                                                                    Definition

                                                                                                                                    If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.

                                                                                                                                    ShortFee, charge or cost per item
                                                                                                                                    Control0..1
                                                                                                                                    TypeMoney
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    The amount charged to the patient by the provider for a single unit.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    848. ExplanationOfBenefit.addItem.detail.subDetail.factor
                                                                                                                                    Definition

                                                                                                                                    A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.

                                                                                                                                    ShortPrice scaling factor
                                                                                                                                    Comments

                                                                                                                                    To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).

                                                                                                                                    Control0..1
                                                                                                                                    Typedecimal
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    850. ExplanationOfBenefit.addItem.detail.subDetail.net
                                                                                                                                    Definition

                                                                                                                                    The quantity times the unit price for an additional service or product or charge.

                                                                                                                                    ShortTotal item cost
                                                                                                                                    Comments

                                                                                                                                    For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.

                                                                                                                                    Control0..1
                                                                                                                                    TypeMoney
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Provides the total amount claimed for the group (if a grouper) or the line item.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    852. ExplanationOfBenefit.addItem.detail.subDetail.noteNumber
                                                                                                                                    Definition

                                                                                                                                    The numbers associated with notes below which apply to the adjudication of this item.

                                                                                                                                    ShortApplicable note numbers
                                                                                                                                    Control0..*
                                                                                                                                    TypepositiveInt
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    854. ExplanationOfBenefit.addItem.detail.subDetail.adjudication
                                                                                                                                    Definition

                                                                                                                                    The adjudication results.

                                                                                                                                    ShortAdded items adjudication
                                                                                                                                    Control0..*
                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit#ExplanationOfBenefit.item.adjudication
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    856. ExplanationOfBenefit.adjudication
                                                                                                                                    Definition

                                                                                                                                    The adjudication results which are presented at the header level rather than at the line-item or add-item levels.

                                                                                                                                    ShortHeader-level adjudication
                                                                                                                                    Control0..*
                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit#ExplanationOfBenefit.item.adjudication
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Some insurers will receive line-items but provide the adjudication only at a summary or header-level.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    858. ExplanationOfBenefit.total
                                                                                                                                    Definition

                                                                                                                                    Categorized monetary totals for the adjudication.

                                                                                                                                    ShortTổng hợp theo nhóm giám định
                                                                                                                                    Comments

                                                                                                                                    Totals for amounts submitted, co-pays, benefits payable etc.

                                                                                                                                    Control6..*
                                                                                                                                    TypeBackboneElement
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Must Supporttrue
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    To provide the requestor with financial totals by category for the adjudication.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    SlicingThis element introduces a set of slices on ExplanationOfBenefit.total. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                    • pattern @ category
                                                                                                                                    • 860. ExplanationOfBenefit.total.id
                                                                                                                                      Definition

                                                                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                      Control0..1
                                                                                                                                      Typestring
                                                                                                                                      Is Modifierfalse
                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                      Summaryfalse
                                                                                                                                      862. ExplanationOfBenefit.total.extension
                                                                                                                                      Definition

                                                                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                      ShortAdditional content defined by implementations
                                                                                                                                      Comments

                                                                                                                                      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.

                                                                                                                                      Control0..*
                                                                                                                                      TypeExtension
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Summaryfalse
                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                      864. ExplanationOfBenefit.total.modifierExtension
                                                                                                                                      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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                      ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                      Comments

                                                                                                                                      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.

                                                                                                                                      Control0..*
                                                                                                                                      TypeExtension
                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                      Alternate Namesextensions, user content, modifiers
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                      866. ExplanationOfBenefit.total.category
                                                                                                                                      Definition

                                                                                                                                      Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.

                                                                                                                                      ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộ
                                                                                                                                      Comments

                                                                                                                                      For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                                                                      Control1..1
                                                                                                                                      BindingUnless not suitable, these codes SHALL be taken from Loại adjudication BHYT — BHYT Adjudication Category ValueSet
                                                                                                                                      (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                                                                                                                      TypeCodeableConcept
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Must Supporttrue
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      Needed to convey the type of total provided.

                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      868. ExplanationOfBenefit.total.amount
                                                                                                                                      Definition

                                                                                                                                      Monetary total amount associated with the category.

                                                                                                                                      ShortSố tiền
                                                                                                                                      Control1..1
                                                                                                                                      TypeMoney
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Must Supporttrue
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      Needed to convey the total monetary amount.

                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      870. ExplanationOfBenefit.total:submitted
                                                                                                                                      Slice Namesubmitted
                                                                                                                                      Definition

                                                                                                                                      Categorized monetary totals for the adjudication.

                                                                                                                                      ShortTổng hợp theo nhóm giám định
                                                                                                                                      Comments

                                                                                                                                      Totals for amounts submitted, co-pays, benefits payable etc.

                                                                                                                                      Control1..1
                                                                                                                                      TypeBackboneElement
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Must Supporttrue
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      To provide the requestor with financial totals by category for the adjudication.

                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      872. ExplanationOfBenefit.total:submitted.id
                                                                                                                                      Definition

                                                                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                      Control0..1
                                                                                                                                      Typestring
                                                                                                                                      Is Modifierfalse
                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                      Summaryfalse
                                                                                                                                      874. ExplanationOfBenefit.total:submitted.extension
                                                                                                                                      Definition

                                                                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                      ShortAdditional content defined by implementations
                                                                                                                                      Comments

                                                                                                                                      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.

                                                                                                                                      Control0..*
                                                                                                                                      TypeExtension
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Summaryfalse
                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                      876. ExplanationOfBenefit.total:submitted.modifierExtension
                                                                                                                                      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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                      ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                      Comments

                                                                                                                                      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.

                                                                                                                                      Control0..*
                                                                                                                                      TypeExtension
                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                      Alternate Namesextensions, user content, modifiers
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                      878. ExplanationOfBenefit.total:submitted.category
                                                                                                                                      Definition

                                                                                                                                      Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.

                                                                                                                                      ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộ
                                                                                                                                      Comments

                                                                                                                                      For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                                                                      Control1..1
                                                                                                                                      BindingUnless not suitable, these codes SHALL be taken from Loại adjudication BHYT — BHYT Adjudication Category ValueSet
                                                                                                                                      (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                                                                                                                      TypeCodeableConcept
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Must Supporttrue
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      Needed to convey the type of total provided.

                                                                                                                                      Pattern Value{
                                                                                                                                        "coding" : [{
                                                                                                                                          "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                                                                                                          "code" : "submitted",
                                                                                                                                          "display" : "Submitted Amount"
                                                                                                                                        }]
                                                                                                                                      }
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      880. ExplanationOfBenefit.total:submitted.amount
                                                                                                                                      Definition

                                                                                                                                      Monetary total amount associated with the category.

                                                                                                                                      ShortSố tiền
                                                                                                                                      Control1..1
                                                                                                                                      TypeMoney
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Must Supporttrue
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      Needed to convey the total monetary amount.

                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      882. ExplanationOfBenefit.total:submitted.amount.id
                                                                                                                                      Definition

                                                                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                      Control0..1
                                                                                                                                      Typestring
                                                                                                                                      Is Modifierfalse
                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                      Summaryfalse
                                                                                                                                      884. ExplanationOfBenefit.total:submitted.amount.extension
                                                                                                                                      Definition

                                                                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                      ShortAdditional content defined by implementations
                                                                                                                                      Comments

                                                                                                                                      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.

                                                                                                                                      Control0..*
                                                                                                                                      TypeExtension
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Summaryfalse
                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                      SlicingThis element introduces a set of slices on ExplanationOfBenefit.total.amount.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                      • value @ url
                                                                                                                                      • 886. ExplanationOfBenefit.total:submitted.amount.value
                                                                                                                                        Definition

                                                                                                                                        Numerical value (with implicit precision).

                                                                                                                                        ShortNumerical value (with implicit precision)
                                                                                                                                        Comments

                                                                                                                                        Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                        Control1..1
                                                                                                                                        Typedecimal
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        888. ExplanationOfBenefit.total:submitted.amount.currency
                                                                                                                                        Definition

                                                                                                                                        ISO 4217 Currency Code.

                                                                                                                                        ShortISO 4217 Currency Code
                                                                                                                                        Control1..1
                                                                                                                                        BindingThe codes SHALL be taken from Currencies
                                                                                                                                        (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                                                        A code indicating the currency, taken from ISO 4217.

                                                                                                                                        Typecode
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        A code indicating the currency, taken from ISO 4217.

                                                                                                                                        Fixed ValueVND
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        890. ExplanationOfBenefit.total:eligible
                                                                                                                                        Slice Nameeligible
                                                                                                                                        Definition

                                                                                                                                        Categorized monetary totals for the adjudication.

                                                                                                                                        ShortTổng hợp theo nhóm giám định
                                                                                                                                        Comments

                                                                                                                                        Totals for amounts submitted, co-pays, benefits payable etc.

                                                                                                                                        Control1..1
                                                                                                                                        TypeBackboneElement
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Must Supporttrue
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        To provide the requestor with financial totals by category for the adjudication.

                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        892. ExplanationOfBenefit.total:eligible.id
                                                                                                                                        Definition

                                                                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                        Control0..1
                                                                                                                                        Typestring
                                                                                                                                        Is Modifierfalse
                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                        Summaryfalse
                                                                                                                                        894. ExplanationOfBenefit.total:eligible.extension
                                                                                                                                        Definition

                                                                                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                        ShortAdditional content defined by implementations
                                                                                                                                        Comments

                                                                                                                                        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.

                                                                                                                                        Control0..*
                                                                                                                                        TypeExtension
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Summaryfalse
                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                        896. ExplanationOfBenefit.total:eligible.modifierExtension
                                                                                                                                        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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                        ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                        Comments

                                                                                                                                        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.

                                                                                                                                        Control0..*
                                                                                                                                        TypeExtension
                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                        Alternate Namesextensions, user content, modifiers
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                        898. ExplanationOfBenefit.total:eligible.category
                                                                                                                                        Definition

                                                                                                                                        Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.

                                                                                                                                        ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộ
                                                                                                                                        Comments

                                                                                                                                        For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                                                                        Control1..1
                                                                                                                                        BindingUnless not suitable, these codes SHALL be taken from Loại adjudication BHYT — BHYT Adjudication Category ValueSet
                                                                                                                                        (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                                                                                                                        TypeCodeableConcept
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Must Supporttrue
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        Needed to convey the type of total provided.

                                                                                                                                        Pattern Value{
                                                                                                                                          "coding" : [{
                                                                                                                                            "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                                                                                                            "code" : "eligible",
                                                                                                                                            "display" : "Eligible Amount"
                                                                                                                                          }]
                                                                                                                                        }
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        900. ExplanationOfBenefit.total:eligible.amount
                                                                                                                                        Definition

                                                                                                                                        Monetary total amount associated with the category.

                                                                                                                                        ShortSố tiền
                                                                                                                                        Control1..1
                                                                                                                                        TypeMoney
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Must Supporttrue
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        Needed to convey the total monetary amount.

                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        902. ExplanationOfBenefit.total:eligible.amount.id
                                                                                                                                        Definition

                                                                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                        Control0..1
                                                                                                                                        Typestring
                                                                                                                                        Is Modifierfalse
                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                        Summaryfalse
                                                                                                                                        904. ExplanationOfBenefit.total:eligible.amount.extension
                                                                                                                                        Definition

                                                                                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                        ShortAdditional content defined by implementations
                                                                                                                                        Comments

                                                                                                                                        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.

                                                                                                                                        Control0..*
                                                                                                                                        TypeExtension
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Summaryfalse
                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                        SlicingThis element introduces a set of slices on ExplanationOfBenefit.total.amount.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                        • value @ url
                                                                                                                                        • 906. ExplanationOfBenefit.total:eligible.amount.value
                                                                                                                                          Definition

                                                                                                                                          Numerical value (with implicit precision).

                                                                                                                                          ShortNumerical value (with implicit precision)
                                                                                                                                          Comments

                                                                                                                                          Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                          Control1..1
                                                                                                                                          Typedecimal
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                          Summarytrue
                                                                                                                                          Requirements

                                                                                                                                          The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          908. ExplanationOfBenefit.total:eligible.amount.currency
                                                                                                                                          Definition

                                                                                                                                          ISO 4217 Currency Code.

                                                                                                                                          ShortISO 4217 Currency Code
                                                                                                                                          Control1..1
                                                                                                                                          BindingThe codes SHALL be taken from Currencies
                                                                                                                                          (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                                                          A code indicating the currency, taken from ISO 4217.

                                                                                                                                          Typecode
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                          Summarytrue
                                                                                                                                          Requirements

                                                                                                                                          A code indicating the currency, taken from ISO 4217.

                                                                                                                                          Fixed ValueVND
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          910. ExplanationOfBenefit.total:insuranceFund
                                                                                                                                          Slice NameinsuranceFund
                                                                                                                                          Definition

                                                                                                                                          Categorized monetary totals for the adjudication.

                                                                                                                                          ShortTổng hợp theo nhóm giám định
                                                                                                                                          Comments

                                                                                                                                          Totals for amounts submitted, co-pays, benefits payable etc.

                                                                                                                                          Control1..1
                                                                                                                                          TypeBackboneElement
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Must Supporttrue
                                                                                                                                          Summarytrue
                                                                                                                                          Requirements

                                                                                                                                          To provide the requestor with financial totals by category for the adjudication.

                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          912. ExplanationOfBenefit.total:insuranceFund.id
                                                                                                                                          Definition

                                                                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                          Control0..1
                                                                                                                                          Typestring
                                                                                                                                          Is Modifierfalse
                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                          Summaryfalse
                                                                                                                                          914. ExplanationOfBenefit.total:insuranceFund.extension
                                                                                                                                          Definition

                                                                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                          ShortAdditional content defined by implementations
                                                                                                                                          Comments

                                                                                                                                          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.

                                                                                                                                          Control0..*
                                                                                                                                          TypeExtension
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Summaryfalse
                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                          916. ExplanationOfBenefit.total:insuranceFund.modifierExtension
                                                                                                                                          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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                          ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                          Comments

                                                                                                                                          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.

                                                                                                                                          Control0..*
                                                                                                                                          TypeExtension
                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                          Summarytrue
                                                                                                                                          Requirements

                                                                                                                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                          Alternate Namesextensions, user content, modifiers
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                          918. ExplanationOfBenefit.total:insuranceFund.category
                                                                                                                                          Definition

                                                                                                                                          Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.

                                                                                                                                          ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộ
                                                                                                                                          Comments

                                                                                                                                          For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                                                                          Control1..1
                                                                                                                                          BindingUnless not suitable, these codes SHALL be taken from Loại adjudication BHYT — BHYT Adjudication Category ValueSet
                                                                                                                                          (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                                                                                                                          TypeCodeableConcept
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Must Supporttrue
                                                                                                                                          Summarytrue
                                                                                                                                          Requirements

                                                                                                                                          Needed to convey the type of total provided.

                                                                                                                                          Pattern Value{
                                                                                                                                            "coding" : [{
                                                                                                                                              "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                                                                                                              "code" : "benefit",
                                                                                                                                              "display" : "Benefit Amount"
                                                                                                                                            }]
                                                                                                                                          }
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          920. ExplanationOfBenefit.total:insuranceFund.amount
                                                                                                                                          Definition

                                                                                                                                          Monetary total amount associated with the category.

                                                                                                                                          ShortSố tiền
                                                                                                                                          Control1..1
                                                                                                                                          TypeMoney
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Must Supporttrue
                                                                                                                                          Summarytrue
                                                                                                                                          Requirements

                                                                                                                                          Needed to convey the total monetary amount.

                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          922. ExplanationOfBenefit.total:insuranceFund.amount.id
                                                                                                                                          Definition

                                                                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                          Control0..1
                                                                                                                                          Typestring
                                                                                                                                          Is Modifierfalse
                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                          Summaryfalse
                                                                                                                                          924. ExplanationOfBenefit.total:insuranceFund.amount.extension
                                                                                                                                          Definition

                                                                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                          ShortAdditional content defined by implementations
                                                                                                                                          Comments

                                                                                                                                          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.

                                                                                                                                          Control0..*
                                                                                                                                          TypeExtension
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Summaryfalse
                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                          SlicingThis element introduces a set of slices on ExplanationOfBenefit.total.amount.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                          • value @ url
                                                                                                                                          • 926. ExplanationOfBenefit.total:insuranceFund.amount.value
                                                                                                                                            Definition

                                                                                                                                            Numerical value (with implicit precision).

                                                                                                                                            ShortNumerical value (with implicit precision)
                                                                                                                                            Comments

                                                                                                                                            Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                            Control1..1
                                                                                                                                            Typedecimal
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                            Summarytrue
                                                                                                                                            Requirements

                                                                                                                                            The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            928. ExplanationOfBenefit.total:insuranceFund.amount.currency
                                                                                                                                            Definition

                                                                                                                                            ISO 4217 Currency Code.

                                                                                                                                            ShortISO 4217 Currency Code
                                                                                                                                            Control1..1
                                                                                                                                            BindingThe codes SHALL be taken from Currencies
                                                                                                                                            (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                                                            A code indicating the currency, taken from ISO 4217.

                                                                                                                                            Typecode
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                            Summarytrue
                                                                                                                                            Requirements

                                                                                                                                            A code indicating the currency, taken from ISO 4217.

                                                                                                                                            Fixed ValueVND
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            930. ExplanationOfBenefit.total:patientCopay
                                                                                                                                            Slice NamepatientCopay
                                                                                                                                            Definition

                                                                                                                                            Categorized monetary totals for the adjudication.

                                                                                                                                            ShortTổng hợp theo nhóm giám định
                                                                                                                                            Comments

                                                                                                                                            Totals for amounts submitted, co-pays, benefits payable etc.

                                                                                                                                            Control1..1
                                                                                                                                            TypeBackboneElement
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Must Supporttrue
                                                                                                                                            Summarytrue
                                                                                                                                            Requirements

                                                                                                                                            To provide the requestor with financial totals by category for the adjudication.

                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            932. ExplanationOfBenefit.total:patientCopay.id
                                                                                                                                            Definition

                                                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                            Control0..1
                                                                                                                                            Typestring
                                                                                                                                            Is Modifierfalse
                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                            Summaryfalse
                                                                                                                                            934. ExplanationOfBenefit.total:patientCopay.extension
                                                                                                                                            Definition

                                                                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                            ShortAdditional content defined by implementations
                                                                                                                                            Comments

                                                                                                                                            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.

                                                                                                                                            Control0..*
                                                                                                                                            TypeExtension
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Summaryfalse
                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                            936. ExplanationOfBenefit.total:patientCopay.modifierExtension
                                                                                                                                            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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                            Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                            ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                            Comments

                                                                                                                                            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.

                                                                                                                                            Control0..*
                                                                                                                                            TypeExtension
                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                            Summarytrue
                                                                                                                                            Requirements

                                                                                                                                            Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                            Alternate Namesextensions, user content, modifiers
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                            938. ExplanationOfBenefit.total:patientCopay.category
                                                                                                                                            Definition

                                                                                                                                            Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.

                                                                                                                                            ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộ
                                                                                                                                            Comments

                                                                                                                                            For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                                                                            Control1..1
                                                                                                                                            BindingUnless not suitable, these codes SHALL be taken from Loại adjudication BHYT — BHYT Adjudication Category ValueSet
                                                                                                                                            (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                                                                                                                            TypeCodeableConcept
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Must Supporttrue
                                                                                                                                            Summarytrue
                                                                                                                                            Requirements

                                                                                                                                            Needed to convey the type of total provided.

                                                                                                                                            Pattern Value{
                                                                                                                                              "coding" : [{
                                                                                                                                                "system" : "http://terminology.hl7.org/CodeSystem/adjudication",
                                                                                                                                                "code" : "copay",
                                                                                                                                                "display" : "CoPay"
                                                                                                                                              }]
                                                                                                                                            }
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            940. ExplanationOfBenefit.total:patientCopay.amount
                                                                                                                                            Definition

                                                                                                                                            Monetary total amount associated with the category.

                                                                                                                                            ShortSố tiền
                                                                                                                                            Control1..1
                                                                                                                                            TypeMoney
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Must Supporttrue
                                                                                                                                            Summarytrue
                                                                                                                                            Requirements

                                                                                                                                            Needed to convey the total monetary amount.

                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            942. ExplanationOfBenefit.total:patientCopay.amount.id
                                                                                                                                            Definition

                                                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                            Control0..1
                                                                                                                                            Typestring
                                                                                                                                            Is Modifierfalse
                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                            Summaryfalse
                                                                                                                                            944. ExplanationOfBenefit.total:patientCopay.amount.extension
                                                                                                                                            Definition

                                                                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                            ShortAdditional content defined by implementations
                                                                                                                                            Comments

                                                                                                                                            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.

                                                                                                                                            Control0..*
                                                                                                                                            TypeExtension
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Summaryfalse
                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                            SlicingThis element introduces a set of slices on ExplanationOfBenefit.total.amount.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                            • value @ url
                                                                                                                                            • 946. ExplanationOfBenefit.total:patientCopay.amount.value
                                                                                                                                              Definition

                                                                                                                                              Numerical value (with implicit precision).

                                                                                                                                              ShortNumerical value (with implicit precision)
                                                                                                                                              Comments

                                                                                                                                              Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                              Control1..1
                                                                                                                                              Typedecimal
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              948. ExplanationOfBenefit.total:patientCopay.amount.currency
                                                                                                                                              Definition

                                                                                                                                              ISO 4217 Currency Code.

                                                                                                                                              ShortISO 4217 Currency Code
                                                                                                                                              Control1..1
                                                                                                                                              BindingThe codes SHALL be taken from Currencies
                                                                                                                                              (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                                                              A code indicating the currency, taken from ISO 4217.

                                                                                                                                              Typecode
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              A code indicating the currency, taken from ISO 4217.

                                                                                                                                              Fixed ValueVND
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              950. ExplanationOfBenefit.total:otherSource
                                                                                                                                              Slice NameotherSource
                                                                                                                                              Definition

                                                                                                                                              Categorized monetary totals for the adjudication.

                                                                                                                                              ShortTổng hợp theo nhóm giám định
                                                                                                                                              Comments

                                                                                                                                              Totals for amounts submitted, co-pays, benefits payable etc.

                                                                                                                                              Control1..1
                                                                                                                                              TypeBackboneElement
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Must Supporttrue
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              To provide the requestor with financial totals by category for the adjudication.

                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              952. ExplanationOfBenefit.total:otherSource.id
                                                                                                                                              Definition

                                                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                              Control0..1
                                                                                                                                              Typestring
                                                                                                                                              Is Modifierfalse
                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                              Summaryfalse
                                                                                                                                              954. ExplanationOfBenefit.total:otherSource.extension
                                                                                                                                              Definition

                                                                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                              ShortAdditional content defined by implementations
                                                                                                                                              Comments

                                                                                                                                              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.

                                                                                                                                              Control0..*
                                                                                                                                              TypeExtension
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Summaryfalse
                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                              956. ExplanationOfBenefit.total:otherSource.modifierExtension
                                                                                                                                              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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                              Comments

                                                                                                                                              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.

                                                                                                                                              Control0..*
                                                                                                                                              TypeExtension
                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                              Alternate Namesextensions, user content, modifiers
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                              958. ExplanationOfBenefit.total:otherSource.category
                                                                                                                                              Definition

                                                                                                                                              Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.

                                                                                                                                              ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộ
                                                                                                                                              Comments

                                                                                                                                              For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                                                                              Control1..1
                                                                                                                                              BindingUnless not suitable, these codes SHALL be taken from Loại adjudication BHYT — BHYT Adjudication Category ValueSet
                                                                                                                                              (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                                                                                                                              TypeCodeableConcept
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Must Supporttrue
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              Needed to convey the type of total provided.

                                                                                                                                              Pattern Value{
                                                                                                                                                "coding" : [{
                                                                                                                                                  "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs",
                                                                                                                                                  "code" : "other-fund",
                                                                                                                                                  "display" : "Nguồn khác"
                                                                                                                                                }]
                                                                                                                                              }
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              960. ExplanationOfBenefit.total:otherSource.amount
                                                                                                                                              Definition

                                                                                                                                              Monetary total amount associated with the category.

                                                                                                                                              ShortSố tiền
                                                                                                                                              Control1..1
                                                                                                                                              TypeMoney
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Must Supporttrue
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              Needed to convey the total monetary amount.

                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              962. ExplanationOfBenefit.total:otherSource.amount.id
                                                                                                                                              Definition

                                                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                              Control0..1
                                                                                                                                              Typestring
                                                                                                                                              Is Modifierfalse
                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                              Summaryfalse
                                                                                                                                              964. ExplanationOfBenefit.total:otherSource.amount.extension
                                                                                                                                              Definition

                                                                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                              ShortAdditional content defined by implementations
                                                                                                                                              Comments

                                                                                                                                              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.

                                                                                                                                              Control0..*
                                                                                                                                              TypeExtension
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Summaryfalse
                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                              SlicingThis element introduces a set of slices on ExplanationOfBenefit.total.amount.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                              • value @ url
                                                                                                                                              • 966. ExplanationOfBenefit.total:otherSource.amount.value
                                                                                                                                                Definition

                                                                                                                                                Numerical value (with implicit precision).

                                                                                                                                                ShortNumerical value (with implicit precision)
                                                                                                                                                Comments

                                                                                                                                                Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                                Control1..1
                                                                                                                                                Typedecimal
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                Summarytrue
                                                                                                                                                Requirements

                                                                                                                                                The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                968. ExplanationOfBenefit.total:otherSource.amount.currency
                                                                                                                                                Definition

                                                                                                                                                ISO 4217 Currency Code.

                                                                                                                                                ShortISO 4217 Currency Code
                                                                                                                                                Control1..1
                                                                                                                                                BindingThe codes SHALL be taken from Currencies
                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                                                                A code indicating the currency, taken from ISO 4217.

                                                                                                                                                Typecode
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                Summarytrue
                                                                                                                                                Requirements

                                                                                                                                                A code indicating the currency, taken from ISO 4217.

                                                                                                                                                Fixed ValueVND
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                970. ExplanationOfBenefit.total:patientSelfPay
                                                                                                                                                Slice NamepatientSelfPay
                                                                                                                                                Definition

                                                                                                                                                Categorized monetary totals for the adjudication.

                                                                                                                                                ShortTổng hợp theo nhóm giám định
                                                                                                                                                Comments

                                                                                                                                                Totals for amounts submitted, co-pays, benefits payable etc.

                                                                                                                                                Control1..1
                                                                                                                                                TypeBackboneElement
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Must Supporttrue
                                                                                                                                                Summarytrue
                                                                                                                                                Requirements

                                                                                                                                                To provide the requestor with financial totals by category for the adjudication.

                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                972. ExplanationOfBenefit.total:patientSelfPay.id
                                                                                                                                                Definition

                                                                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                Control0..1
                                                                                                                                                Typestring
                                                                                                                                                Is Modifierfalse
                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                Summaryfalse
                                                                                                                                                974. ExplanationOfBenefit.total:patientSelfPay.extension
                                                                                                                                                Definition

                                                                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                ShortAdditional content defined by implementations
                                                                                                                                                Comments

                                                                                                                                                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.

                                                                                                                                                Control0..*
                                                                                                                                                TypeExtension
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Summaryfalse
                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                976. ExplanationOfBenefit.total:patientSelfPay.modifierExtension
                                                                                                                                                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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                                ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                                Comments

                                                                                                                                                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.

                                                                                                                                                Control0..*
                                                                                                                                                TypeExtension
                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                Summarytrue
                                                                                                                                                Requirements

                                                                                                                                                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                                Alternate Namesextensions, user content, modifiers
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                978. ExplanationOfBenefit.total:patientSelfPay.category
                                                                                                                                                Definition

                                                                                                                                                Category tổng hợp tài chính/adjudication. Dùng ConceptMap vn-cm-bhyt-financial-field-to-adjudication để map các trường tổng tiền BHYT như T_TONGCHI, T_TONGCHI_BH, T_BHTT, T_BNCCT, T_BNTT, T_NGUONKHAC, T_NGOAIDS, T_THUOC, T_VTYT. Không encode công thức quyền lợi hoặc adjudication business rule tại profile.

                                                                                                                                                ShortLoại tổng: submitted | eligible | copay | benefit hoặc category BHYT cục bộ
                                                                                                                                                Comments

                                                                                                                                                For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

                                                                                                                                                Control1..1
                                                                                                                                                BindingUnless not suitable, these codes SHALL be taken from Loại adjudication BHYT — BHYT Adjudication Category ValueSet
                                                                                                                                                (extensible to http://fhir.hl7.org.vn/core/ValueSet/vn-bhyt-adjudication-category-vs)
                                                                                                                                                TypeCodeableConcept
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Must Supporttrue
                                                                                                                                                Summarytrue
                                                                                                                                                Requirements

                                                                                                                                                Needed to convey the type of total provided.

                                                                                                                                                Pattern Value{
                                                                                                                                                  "coding" : [{
                                                                                                                                                    "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-adjudication-category-cs",
                                                                                                                                                    "code" : "patient-self-pay",
                                                                                                                                                    "display" : "Người bệnh tự trả"
                                                                                                                                                  }]
                                                                                                                                                }
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                980. ExplanationOfBenefit.total:patientSelfPay.amount
                                                                                                                                                Definition

                                                                                                                                                Monetary total amount associated with the category.

                                                                                                                                                ShortSố tiền
                                                                                                                                                Control1..1
                                                                                                                                                TypeMoney
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Must Supporttrue
                                                                                                                                                Summarytrue
                                                                                                                                                Requirements

                                                                                                                                                Needed to convey the total monetary amount.

                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                982. ExplanationOfBenefit.total:patientSelfPay.amount.id
                                                                                                                                                Definition

                                                                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                Control0..1
                                                                                                                                                Typestring
                                                                                                                                                Is Modifierfalse
                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                Summaryfalse
                                                                                                                                                984. ExplanationOfBenefit.total:patientSelfPay.amount.extension
                                                                                                                                                Definition

                                                                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                ShortAdditional content defined by implementations
                                                                                                                                                Comments

                                                                                                                                                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.

                                                                                                                                                Control0..*
                                                                                                                                                TypeExtension
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Summaryfalse
                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                SlicingThis element introduces a set of slices on ExplanationOfBenefit.total.amount.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                • value @ url
                                                                                                                                                • 986. ExplanationOfBenefit.total:patientSelfPay.amount.value
                                                                                                                                                  Definition

                                                                                                                                                  Numerical value (with implicit precision).

                                                                                                                                                  ShortNumerical value (with implicit precision)
                                                                                                                                                  Comments

                                                                                                                                                  Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                                  Control1..1
                                                                                                                                                  Typedecimal
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Summarytrue
                                                                                                                                                  Requirements

                                                                                                                                                  The amount of the currency. The value includes an implicit precision in the presentation of the value.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  988. ExplanationOfBenefit.total:patientSelfPay.amount.currency
                                                                                                                                                  Definition

                                                                                                                                                  ISO 4217 Currency Code.

                                                                                                                                                  ShortISO 4217 Currency Code
                                                                                                                                                  Control1..1
                                                                                                                                                  BindingThe codes SHALL be taken from Currencies
                                                                                                                                                  (required to http://hl7.org/fhir/ValueSet/currencies|4.0.1)

                                                                                                                                                  A code indicating the currency, taken from ISO 4217.

                                                                                                                                                  Typecode
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Summarytrue
                                                                                                                                                  Requirements

                                                                                                                                                  A code indicating the currency, taken from ISO 4217.

                                                                                                                                                  Fixed ValueVND
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  990. ExplanationOfBenefit.payment
                                                                                                                                                  Definition

                                                                                                                                                  Payment details for the adjudication of the claim.

                                                                                                                                                  ShortThông tin thanh toán
                                                                                                                                                  Control0..1
                                                                                                                                                  TypeBackboneElement
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed to convey references to the financial instrument that has been used if payment has been made.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  992. ExplanationOfBenefit.payment.id
                                                                                                                                                  Definition

                                                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                  Control0..1
                                                                                                                                                  Typestring
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                  Summaryfalse
                                                                                                                                                  994. ExplanationOfBenefit.payment.extension
                                                                                                                                                  Definition

                                                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                                                  Comments

                                                                                                                                                  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.

                                                                                                                                                  Control0..*
                                                                                                                                                  TypeExtension
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  996. ExplanationOfBenefit.payment.modifierExtension
                                                                                                                                                  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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                                  Comments

                                                                                                                                                  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.

                                                                                                                                                  Control0..*
                                                                                                                                                  TypeExtension
                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                  Summarytrue
                                                                                                                                                  Requirements

                                                                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                                  Alternate Namesextensions, user content, modifiers
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  998. ExplanationOfBenefit.payment.type
                                                                                                                                                  Definition

                                                                                                                                                  Whether this represents partial or complete payment of the benefits payable.

                                                                                                                                                  ShortLoại thanh toán
                                                                                                                                                  Control0..1
                                                                                                                                                  BindingFor example codes, see ExamplePaymentTypeCodes
                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/ex-paymenttype|4.0.1)

                                                                                                                                                  The type (partial, complete) of the payment.

                                                                                                                                                  TypeCodeableConcept
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  To advise the requestor when the insurer believes all payments to have been completed.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1000. ExplanationOfBenefit.payment.adjustment
                                                                                                                                                  Definition

                                                                                                                                                  Total amount of all adjustments to this payment included in this transaction which are not related to this claim's adjudication.

                                                                                                                                                  ShortPayment adjustment for non-claim issues
                                                                                                                                                  Comments

                                                                                                                                                  Insurers will deduct amounts owing from the provider (adjustment), such as a prior overpayment, from the amount owing to the provider (benefits payable) when payment is made to the provider.

                                                                                                                                                  Control0..1
                                                                                                                                                  TypeMoney
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  To advise the requestor of adjustments applied to the payment.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1002. ExplanationOfBenefit.payment.adjustmentReason
                                                                                                                                                  Definition

                                                                                                                                                  Reason for the payment adjustment.

                                                                                                                                                  ShortExplanation for the variance
                                                                                                                                                  Control0..1
                                                                                                                                                  BindingFor example codes, see PaymentAdjustmentReasonCodes
                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/payment-adjustment-reason|4.0.1)

                                                                                                                                                  Payment Adjustment reason codes.

                                                                                                                                                  TypeCodeableConcept
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed to clarify the monetary adjustment.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1004. ExplanationOfBenefit.payment.date
                                                                                                                                                  Definition

                                                                                                                                                  Estimated date the payment will be issued or the actual issue date of payment.

                                                                                                                                                  ShortExpected date of payment
                                                                                                                                                  Control0..1
                                                                                                                                                  Typedate
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  To advise the payee when payment can be expected.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1006. ExplanationOfBenefit.payment.amount
                                                                                                                                                  Definition

                                                                                                                                                  Benefits payable less any payment adjustment.

                                                                                                                                                  ShortSố tiền BHYT thanh toán
                                                                                                                                                  Control0..1
                                                                                                                                                  TypeMoney
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed to provide the actual payment amount.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1008. ExplanationOfBenefit.payment.identifier
                                                                                                                                                  Definition

                                                                                                                                                  Issuer's unique identifier for the payment instrument.

                                                                                                                                                  ShortBusiness identifier for the payment
                                                                                                                                                  Comments

                                                                                                                                                  For example: EFT number or check number.

                                                                                                                                                  NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                                                  Control0..1
                                                                                                                                                  TypeIdentifier
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Enable the receiver to reconcile when payment received.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1010. ExplanationOfBenefit.formCode
                                                                                                                                                  Definition

                                                                                                                                                  A code for the form to be used for printing the content.

                                                                                                                                                  ShortPrinted form identifier
                                                                                                                                                  Comments

                                                                                                                                                  May be needed to identify specific jurisdictional forms.

                                                                                                                                                  Control0..1
                                                                                                                                                  BindingFor example codes, see Form Codes
                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/forms|4.0.1)

                                                                                                                                                  The forms codes.

                                                                                                                                                  TypeCodeableConcept
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed to specify the specific form used for producing output for this response.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1012. ExplanationOfBenefit.form
                                                                                                                                                  Definition

                                                                                                                                                  The actual form, by reference or inclusion, for printing the content or an EOB.

                                                                                                                                                  ShortPrinted reference or actual form
                                                                                                                                                  Comments

                                                                                                                                                  Needed to permit insurers to include the actual form.

                                                                                                                                                  Control0..1
                                                                                                                                                  TypeAttachment
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed to include the specific form used for producing output for this response.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1014. ExplanationOfBenefit.processNote
                                                                                                                                                  Definition

                                                                                                                                                  A note that describes or explains adjudication results in a human readable form.

                                                                                                                                                  ShortNote concerning adjudication
                                                                                                                                                  Control0..*
                                                                                                                                                  TypeBackboneElement
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Provides the insurer specific textual explanations associated with the processing.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1016. ExplanationOfBenefit.processNote.id
                                                                                                                                                  Definition

                                                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                  Control0..1
                                                                                                                                                  Typestring
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                  Summaryfalse
                                                                                                                                                  1018. ExplanationOfBenefit.processNote.extension
                                                                                                                                                  Definition

                                                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                                                  Comments

                                                                                                                                                  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.

                                                                                                                                                  Control0..*
                                                                                                                                                  TypeExtension
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  1020. ExplanationOfBenefit.processNote.modifierExtension
                                                                                                                                                  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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                                  Comments

                                                                                                                                                  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.

                                                                                                                                                  Control0..*
                                                                                                                                                  TypeExtension
                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                  Summarytrue
                                                                                                                                                  Requirements

                                                                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                                  Alternate Namesextensions, user content, modifiers
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  1022. ExplanationOfBenefit.processNote.number
                                                                                                                                                  Definition

                                                                                                                                                  A number to uniquely identify a note entry.

                                                                                                                                                  ShortNote instance identifier
                                                                                                                                                  Control0..1
                                                                                                                                                  TypepositiveInt
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Necessary to provide a mechanism to link from adjudications.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1024. ExplanationOfBenefit.processNote.type
                                                                                                                                                  Definition

                                                                                                                                                  The business purpose of the note text.

                                                                                                                                                  Shortdisplay | print | printoper
                                                                                                                                                  Control0..1
                                                                                                                                                  BindingThe codes SHALL be taken from NoteType
                                                                                                                                                  (required to http://hl7.org/fhir/ValueSet/note-type|4.0.1)

                                                                                                                                                  The presentation types of notes.

                                                                                                                                                  Typecode
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  To convey the expectation for when the text is used.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1026. ExplanationOfBenefit.processNote.text
                                                                                                                                                  Definition

                                                                                                                                                  The explanation or description associated with the processing.

                                                                                                                                                  ShortNote explanatory text
                                                                                                                                                  Control0..1
                                                                                                                                                  Typestring
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Required to provide human readable explanation.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1028. ExplanationOfBenefit.processNote.language
                                                                                                                                                  Definition

                                                                                                                                                  A code to define the language used in the text of the note.

                                                                                                                                                  ShortLanguage of the text
                                                                                                                                                  Comments

                                                                                                                                                  Only required if the language is different from the resource language.

                                                                                                                                                  Control0..1
                                                                                                                                                  BindingThe codes SHOULD be taken from CommonLanguages
                                                                                                                                                  (preferred to http://hl7.org/fhir/ValueSet/languages|4.0.1)

                                                                                                                                                  A human language.

                                                                                                                                                  Additional BindingsPurpose
                                                                                                                                                  AllLanguagesMax Binding
                                                                                                                                                  TypeCodeableConcept
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Note text may vary from the resource defined language.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1030. ExplanationOfBenefit.benefitPeriod
                                                                                                                                                  Definition

                                                                                                                                                  The term of the benefits documented in this response.

                                                                                                                                                  ShortKỳ quyền lợi BHYT
                                                                                                                                                  Comments

                                                                                                                                                  Not applicable when use=claim.

                                                                                                                                                  Control0..1
                                                                                                                                                  TypePeriod
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed as coverages may be multi-year while benefits tend to be annual therefore a separate expression of the benefit period is needed.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1032. ExplanationOfBenefit.benefitBalance
                                                                                                                                                  Definition

                                                                                                                                                  Balance by Benefit Category.

                                                                                                                                                  ShortBalance by Benefit Category
                                                                                                                                                  Control0..*
                                                                                                                                                  TypeBackboneElement
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1034. ExplanationOfBenefit.benefitBalance.id
                                                                                                                                                  Definition

                                                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                  Control0..1
                                                                                                                                                  Typestring
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                  Summaryfalse
                                                                                                                                                  1036. ExplanationOfBenefit.benefitBalance.extension
                                                                                                                                                  Definition

                                                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                                                  Comments

                                                                                                                                                  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.

                                                                                                                                                  Control0..*
                                                                                                                                                  TypeExtension
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  1038. ExplanationOfBenefit.benefitBalance.modifierExtension
                                                                                                                                                  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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                                  Comments

                                                                                                                                                  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.

                                                                                                                                                  Control0..*
                                                                                                                                                  TypeExtension
                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                  Summarytrue
                                                                                                                                                  Requirements

                                                                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                                  Alternate Namesextensions, user content, modifiers
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  1040. ExplanationOfBenefit.benefitBalance.category
                                                                                                                                                  Definition

                                                                                                                                                  Code to identify the general type of benefits under which products and services are provided.

                                                                                                                                                  ShortBenefit classification
                                                                                                                                                  Comments

                                                                                                                                                  Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.

                                                                                                                                                  Control1..1
                                                                                                                                                  BindingFor example codes, see BenefitCategoryCodes
                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/ex-benefitcategory|4.0.1)

                                                                                                                                                  Benefit categories such as: oral, medical, vision, oral-basic etc.

                                                                                                                                                  TypeCodeableConcept
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed to convey the category of service or product for which eligibility is sought.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1042. ExplanationOfBenefit.benefitBalance.excluded
                                                                                                                                                  Definition

                                                                                                                                                  True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.

                                                                                                                                                  ShortExcluded from the plan
                                                                                                                                                  Control0..1
                                                                                                                                                  Typeboolean
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed to identify items that are specifically excluded from the coverage.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1044. ExplanationOfBenefit.benefitBalance.name
                                                                                                                                                  Definition

                                                                                                                                                  A short name or tag for the benefit.

                                                                                                                                                  ShortShort name for the benefit
                                                                                                                                                  Comments

                                                                                                                                                  For example: MED01, or DENT2.

                                                                                                                                                  Control0..1
                                                                                                                                                  Typestring
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Required to align with other plan names.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1046. ExplanationOfBenefit.benefitBalance.description
                                                                                                                                                  Definition

                                                                                                                                                  A richer description of the benefit or services covered.

                                                                                                                                                  ShortDescription of the benefit or services covered
                                                                                                                                                  Comments

                                                                                                                                                  For example, 'DENT2 covers 100% of basic, 50% of major but excludes Ortho, Implants and Cosmetic services'.

                                                                                                                                                  Control0..1
                                                                                                                                                  Typestring
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed for human readable reference.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1048. ExplanationOfBenefit.benefitBalance.network
                                                                                                                                                  Definition

                                                                                                                                                  Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.

                                                                                                                                                  ShortIn or out of network
                                                                                                                                                  Control0..1
                                                                                                                                                  BindingFor example codes, see NetworkTypeCodes
                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/benefit-network|4.0.1)

                                                                                                                                                  Code to classify in or out of network services.

                                                                                                                                                  TypeCodeableConcept
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed as in or out of network providers are treated differently under the coverage.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1050. ExplanationOfBenefit.benefitBalance.unit
                                                                                                                                                  Definition

                                                                                                                                                  Indicates if the benefits apply to an individual or to the family.

                                                                                                                                                  ShortIndividual or family
                                                                                                                                                  Control0..1
                                                                                                                                                  BindingFor example codes, see UnitTypeCodes
                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/benefit-unit|4.0.1)

                                                                                                                                                  Unit covered/serviced - individual or family.

                                                                                                                                                  TypeCodeableConcept
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed for the understanding of the benefits.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1052. ExplanationOfBenefit.benefitBalance.term
                                                                                                                                                  Definition

                                                                                                                                                  The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.

                                                                                                                                                  ShortAnnual or lifetime
                                                                                                                                                  Control0..1
                                                                                                                                                  BindingFor example codes, see BenefitTermCodes
                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/benefit-term|4.0.1)

                                                                                                                                                  Coverage unit - annual, lifetime.

                                                                                                                                                  TypeCodeableConcept
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed for the understanding of the benefits.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1054. ExplanationOfBenefit.benefitBalance.financial
                                                                                                                                                  Definition

                                                                                                                                                  Benefits Used to date.

                                                                                                                                                  ShortBenefit Summary
                                                                                                                                                  Control0..*
                                                                                                                                                  TypeBackboneElement
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1056. ExplanationOfBenefit.benefitBalance.financial.id
                                                                                                                                                  Definition

                                                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                  Control0..1
                                                                                                                                                  Typestring
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                  Summaryfalse
                                                                                                                                                  1058. ExplanationOfBenefit.benefitBalance.financial.extension
                                                                                                                                                  Definition

                                                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                                                  Comments

                                                                                                                                                  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.

                                                                                                                                                  Control0..*
                                                                                                                                                  TypeExtension
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  1060. ExplanationOfBenefit.benefitBalance.financial.modifierExtension
                                                                                                                                                  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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                                  Comments

                                                                                                                                                  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.

                                                                                                                                                  Control0..*
                                                                                                                                                  TypeExtension
                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                  Summarytrue
                                                                                                                                                  Requirements

                                                                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                                  Alternate Namesextensions, user content, modifiers
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  1062. ExplanationOfBenefit.benefitBalance.financial.type
                                                                                                                                                  Definition

                                                                                                                                                  Classification of benefit being provided.

                                                                                                                                                  ShortBenefit classification
                                                                                                                                                  Comments

                                                                                                                                                  For example: deductible, visits, benefit amount.

                                                                                                                                                  Control1..1
                                                                                                                                                  BindingFor example codes, see BenefitTypeCodes
                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/benefit-type|4.0.1)

                                                                                                                                                  Deductable, visits, co-pay, etc.

                                                                                                                                                  TypeCodeableConcept
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed to convey the nature of the benefit.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1064. ExplanationOfBenefit.benefitBalance.financial.allowed[x]
                                                                                                                                                  Definition

                                                                                                                                                  The quantity of the benefit which is permitted under the coverage.

                                                                                                                                                  ShortBenefits allowed
                                                                                                                                                  Control0..1
                                                                                                                                                  TypeChoice of: unsignedInt, string, Money
                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed to convey the benefits offered under the coverage.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  1066. ExplanationOfBenefit.benefitBalance.financial.used[x]
                                                                                                                                                  Definition

                                                                                                                                                  The quantity of the benefit which have been consumed to date.

                                                                                                                                                  ShortBenefits used
                                                                                                                                                  Control0..1
                                                                                                                                                  TypeChoice of: unsignedInt, Money
                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Needed to convey the benefits consumed to date.

                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))