Belgian MyCareNet Profiles
2.1.1 - STU Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - MyCareNet profiles (v2.1.1: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.2. For a full list of available versions, see the Directory of published versions

Resource Profile: MyCareNet eAgreement Claim Response BE profile

Official URL: https://www.ehealth.fgov.be/standards/fhir/mycarenet/StructureDefinition/be-eagreementclaimresponse Version: 2.1.1
Standards status: Trial-use Maturity Level: 1 Computable Name: BeMyCareNetEagreementClaimResponse

Claimresponse profile for use in the different eAgreement flows from MyCareNet.

Usages:

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ClaimResponse C 0..* ClaimResponse(4.0.1) Response to a claim predetermination or preauthorization
Constraints: be-rule-eagreementclaimresponse-1, be-rule-eagreementclaimresponse-2
... id SΣ 1..1 id Logical id of this artifact
... meta SΣ 1..1 Meta Metadata about the resource
.... profile Σ 1..1 canonical(StructureDefinition) Profiles this resource claims to conform to
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... status ?!SΣ 1..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required): A code specifying the state of the resource instance.
... type SΣ 1..1 CodeableConcept More granular claim type
Binding: ClaimTypeCodes (extensible): The type or discipline-style of the claim.
.... coding Σ 1..1 Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
... subType S 1..1 CodeableConcept More granular claim type
Binding: ExampleClaimSubTypeCodes (example): A more granular claim typecode.
.... coding Σ 1..1 Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
Required Pattern: https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/agreement-types
..... code Σ 1..1 code Symbol in syntax defined by the system
... use SΣ 1..1 code claim | preauthorization | predetermination
Binding: Use (required): Claim, preauthorization, predetermination.
... patient SΣ 1..1 Reference(BePatient(2.1.2)) The recipient of the products and services
... created SΣ 1..1 dateTime Response creation date
... insurer SΣ 1..1 Reference(BeOrganization(2.1.2)) Party responsible for reimbursement
... requestor S 1..1 Reference(BeOrganization(2.1.2) | BePractitioner(2.1.2) | BePractitionerRole(2.1.2)) Party responsible for the claim
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
... outcome SΣ 1..1 code queued | complete | error | partial
Binding: ClaimProcessingCodes (required): The result of the claim processing.
... preAuthRef S 1..1 string Preauthorization reference
... preAuthPeriod S 0..1 Period Preauthorization reference effective period
.... start ΣC 1..1 dateTime Starting time with inclusive boundary
... item 0..* BackboneElement Adjudication for claim line items
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... itemSequence 1..1 positiveInt Claim item instance identifier
.... adjudication S 1..1 BackboneElement Adjudication details
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... category 1..1 CodeableConcept Type of adjudication information
Binding: AdjudicationValueCodes (example): The adjudication codes.
...... coding Σ 1..1 Coding Code defined by a terminology system
....... system Σ 1..1 uri Identity of the terminology system
Required Pattern: https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/decision-values
....... code Σ 1..1 code Symbol in syntax defined by the system
... addItem S 0..* BackboneElement Insurer added line items
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... itemSequence S 1..1 positiveInt Item sequence number
.... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: BeProductOrServiceNihdiEAgreement (2.1.1) (extensible)
..... coding Σ 1..1 Coding Code defined by a terminology system
...... system Σ 1..1 uri Identity of the terminology system
...... code Σ 1..1 code Symbol in syntax defined by the system
.... adjudication S 1..* See adjudication (ClaimResponse) Added items adjudication

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ClaimResponse.statusrequiredFinancialResourceStatusCodes
http://hl7.org/fhir/ValueSet/fm-status|4.0.1
From the FHIR Standard
ClaimResponse.typeextensibleClaimTypeCodes
http://hl7.org/fhir/ValueSet/claim-type|4.0.1
From the FHIR Standard
ClaimResponse.subTypeexampleExampleClaimSubTypeCodes
http://hl7.org/fhir/ValueSet/claim-subtype|4.0.1
From the FHIR Standard
ClaimResponse.userequiredUse
http://hl7.org/fhir/ValueSet/claim-use|4.0.1
From the FHIR Standard
ClaimResponse.outcomerequiredClaimProcessingCodes
http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1
From the FHIR Standard
ClaimResponse.item.adjudication.categoryexampleAdjudicationValueCodes
http://hl7.org/fhir/ValueSet/adjudication|4.0.1
From the FHIR Standard
ClaimResponse.addItem.productOrServiceextensibleBeProductOrServiceNihdiEAgreement
https://www.ehealth.fgov.be/standards/fhir/mycarenet/ValueSet/eagreementproductorservice|2.1.1
From this IG

Constraints

IdGradePath(s)DetailsRequirements
be-rule-eagreementclaimresponse-1errorClaimResponsepreAuthPeriod start and end SHALL be YYYY-MM-DD
: (ClaimResponse.preAuthPeriod.exists() implies ClaimResponse.preAuthPeriod.start.toString().length()=10) and (ClaimResponse.preAuthPeriod.end.exists() implies ClaimResponse.preAuthPeriod.end.toString().length()=10)
be-rule-eagreementclaimresponse-2errorClaimResponseCreated SHALL be YYYY-MM-DDThh:mm:ss+zz:zz
: ClaimResponse.created.toString().length()=25
dom-2errorClaimResponseIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorClaimResponseIf 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-4errorClaimResponseIf 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-5errorClaimResponseIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceClaimResponseA resource should have narrative for robust management
: text.`div`.exists()
ele-1errorClaimResponse.meta, ClaimResponse.meta.profile, ClaimResponse.implicitRules, ClaimResponse.modifierExtension, ClaimResponse.status, ClaimResponse.type, ClaimResponse.type.coding, ClaimResponse.type.coding.system, ClaimResponse.type.coding.code, ClaimResponse.subType, ClaimResponse.subType.coding, ClaimResponse.subType.coding.system, ClaimResponse.subType.coding.code, ClaimResponse.use, ClaimResponse.patient, ClaimResponse.created, ClaimResponse.insurer, ClaimResponse.requestor, ClaimResponse.requestor.reference, ClaimResponse.outcome, ClaimResponse.preAuthRef, ClaimResponse.preAuthPeriod, ClaimResponse.preAuthPeriod.start, ClaimResponse.item, ClaimResponse.item.modifierExtension, ClaimResponse.item.itemSequence, ClaimResponse.item.adjudication, ClaimResponse.item.adjudication.modifierExtension, ClaimResponse.item.adjudication.category, ClaimResponse.item.adjudication.category.coding, ClaimResponse.item.adjudication.category.coding.system, ClaimResponse.item.adjudication.category.coding.code, ClaimResponse.addItem, ClaimResponse.addItem.modifierExtension, ClaimResponse.addItem.itemSequence, ClaimResponse.addItem.productOrService, ClaimResponse.addItem.productOrService.coding, ClaimResponse.addItem.productOrService.coding.system, ClaimResponse.addItem.productOrService.coding.code, ClaimResponse.addItem.adjudicationAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorClaimResponse.modifierExtension, ClaimResponse.item.modifierExtension, ClaimResponse.item.adjudication.modifierExtension, ClaimResponse.addItem.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from ClaimResponse

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ClaimResponse C 0..* ClaimResponse(4.0.1) Response to a claim predetermination or preauthorization
... id S 1..1 id Logical id of this artifact
... meta S 1..1 Meta Metadata about the resource
.... profile 1..1 canonical(StructureDefinition) Profiles this resource claims to conform to
... status S 1..1 code active | cancelled | draft | entered-in-error
.... coding 1..1 Coding Code defined by a terminology system
..... system 1..1 uri Identity of the terminology system
..... code 1..1 code Symbol in syntax defined by the system
... subType S 1..1 CodeableConcept More granular claim type
.... coding 1..1 Coding Code defined by a terminology system
..... system 1..1 uri Identity of the terminology system
Required Pattern: https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/agreement-types
..... code 1..1 code Symbol in syntax defined by the system
... use S 1..1 code claim | preauthorization | predetermination
... patient S 1..1 Reference(BePatient(2.1.2)) The recipient of the products and services
... created S 1..1 dateTime Response creation date
... insurer S 1..1 Reference(BeOrganization(2.1.2)) Party responsible for reimbursement
... requestor S 1..1 Reference(BeOrganization(2.1.2) | BePractitioner(2.1.2) | BePractitionerRole(2.1.2)) Party responsible for the claim
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
... outcome S 1..1 code queued | complete | error | partial
... preAuthRef S 1..1 string Preauthorization reference
... preAuthPeriod S 0..1 Period Preauthorization reference effective period
.... start 1..1 dateTime Starting time with inclusive boundary
... item
.... adjudication S 1..1 BackboneElement Adjudication details
..... category
...... coding 1..1 Coding Code defined by a terminology system
....... system 1..1 uri Identity of the terminology system
Required Pattern: https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/decision-values
....... code 1..1 code Symbol in syntax defined by the system
..... reason
...... coding 1..1 Coding Code defined by a terminology system
Binding: BeEAgreementAdjudicationReason (2.1.1) (extensible)
....... system 1..1 uri Identity of the terminology system
....... code 1..1 code Symbol in syntax defined by the system
... addItem S 0..* BackboneElement Insurer added line items
.... itemSequence S 1..1 positiveInt Item sequence number
.... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: BeProductOrServiceNihdiEAgreement (2.1.1) (extensible)
..... coding 1..1 Coding Code defined by a terminology system
...... system 1..1 uri Identity of the terminology system
...... code 1..1 code Symbol in syntax defined by the system
.... adjudication S 1..* Added items adjudication

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
ClaimResponse.item.adjudication.reason.codingextensibleBeEAgreementAdjudicationReason
https://www.ehealth.fgov.be/standards/fhir/mycarenet/ValueSet/eagreementadjudicationreason|2.1.1
From this IG
ClaimResponse.addItem.productOrServiceextensibleBeProductOrServiceNihdiEAgreement
https://www.ehealth.fgov.be/standards/fhir/mycarenet/ValueSet/eagreementproductorservice|2.1.1
From this IG

Constraints

IdGradePath(s)DetailsRequirements
be-rule-eagreementclaimresponse-1errorClaimResponsepreAuthPeriod start and end SHALL be YYYY-MM-DD
: (ClaimResponse.preAuthPeriod.exists() implies ClaimResponse.preAuthPeriod.start.toString().length()=10) and (ClaimResponse.preAuthPeriod.end.exists() implies ClaimResponse.preAuthPeriod.end.toString().length()=10)
be-rule-eagreementclaimresponse-2errorClaimResponseCreated SHALL be YYYY-MM-DDThh:mm:ss+zz:zz
: ClaimResponse.created.toString().length()=25
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ClaimResponse C 0..* ClaimResponse(4.0.1) Response to a claim predetermination or preauthorization
Constraints: be-rule-eagreementclaimresponse-1, be-rule-eagreementclaimresponse-2
... id SΣ 1..1 id Logical id of this artifact
... meta SΣ 1..1 Meta Metadata about the resource
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 1..1 canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier 0..* Identifier Business Identifier for a claim response
... status ?!SΣ 1..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required): A code specifying the state of the resource instance.
... type SΣ 1..1 CodeableConcept More granular claim type
Binding: ClaimTypeCodes (extensible): The type or discipline-style of the claim.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... coding Σ 1..1 Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... subType S 1..1 CodeableConcept More granular claim type
Binding: ExampleClaimSubTypeCodes (example): A more granular claim typecode.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... coding Σ 1..1 Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... system Σ 1..1 uri Identity of the terminology system
Required Pattern: https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/agreement-types
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... use SΣ 1..1 code claim | preauthorization | predetermination
Binding: Use (required): Claim, preauthorization, predetermination.
... patient SΣ 1..1 Reference(BePatient(2.1.2)) The recipient of the products and services
... created SΣ 1..1 dateTime Response creation date
... insurer SΣ 1..1 Reference(BeOrganization(2.1.2)) Party responsible for reimbursement
... requestor S 1..1 Reference(BeOrganization(2.1.2) | BePractitioner(2.1.2) | BePractitionerRole(2.1.2)) Party responsible for the claim
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... request Σ 0..1 Reference(Claim) Id of resource triggering adjudication
... outcome SΣ 1..1 code queued | complete | error | partial
Binding: ClaimProcessingCodes (required): The result of the claim processing.
... disposition 0..1 string Disposition Message
... preAuthRef S 1..1 string Preauthorization reference
... preAuthPeriod S 0..1 Period Preauthorization reference effective period
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... start ΣC 1..1 dateTime Starting time with inclusive boundary
.... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
... payeeType 0..1 CodeableConcept Party to be paid any benefits payable
Binding: Claim Payee Type Codes (example): A code for the party to be reimbursed.
... item 0..* BackboneElement Adjudication for claim line items
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... itemSequence 1..1 positiveInt Claim item instance identifier
.... noteNumber 0..* positiveInt Applicable note numbers
.... adjudication S 1..1 BackboneElement Adjudication details
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... category 1..1 CodeableConcept Type of adjudication information
Binding: AdjudicationValueCodes (example): The adjudication codes.
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
...... coding Σ 1..1 Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
....... system Σ 1..1 uri Identity of the terminology system
Required Pattern: https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/decision-values
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 1..1 code Symbol in syntax defined by the system
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... reason 0..1 CodeableConcept Explanation of adjudication outcome
Binding: AdjudicationReasonCodes (example): The adjudication reason codes.
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
...... coding Σ 1..1 Coding Code defined by a terminology system
Binding: BeEAgreementAdjudicationReason (2.1.1) (extensible)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
....... system Σ 1..1 uri Identity of the terminology system
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 1..1 code Symbol in syntax defined by the system
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... amount 0..1 Money Monetary amount
..... value 0..1 decimal Non-monetary value
.... detail 0..* BackboneElement Adjudication for claim details
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... detailSequence 1..1 positiveInt Claim detail instance identifier
..... noteNumber 0..* positiveInt Applicable note numbers
..... adjudication 1..* See adjudication (ClaimResponse) Detail level adjudication details
..... subDetail 0..* BackboneElement Adjudication for claim sub-details
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... subDetailSequence 1..1 positiveInt Claim sub-detail instance identifier
...... noteNumber 0..* positiveInt Applicable note numbers
...... adjudication 0..* See adjudication (ClaimResponse) Subdetail level adjudication details
... addItem S 0..* BackboneElement Insurer added line items
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... itemSequence S 1..1 positiveInt Item sequence number
.... detailSequence 0..* positiveInt Detail sequence number
.... subdetailSequence 0..* positiveInt Subdetail sequence number
.... provider 0..* Reference(Practitioner | PractitionerRole | Organization) Authorized providers
.... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: BeProductOrServiceNihdiEAgreement (2.1.1) (extensible)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... coding Σ 1..1 Coding Code defined by a terminology system
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
...... system Σ 1..1 uri Identity of the terminology system
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 1..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
.... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
.... programCode 0..* CodeableConcept Program the product or service is provided under
Binding: ExampleProgramReasonCodes (example): Program specific reason codes.
.... serviced[x] 0..1 Date or dates of service or product delivery
..... servicedDate date
..... servicedPeriod Period
.... location[x] 0..1 Place of service or where product was supplied
Binding: ExampleServicePlaceCodes (example): Place of service: pharmacy, school, prison, etc.
..... locationCodeableConcept CodeableConcept
..... locationAddress Address
..... locationReference Reference(Location)
.... quantity 0..1 SimpleQuantity(4.0.1) Count of products or services
.... unitPrice 0..1 Money Fee, charge or cost per item
.... factor 0..1 decimal Price scaling factor
.... net 0..1 Money Total item cost
.... bodySite 0..1 CodeableConcept Anatomical location
Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch.
.... subSite 0..* CodeableConcept Anatomical sub-location
Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations.
.... noteNumber 0..* positiveInt Applicable note numbers
.... adjudication S 1..* See adjudication (ClaimResponse) Added items adjudication
.... detail 0..* BackboneElement Insurer added line details
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
..... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
..... quantity 0..1 SimpleQuantity(4.0.1) Count of products or services
..... unitPrice 0..1 Money Fee, charge or cost per item
..... factor 0..1 decimal Price scaling factor
..... net 0..1 Money Total item cost
..... noteNumber 0..* positiveInt Applicable note numbers
..... adjudication 1..* See adjudication (ClaimResponse) Added items detail adjudication
..... subDetail 0..* BackboneElement Insurer added line items
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
...... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
...... quantity 0..1 SimpleQuantity(4.0.1) Count of products or services
...... unitPrice 0..1 Money Fee, charge or cost per item
...... factor 0..1 decimal Price scaling factor
...... net 0..1 Money Total item cost
...... noteNumber 0..* positiveInt Applicable note numbers
...... adjudication 1..* See adjudication (ClaimResponse) Added items detail adjudication
... adjudication 0..* See adjudication (ClaimResponse) Header-level adjudication
... total Σ 0..* BackboneElement Adjudication totals
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... category Σ 1..1 CodeableConcept Type of adjudication information
Binding: AdjudicationValueCodes (example): The adjudication codes.
.... amount Σ 1..1 Money Financial total for the category
... payment 0..1 BackboneElement Payment Details
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 1..1 CodeableConcept Partial or complete payment
Binding: ExamplePaymentTypeCodes (example): The type (partial, complete) of the payment.
.... adjustment 0..1 Money Payment adjustment for non-claim issues
.... adjustmentReason 0..1 CodeableConcept Explanation for the adjustment
Binding: PaymentAdjustmentReasonCodes (example): Payment Adjustment reason codes.
.... date 0..1 date Expected date of payment
.... amount 1..1 Money Payable amount after adjustment
.... identifier 0..1 Identifier Business identifier for the payment
... fundsReserve 0..1 CodeableConcept Funds reserved status
Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None).
... formCode 0..1 CodeableConcept Printed form identifier
Binding: Form Codes (example): The forms codes.
... form 0..1 Attachment Printed reference or actual form
... processNote 0..* BackboneElement Note concerning adjudication
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... number 0..1 positiveInt Note instance identifier
.... type 0..1 code display | print | printoper
Binding: NoteType (required): The presentation types of notes.
.... text 1..1 string Note explanatory text
.... language 0..1 CodeableConcept Language of the text
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... communicationRequest 0..* Reference(CommunicationRequest) Request for additional information
... insurance 0..* BackboneElement Patient insurance information
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence 1..1 positiveInt Insurance instance identifier
.... focal 1..1 boolean Coverage to be used for adjudication
.... coverage 1..1 Reference(Coverage) Insurance information
.... businessArrangement 0..1 string Additional provider contract number
.... claimResponse 0..1 Reference(ClaimResponse) Adjudication results
... error 0..* BackboneElement Processing errors
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... itemSequence 0..1 positiveInt Item sequence number
.... detailSequence 0..1 positiveInt Detail sequence number
.... subDetailSequence 0..1 positiveInt Subdetail sequence number
.... code 1..1 CodeableConcept Error code detailing processing issues
Binding: Adjudication Error Codes (example): The adjudication error codes.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ClaimResponse.meta.securityextensibleAll Security Labels
http://hl7.org/fhir/ValueSet/security-labels|4.0.1
From the FHIR Standard
ClaimResponse.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags|4.0.1
From the FHIR Standard
ClaimResponse.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages|4.0.1
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
ClaimResponse.statusrequiredFinancialResourceStatusCodes
http://hl7.org/fhir/ValueSet/fm-status|4.0.1
From the FHIR Standard
ClaimResponse.typeextensibleClaimTypeCodes
http://hl7.org/fhir/ValueSet/claim-type|4.0.1
From the FHIR Standard
ClaimResponse.subTypeexampleExampleClaimSubTypeCodes
http://hl7.org/fhir/ValueSet/claim-subtype|4.0.1
From the FHIR Standard
ClaimResponse.userequiredUse
http://hl7.org/fhir/ValueSet/claim-use|4.0.1
From the FHIR Standard
ClaimResponse.requestor.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
From the FHIR Standard
ClaimResponse.outcomerequiredClaimProcessingCodes
http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1
From the FHIR Standard
ClaimResponse.payeeTypeexampleClaim Payee Type Codes
http://hl7.org/fhir/ValueSet/payeetype|4.0.1
From the FHIR Standard
ClaimResponse.item.adjudication.categoryexampleAdjudicationValueCodes
http://hl7.org/fhir/ValueSet/adjudication|4.0.1
From the FHIR Standard
ClaimResponse.item.adjudication.reasonexampleAdjudicationReasonCodes
http://hl7.org/fhir/ValueSet/adjudication-reason|4.0.1
From the FHIR Standard
ClaimResponse.item.adjudication.reason.codingextensibleBeEAgreementAdjudicationReason
https://www.ehealth.fgov.be/standards/fhir/mycarenet/ValueSet/eagreementadjudicationreason|2.1.1
From this IG
ClaimResponse.addItem.productOrServiceextensibleBeProductOrServiceNihdiEAgreement
https://www.ehealth.fgov.be/standards/fhir/mycarenet/ValueSet/eagreementproductorservice|2.1.1
From this IG
ClaimResponse.addItem.modifierexampleModifierTypeCodes
http://hl7.org/fhir/ValueSet/claim-modifiers|4.0.1
From the FHIR Standard
ClaimResponse.addItem.programCodeexampleExampleProgramReasonCodes
http://hl7.org/fhir/ValueSet/ex-program-code|4.0.1
From the FHIR Standard
ClaimResponse.addItem.location[x]exampleExampleServicePlaceCodes
http://hl7.org/fhir/ValueSet/service-place|4.0.1
From the FHIR Standard
ClaimResponse.addItem.bodySiteexampleOralSiteCodes
http://hl7.org/fhir/ValueSet/tooth|4.0.1
From the FHIR Standard
ClaimResponse.addItem.subSiteexampleSurfaceCodes
http://hl7.org/fhir/ValueSet/surface|4.0.1
From the FHIR Standard
ClaimResponse.addItem.detail.productOrServiceexampleUSCLSCodes
http://hl7.org/fhir/ValueSet/service-uscls|4.0.1
From the FHIR Standard
ClaimResponse.addItem.detail.modifierexampleModifierTypeCodes
http://hl7.org/fhir/ValueSet/claim-modifiers|4.0.1
From the FHIR Standard
ClaimResponse.addItem.detail.subDetail.productOrServiceexampleUSCLSCodes
http://hl7.org/fhir/ValueSet/service-uscls|4.0.1
From the FHIR Standard
ClaimResponse.addItem.detail.subDetail.modifierexampleModifierTypeCodes
http://hl7.org/fhir/ValueSet/claim-modifiers|4.0.1
From the FHIR Standard
ClaimResponse.total.categoryexampleAdjudicationValueCodes
http://hl7.org/fhir/ValueSet/adjudication|4.0.1
From the FHIR Standard
ClaimResponse.payment.typeexampleExamplePaymentTypeCodes
http://hl7.org/fhir/ValueSet/ex-paymenttype|4.0.1
From the FHIR Standard
ClaimResponse.payment.adjustmentReasonexamplePaymentAdjustmentReasonCodes
http://hl7.org/fhir/ValueSet/payment-adjustment-reason|4.0.1
From the FHIR Standard
ClaimResponse.fundsReserveexampleFunds Reservation Codes
http://hl7.org/fhir/ValueSet/fundsreserve|4.0.1
From the FHIR Standard
ClaimResponse.formCodeexampleForm Codes
http://hl7.org/fhir/ValueSet/forms|4.0.1
From the FHIR Standard
ClaimResponse.processNote.typerequiredNoteType
http://hl7.org/fhir/ValueSet/note-type|4.0.1
From the FHIR Standard
ClaimResponse.processNote.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages|4.0.1
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
ClaimResponse.error.codeexampleAdjudication Error Codes
http://hl7.org/fhir/ValueSet/adjudication-error|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
be-rule-eagreementclaimresponse-1errorClaimResponsepreAuthPeriod start and end SHALL be YYYY-MM-DD
: (ClaimResponse.preAuthPeriod.exists() implies ClaimResponse.preAuthPeriod.start.toString().length()=10) and (ClaimResponse.preAuthPeriod.end.exists() implies ClaimResponse.preAuthPeriod.end.toString().length()=10)
be-rule-eagreementclaimresponse-2errorClaimResponseCreated SHALL be YYYY-MM-DDThh:mm:ss+zz:zz
: ClaimResponse.created.toString().length()=25
dom-2errorClaimResponseIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorClaimResponseIf 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-4errorClaimResponseIf 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-5errorClaimResponseIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceClaimResponseA resource should have narrative for robust management
: text.`div`.exists()
ele-1errorClaimResponse.meta, ClaimResponse.meta.extension, ClaimResponse.meta.versionId, ClaimResponse.meta.lastUpdated, ClaimResponse.meta.source, ClaimResponse.meta.profile, ClaimResponse.meta.security, ClaimResponse.meta.tag, ClaimResponse.implicitRules, ClaimResponse.language, ClaimResponse.text, ClaimResponse.extension, ClaimResponse.modifierExtension, ClaimResponse.identifier, ClaimResponse.status, ClaimResponse.type, ClaimResponse.type.extension, ClaimResponse.type.coding, ClaimResponse.type.coding.extension, ClaimResponse.type.coding.system, ClaimResponse.type.coding.version, ClaimResponse.type.coding.code, ClaimResponse.type.coding.display, ClaimResponse.type.coding.userSelected, ClaimResponse.type.text, ClaimResponse.subType, ClaimResponse.subType.extension, ClaimResponse.subType.coding, ClaimResponse.subType.coding.extension, ClaimResponse.subType.coding.system, ClaimResponse.subType.coding.version, ClaimResponse.subType.coding.code, ClaimResponse.subType.coding.display, ClaimResponse.subType.coding.userSelected, ClaimResponse.subType.text, ClaimResponse.use, ClaimResponse.patient, ClaimResponse.created, ClaimResponse.insurer, ClaimResponse.requestor, ClaimResponse.requestor.extension, ClaimResponse.requestor.reference, ClaimResponse.requestor.type, ClaimResponse.requestor.identifier, ClaimResponse.requestor.display, ClaimResponse.request, ClaimResponse.outcome, ClaimResponse.disposition, ClaimResponse.preAuthRef, ClaimResponse.preAuthPeriod, ClaimResponse.preAuthPeriod.extension, ClaimResponse.preAuthPeriod.start, ClaimResponse.preAuthPeriod.end, ClaimResponse.payeeType, ClaimResponse.item, ClaimResponse.item.extension, ClaimResponse.item.modifierExtension, ClaimResponse.item.itemSequence, ClaimResponse.item.noteNumber, ClaimResponse.item.adjudication, ClaimResponse.item.adjudication.extension, ClaimResponse.item.adjudication.modifierExtension, ClaimResponse.item.adjudication.category, ClaimResponse.item.adjudication.category.extension, ClaimResponse.item.adjudication.category.coding, ClaimResponse.item.adjudication.category.coding.extension, ClaimResponse.item.adjudication.category.coding.system, ClaimResponse.item.adjudication.category.coding.version, ClaimResponse.item.adjudication.category.coding.code, ClaimResponse.item.adjudication.category.coding.display, ClaimResponse.item.adjudication.category.coding.userSelected, ClaimResponse.item.adjudication.category.text, ClaimResponse.item.adjudication.reason, ClaimResponse.item.adjudication.reason.extension, ClaimResponse.item.adjudication.reason.coding, ClaimResponse.item.adjudication.reason.coding.extension, ClaimResponse.item.adjudication.reason.coding.system, ClaimResponse.item.adjudication.reason.coding.version, ClaimResponse.item.adjudication.reason.coding.code, ClaimResponse.item.adjudication.reason.coding.display, ClaimResponse.item.adjudication.reason.coding.userSelected, ClaimResponse.item.adjudication.reason.text, ClaimResponse.item.adjudication.amount, ClaimResponse.item.adjudication.value, ClaimResponse.item.detail, ClaimResponse.item.detail.extension, ClaimResponse.item.detail.modifierExtension, ClaimResponse.item.detail.detailSequence, ClaimResponse.item.detail.noteNumber, ClaimResponse.item.detail.adjudication, ClaimResponse.item.detail.subDetail, ClaimResponse.item.detail.subDetail.extension, ClaimResponse.item.detail.subDetail.modifierExtension, ClaimResponse.item.detail.subDetail.subDetailSequence, ClaimResponse.item.detail.subDetail.noteNumber, ClaimResponse.item.detail.subDetail.adjudication, ClaimResponse.addItem, ClaimResponse.addItem.extension, ClaimResponse.addItem.modifierExtension, ClaimResponse.addItem.itemSequence, ClaimResponse.addItem.detailSequence, ClaimResponse.addItem.subdetailSequence, ClaimResponse.addItem.provider, ClaimResponse.addItem.productOrService, ClaimResponse.addItem.productOrService.extension, ClaimResponse.addItem.productOrService.coding, ClaimResponse.addItem.productOrService.coding.extension, ClaimResponse.addItem.productOrService.coding.system, ClaimResponse.addItem.productOrService.coding.version, ClaimResponse.addItem.productOrService.coding.code, ClaimResponse.addItem.productOrService.coding.display, ClaimResponse.addItem.productOrService.coding.userSelected, ClaimResponse.addItem.productOrService.text, ClaimResponse.addItem.modifier, ClaimResponse.addItem.programCode, ClaimResponse.addItem.serviced[x], ClaimResponse.addItem.location[x], ClaimResponse.addItem.quantity, ClaimResponse.addItem.unitPrice, ClaimResponse.addItem.factor, ClaimResponse.addItem.net, ClaimResponse.addItem.bodySite, ClaimResponse.addItem.subSite, ClaimResponse.addItem.noteNumber, ClaimResponse.addItem.adjudication, ClaimResponse.addItem.detail, ClaimResponse.addItem.detail.extension, ClaimResponse.addItem.detail.modifierExtension, ClaimResponse.addItem.detail.productOrService, ClaimResponse.addItem.detail.modifier, ClaimResponse.addItem.detail.quantity, ClaimResponse.addItem.detail.unitPrice, ClaimResponse.addItem.detail.factor, ClaimResponse.addItem.detail.net, ClaimResponse.addItem.detail.noteNumber, ClaimResponse.addItem.detail.adjudication, ClaimResponse.addItem.detail.subDetail, ClaimResponse.addItem.detail.subDetail.extension, ClaimResponse.addItem.detail.subDetail.modifierExtension, ClaimResponse.addItem.detail.subDetail.productOrService, ClaimResponse.addItem.detail.subDetail.modifier, ClaimResponse.addItem.detail.subDetail.quantity, ClaimResponse.addItem.detail.subDetail.unitPrice, ClaimResponse.addItem.detail.subDetail.factor, ClaimResponse.addItem.detail.subDetail.net, ClaimResponse.addItem.detail.subDetail.noteNumber, ClaimResponse.addItem.detail.subDetail.adjudication, ClaimResponse.adjudication, ClaimResponse.total, ClaimResponse.total.extension, ClaimResponse.total.modifierExtension, ClaimResponse.total.category, ClaimResponse.total.amount, ClaimResponse.payment, ClaimResponse.payment.extension, ClaimResponse.payment.modifierExtension, ClaimResponse.payment.type, ClaimResponse.payment.adjustment, ClaimResponse.payment.adjustmentReason, ClaimResponse.payment.date, ClaimResponse.payment.amount, ClaimResponse.payment.identifier, ClaimResponse.fundsReserve, ClaimResponse.formCode, ClaimResponse.form, ClaimResponse.processNote, ClaimResponse.processNote.extension, ClaimResponse.processNote.modifierExtension, ClaimResponse.processNote.number, ClaimResponse.processNote.type, ClaimResponse.processNote.text, ClaimResponse.processNote.language, ClaimResponse.communicationRequest, ClaimResponse.insurance, ClaimResponse.insurance.extension, ClaimResponse.insurance.modifierExtension, ClaimResponse.insurance.sequence, ClaimResponse.insurance.focal, ClaimResponse.insurance.coverage, ClaimResponse.insurance.businessArrangement, ClaimResponse.insurance.claimResponse, ClaimResponse.error, ClaimResponse.error.extension, ClaimResponse.error.modifierExtension, ClaimResponse.error.itemSequence, ClaimResponse.error.detailSequence, ClaimResponse.error.subDetailSequence, ClaimResponse.error.codeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorClaimResponse.meta.extension, ClaimResponse.extension, ClaimResponse.modifierExtension, ClaimResponse.type.extension, ClaimResponse.type.coding.extension, ClaimResponse.subType.extension, ClaimResponse.subType.coding.extension, ClaimResponse.requestor.extension, ClaimResponse.preAuthPeriod.extension, ClaimResponse.item.extension, ClaimResponse.item.modifierExtension, ClaimResponse.item.adjudication.extension, ClaimResponse.item.adjudication.modifierExtension, ClaimResponse.item.adjudication.category.extension, ClaimResponse.item.adjudication.category.coding.extension, ClaimResponse.item.adjudication.reason.extension, ClaimResponse.item.adjudication.reason.coding.extension, ClaimResponse.item.detail.extension, ClaimResponse.item.detail.modifierExtension, ClaimResponse.item.detail.subDetail.extension, ClaimResponse.item.detail.subDetail.modifierExtension, ClaimResponse.addItem.extension, ClaimResponse.addItem.modifierExtension, ClaimResponse.addItem.productOrService.extension, ClaimResponse.addItem.productOrService.coding.extension, ClaimResponse.addItem.detail.extension, ClaimResponse.addItem.detail.modifierExtension, ClaimResponse.addItem.detail.subDetail.extension, ClaimResponse.addItem.detail.subDetail.modifierExtension, ClaimResponse.total.extension, ClaimResponse.total.modifierExtension, ClaimResponse.payment.extension, ClaimResponse.payment.modifierExtension, ClaimResponse.processNote.extension, ClaimResponse.processNote.modifierExtension, ClaimResponse.insurance.extension, ClaimResponse.insurance.modifierExtension, ClaimResponse.error.extension, ClaimResponse.error.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ClaimResponse C 0..* ClaimResponse(4.0.1) Response to a claim predetermination or preauthorization
Constraints: be-rule-eagreementclaimresponse-1, be-rule-eagreementclaimresponse-2
... id SΣ 1..1 id Logical id of this artifact
... meta SΣ 1..1 Meta Metadata about the resource
.... profile Σ 1..1 canonical(StructureDefinition) Profiles this resource claims to conform to
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... status ?!SΣ 1..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required): A code specifying the state of the resource instance.
... type SΣ 1..1 CodeableConcept More granular claim type
Binding: ClaimTypeCodes (extensible): The type or discipline-style of the claim.
.... coding Σ 1..1 Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
... subType S 1..1 CodeableConcept More granular claim type
Binding: ExampleClaimSubTypeCodes (example): A more granular claim typecode.
.... coding Σ 1..1 Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
Required Pattern: https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/agreement-types
..... code Σ 1..1 code Symbol in syntax defined by the system
... use SΣ 1..1 code claim | preauthorization | predetermination
Binding: Use (required): Claim, preauthorization, predetermination.
... patient SΣ 1..1 Reference(BePatient(2.1.2)) The recipient of the products and services
... created SΣ 1..1 dateTime Response creation date
... insurer SΣ 1..1 Reference(BeOrganization(2.1.2)) Party responsible for reimbursement
... requestor S 1..1 Reference(BeOrganization(2.1.2) | BePractitioner(2.1.2) | BePractitionerRole(2.1.2)) Party responsible for the claim
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
... outcome SΣ 1..1 code queued | complete | error | partial
Binding: ClaimProcessingCodes (required): The result of the claim processing.
... preAuthRef S 1..1 string Preauthorization reference
... preAuthPeriod S 0..1 Period Preauthorization reference effective period
.... start ΣC 1..1 dateTime Starting time with inclusive boundary
... item 0..* BackboneElement Adjudication for claim line items
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... itemSequence 1..1 positiveInt Claim item instance identifier
.... adjudication S 1..1 BackboneElement Adjudication details
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... category 1..1 CodeableConcept Type of adjudication information
Binding: AdjudicationValueCodes (example): The adjudication codes.
...... coding Σ 1..1 Coding Code defined by a terminology system
....... system Σ 1..1 uri Identity of the terminology system
Required Pattern: https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/decision-values
....... code Σ 1..1 code Symbol in syntax defined by the system
... addItem S 0..* BackboneElement Insurer added line items
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... itemSequence S 1..1 positiveInt Item sequence number
.... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: BeProductOrServiceNihdiEAgreement (2.1.1) (extensible)
..... coding Σ 1..1 Coding Code defined by a terminology system
...... system Σ 1..1 uri Identity of the terminology system
...... code Σ 1..1 code Symbol in syntax defined by the system
.... adjudication S 1..* See adjudication (ClaimResponse) Added items adjudication

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ClaimResponse.statusrequiredFinancialResourceStatusCodes
http://hl7.org/fhir/ValueSet/fm-status|4.0.1
From the FHIR Standard
ClaimResponse.typeextensibleClaimTypeCodes
http://hl7.org/fhir/ValueSet/claim-type|4.0.1
From the FHIR Standard
ClaimResponse.subTypeexampleExampleClaimSubTypeCodes
http://hl7.org/fhir/ValueSet/claim-subtype|4.0.1
From the FHIR Standard
ClaimResponse.userequiredUse
http://hl7.org/fhir/ValueSet/claim-use|4.0.1
From the FHIR Standard
ClaimResponse.outcomerequiredClaimProcessingCodes
http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1
From the FHIR Standard
ClaimResponse.item.adjudication.categoryexampleAdjudicationValueCodes
http://hl7.org/fhir/ValueSet/adjudication|4.0.1
From the FHIR Standard
ClaimResponse.addItem.productOrServiceextensibleBeProductOrServiceNihdiEAgreement
https://www.ehealth.fgov.be/standards/fhir/mycarenet/ValueSet/eagreementproductorservice|2.1.1
From this IG

Constraints

IdGradePath(s)DetailsRequirements
be-rule-eagreementclaimresponse-1errorClaimResponsepreAuthPeriod start and end SHALL be YYYY-MM-DD
: (ClaimResponse.preAuthPeriod.exists() implies ClaimResponse.preAuthPeriod.start.toString().length()=10) and (ClaimResponse.preAuthPeriod.end.exists() implies ClaimResponse.preAuthPeriod.end.toString().length()=10)
be-rule-eagreementclaimresponse-2errorClaimResponseCreated SHALL be YYYY-MM-DDThh:mm:ss+zz:zz
: ClaimResponse.created.toString().length()=25
dom-2errorClaimResponseIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorClaimResponseIf 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-4errorClaimResponseIf 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-5errorClaimResponseIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceClaimResponseA resource should have narrative for robust management
: text.`div`.exists()
ele-1errorClaimResponse.meta, ClaimResponse.meta.profile, ClaimResponse.implicitRules, ClaimResponse.modifierExtension, ClaimResponse.status, ClaimResponse.type, ClaimResponse.type.coding, ClaimResponse.type.coding.system, ClaimResponse.type.coding.code, ClaimResponse.subType, ClaimResponse.subType.coding, ClaimResponse.subType.coding.system, ClaimResponse.subType.coding.code, ClaimResponse.use, ClaimResponse.patient, ClaimResponse.created, ClaimResponse.insurer, ClaimResponse.requestor, ClaimResponse.requestor.reference, ClaimResponse.outcome, ClaimResponse.preAuthRef, ClaimResponse.preAuthPeriod, ClaimResponse.preAuthPeriod.start, ClaimResponse.item, ClaimResponse.item.modifierExtension, ClaimResponse.item.itemSequence, ClaimResponse.item.adjudication, ClaimResponse.item.adjudication.modifierExtension, ClaimResponse.item.adjudication.category, ClaimResponse.item.adjudication.category.coding, ClaimResponse.item.adjudication.category.coding.system, ClaimResponse.item.adjudication.category.coding.code, ClaimResponse.addItem, ClaimResponse.addItem.modifierExtension, ClaimResponse.addItem.itemSequence, ClaimResponse.addItem.productOrService, ClaimResponse.addItem.productOrService.coding, ClaimResponse.addItem.productOrService.coding.system, ClaimResponse.addItem.productOrService.coding.code, ClaimResponse.addItem.adjudicationAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorClaimResponse.modifierExtension, ClaimResponse.item.modifierExtension, ClaimResponse.item.adjudication.modifierExtension, ClaimResponse.addItem.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Differential View

This structure is derived from ClaimResponse

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ClaimResponse C 0..* ClaimResponse(4.0.1) Response to a claim predetermination or preauthorization
... id S 1..1 id Logical id of this artifact
... meta S 1..1 Meta Metadata about the resource
.... profile 1..1 canonical(StructureDefinition) Profiles this resource claims to conform to
... status S 1..1 code active | cancelled | draft | entered-in-error
.... coding 1..1 Coding Code defined by a terminology system
..... system 1..1 uri Identity of the terminology system
..... code 1..1 code Symbol in syntax defined by the system
... subType S 1..1 CodeableConcept More granular claim type
.... coding 1..1 Coding Code defined by a terminology system
..... system 1..1 uri Identity of the terminology system
Required Pattern: https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/agreement-types
..... code 1..1 code Symbol in syntax defined by the system
... use S 1..1 code claim | preauthorization | predetermination
... patient S 1..1 Reference(BePatient(2.1.2)) The recipient of the products and services
... created S 1..1 dateTime Response creation date
... insurer S 1..1 Reference(BeOrganization(2.1.2)) Party responsible for reimbursement
... requestor S 1..1 Reference(BeOrganization(2.1.2) | BePractitioner(2.1.2) | BePractitionerRole(2.1.2)) Party responsible for the claim
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
... outcome S 1..1 code queued | complete | error | partial
... preAuthRef S 1..1 string Preauthorization reference
... preAuthPeriod S 0..1 Period Preauthorization reference effective period
.... start 1..1 dateTime Starting time with inclusive boundary
... item
.... adjudication S 1..1 BackboneElement Adjudication details
..... category
...... coding 1..1 Coding Code defined by a terminology system
....... system 1..1 uri Identity of the terminology system
Required Pattern: https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/decision-values
....... code 1..1 code Symbol in syntax defined by the system
..... reason
...... coding 1..1 Coding Code defined by a terminology system
Binding: BeEAgreementAdjudicationReason (2.1.1) (extensible)
....... system 1..1 uri Identity of the terminology system
....... code 1..1 code Symbol in syntax defined by the system
... addItem S 0..* BackboneElement Insurer added line items
.... itemSequence S 1..1 positiveInt Item sequence number
.... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: BeProductOrServiceNihdiEAgreement (2.1.1) (extensible)
..... coding 1..1 Coding Code defined by a terminology system
...... system 1..1 uri Identity of the terminology system
...... code 1..1 code Symbol in syntax defined by the system
.... adjudication S 1..* Added items adjudication

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
ClaimResponse.item.adjudication.reason.codingextensibleBeEAgreementAdjudicationReason
https://www.ehealth.fgov.be/standards/fhir/mycarenet/ValueSet/eagreementadjudicationreason|2.1.1
From this IG
ClaimResponse.addItem.productOrServiceextensibleBeProductOrServiceNihdiEAgreement
https://www.ehealth.fgov.be/standards/fhir/mycarenet/ValueSet/eagreementproductorservice|2.1.1
From this IG

Constraints

IdGradePath(s)DetailsRequirements
be-rule-eagreementclaimresponse-1errorClaimResponsepreAuthPeriod start and end SHALL be YYYY-MM-DD
: (ClaimResponse.preAuthPeriod.exists() implies ClaimResponse.preAuthPeriod.start.toString().length()=10) and (ClaimResponse.preAuthPeriod.end.exists() implies ClaimResponse.preAuthPeriod.end.toString().length()=10)
be-rule-eagreementclaimresponse-2errorClaimResponseCreated SHALL be YYYY-MM-DDThh:mm:ss+zz:zz
: ClaimResponse.created.toString().length()=25

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ClaimResponse C 0..* ClaimResponse(4.0.1) Response to a claim predetermination or preauthorization
Constraints: be-rule-eagreementclaimresponse-1, be-rule-eagreementclaimresponse-2
... id SΣ 1..1 id Logical id of this artifact
... meta SΣ 1..1 Meta Metadata about the resource
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 1..1 canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier 0..* Identifier Business Identifier for a claim response
... status ?!SΣ 1..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required): A code specifying the state of the resource instance.
... type SΣ 1..1 CodeableConcept More granular claim type
Binding: ClaimTypeCodes (extensible): The type or discipline-style of the claim.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... coding Σ 1..1 Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... subType S 1..1 CodeableConcept More granular claim type
Binding: ExampleClaimSubTypeCodes (example): A more granular claim typecode.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... coding Σ 1..1 Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... system Σ 1..1 uri Identity of the terminology system
Required Pattern: https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/agreement-types
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... use SΣ 1..1 code claim | preauthorization | predetermination
Binding: Use (required): Claim, preauthorization, predetermination.
... patient SΣ 1..1 Reference(BePatient(2.1.2)) The recipient of the products and services
... created SΣ 1..1 dateTime Response creation date
... insurer SΣ 1..1 Reference(BeOrganization(2.1.2)) Party responsible for reimbursement
... requestor S 1..1 Reference(BeOrganization(2.1.2) | BePractitioner(2.1.2) | BePractitionerRole(2.1.2)) Party responsible for the claim
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... request Σ 0..1 Reference(Claim) Id of resource triggering adjudication
... outcome SΣ 1..1 code queued | complete | error | partial
Binding: ClaimProcessingCodes (required): The result of the claim processing.
... disposition 0..1 string Disposition Message
... preAuthRef S 1..1 string Preauthorization reference
... preAuthPeriod S 0..1 Period Preauthorization reference effective period
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... start ΣC 1..1 dateTime Starting time with inclusive boundary
.... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
... payeeType 0..1 CodeableConcept Party to be paid any benefits payable
Binding: Claim Payee Type Codes (example): A code for the party to be reimbursed.
... item 0..* BackboneElement Adjudication for claim line items
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... itemSequence 1..1 positiveInt Claim item instance identifier
.... noteNumber 0..* positiveInt Applicable note numbers
.... adjudication S 1..1 BackboneElement Adjudication details
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... category 1..1 CodeableConcept Type of adjudication information
Binding: AdjudicationValueCodes (example): The adjudication codes.
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
...... coding Σ 1..1 Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
....... system Σ 1..1 uri Identity of the terminology system
Required Pattern: https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/decision-values
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 1..1 code Symbol in syntax defined by the system
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... reason 0..1 CodeableConcept Explanation of adjudication outcome
Binding: AdjudicationReasonCodes (example): The adjudication reason codes.
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
...... coding Σ 1..1 Coding Code defined by a terminology system
Binding: BeEAgreementAdjudicationReason (2.1.1) (extensible)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
....... system Σ 1..1 uri Identity of the terminology system
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 1..1 code Symbol in syntax defined by the system
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... amount 0..1 Money Monetary amount
..... value 0..1 decimal Non-monetary value
.... detail 0..* BackboneElement Adjudication for claim details
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... detailSequence 1..1 positiveInt Claim detail instance identifier
..... noteNumber 0..* positiveInt Applicable note numbers
..... adjudication 1..* See adjudication (ClaimResponse) Detail level adjudication details
..... subDetail 0..* BackboneElement Adjudication for claim sub-details
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... subDetailSequence 1..1 positiveInt Claim sub-detail instance identifier
...... noteNumber 0..* positiveInt Applicable note numbers
...... adjudication 0..* See adjudication (ClaimResponse) Subdetail level adjudication details
... addItem S 0..* BackboneElement Insurer added line items
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... itemSequence S 1..1 positiveInt Item sequence number
.... detailSequence 0..* positiveInt Detail sequence number
.... subdetailSequence 0..* positiveInt Subdetail sequence number
.... provider 0..* Reference(Practitioner | PractitionerRole | Organization) Authorized providers
.... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: BeProductOrServiceNihdiEAgreement (2.1.1) (extensible)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... coding Σ 1..1 Coding Code defined by a terminology system
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
...... system Σ 1..1 uri Identity of the terminology system
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 1..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
.... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
.... programCode 0..* CodeableConcept Program the product or service is provided under
Binding: ExampleProgramReasonCodes (example): Program specific reason codes.
.... serviced[x] 0..1 Date or dates of service or product delivery
..... servicedDate date
..... servicedPeriod Period
.... location[x] 0..1 Place of service or where product was supplied
Binding: ExampleServicePlaceCodes (example): Place of service: pharmacy, school, prison, etc.
..... locationCodeableConcept CodeableConcept
..... locationAddress Address
..... locationReference Reference(Location)
.... quantity 0..1 SimpleQuantity(4.0.1) Count of products or services
.... unitPrice 0..1 Money Fee, charge or cost per item
.... factor 0..1 decimal Price scaling factor
.... net 0..1 Money Total item cost
.... bodySite 0..1 CodeableConcept Anatomical location
Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch.
.... subSite 0..* CodeableConcept Anatomical sub-location
Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations.
.... noteNumber 0..* positiveInt Applicable note numbers
.... adjudication S 1..* See adjudication (ClaimResponse) Added items adjudication
.... detail 0..* BackboneElement Insurer added line details
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
..... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
..... quantity 0..1 SimpleQuantity(4.0.1) Count of products or services
..... unitPrice 0..1 Money Fee, charge or cost per item
..... factor 0..1 decimal Price scaling factor
..... net 0..1 Money Total item cost
..... noteNumber 0..* positiveInt Applicable note numbers
..... adjudication 1..* See adjudication (ClaimResponse) Added items detail adjudication
..... subDetail 0..* BackboneElement Insurer added line items
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
...... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
...... quantity 0..1 SimpleQuantity(4.0.1) Count of products or services
...... unitPrice 0..1 Money Fee, charge or cost per item
...... factor 0..1 decimal Price scaling factor
...... net 0..1 Money Total item cost
...... noteNumber 0..* positiveInt Applicable note numbers
...... adjudication 1..* See adjudication (ClaimResponse) Added items detail adjudication
... adjudication 0..* See adjudication (ClaimResponse) Header-level adjudication
... total Σ 0..* BackboneElement Adjudication totals
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... category Σ 1..1 CodeableConcept Type of adjudication information
Binding: AdjudicationValueCodes (example): The adjudication codes.
.... amount Σ 1..1 Money Financial total for the category
... payment 0..1 BackboneElement Payment Details
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 1..1 CodeableConcept Partial or complete payment
Binding: ExamplePaymentTypeCodes (example): The type (partial, complete) of the payment.
.... adjustment 0..1 Money Payment adjustment for non-claim issues
.... adjustmentReason 0..1 CodeableConcept Explanation for the adjustment
Binding: PaymentAdjustmentReasonCodes (example): Payment Adjustment reason codes.
.... date 0..1 date Expected date of payment
.... amount 1..1 Money Payable amount after adjustment
.... identifier 0..1 Identifier Business identifier for the payment
... fundsReserve 0..1 CodeableConcept Funds reserved status
Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None).
... formCode 0..1 CodeableConcept Printed form identifier
Binding: Form Codes (example): The forms codes.
... form 0..1 Attachment Printed reference or actual form
... processNote 0..* BackboneElement Note concerning adjudication
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... number 0..1 positiveInt Note instance identifier
.... type 0..1 code display | print | printoper
Binding: NoteType (required): The presentation types of notes.
.... text 1..1 string Note explanatory text
.... language 0..1 CodeableConcept Language of the text
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... communicationRequest 0..* Reference(CommunicationRequest) Request for additional information
... insurance 0..* BackboneElement Patient insurance information
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence 1..1 positiveInt Insurance instance identifier
.... focal 1..1 boolean Coverage to be used for adjudication
.... coverage 1..1 Reference(Coverage) Insurance information
.... businessArrangement 0..1 string Additional provider contract number
.... claimResponse 0..1 Reference(ClaimResponse) Adjudication results
... error 0..* BackboneElement Processing errors
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... itemSequence 0..1 positiveInt Item sequence number
.... detailSequence 0..1 positiveInt Detail sequence number
.... subDetailSequence 0..1 positiveInt Subdetail sequence number
.... code 1..1 CodeableConcept Error code detailing processing issues
Binding: Adjudication Error Codes (example): The adjudication error codes.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ClaimResponse.meta.securityextensibleAll Security Labels
http://hl7.org/fhir/ValueSet/security-labels|4.0.1
From the FHIR Standard
ClaimResponse.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags|4.0.1
From the FHIR Standard
ClaimResponse.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages|4.0.1
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
ClaimResponse.statusrequiredFinancialResourceStatusCodes
http://hl7.org/fhir/ValueSet/fm-status|4.0.1
From the FHIR Standard
ClaimResponse.typeextensibleClaimTypeCodes
http://hl7.org/fhir/ValueSet/claim-type|4.0.1
From the FHIR Standard
ClaimResponse.subTypeexampleExampleClaimSubTypeCodes
http://hl7.org/fhir/ValueSet/claim-subtype|4.0.1
From the FHIR Standard
ClaimResponse.userequiredUse
http://hl7.org/fhir/ValueSet/claim-use|4.0.1
From the FHIR Standard
ClaimResponse.requestor.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
From the FHIR Standard
ClaimResponse.outcomerequiredClaimProcessingCodes
http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1
From the FHIR Standard
ClaimResponse.payeeTypeexampleClaim Payee Type Codes
http://hl7.org/fhir/ValueSet/payeetype|4.0.1
From the FHIR Standard
ClaimResponse.item.adjudication.categoryexampleAdjudicationValueCodes
http://hl7.org/fhir/ValueSet/adjudication|4.0.1
From the FHIR Standard
ClaimResponse.item.adjudication.reasonexampleAdjudicationReasonCodes
http://hl7.org/fhir/ValueSet/adjudication-reason|4.0.1
From the FHIR Standard
ClaimResponse.item.adjudication.reason.codingextensibleBeEAgreementAdjudicationReason
https://www.ehealth.fgov.be/standards/fhir/mycarenet/ValueSet/eagreementadjudicationreason|2.1.1
From this IG
ClaimResponse.addItem.productOrServiceextensibleBeProductOrServiceNihdiEAgreement
https://www.ehealth.fgov.be/standards/fhir/mycarenet/ValueSet/eagreementproductorservice|2.1.1
From this IG
ClaimResponse.addItem.modifierexampleModifierTypeCodes
http://hl7.org/fhir/ValueSet/claim-modifiers|4.0.1
From the FHIR Standard
ClaimResponse.addItem.programCodeexampleExampleProgramReasonCodes
http://hl7.org/fhir/ValueSet/ex-program-code|4.0.1
From the FHIR Standard
ClaimResponse.addItem.location[x]exampleExampleServicePlaceCodes
http://hl7.org/fhir/ValueSet/service-place|4.0.1
From the FHIR Standard
ClaimResponse.addItem.bodySiteexampleOralSiteCodes
http://hl7.org/fhir/ValueSet/tooth|4.0.1
From the FHIR Standard
ClaimResponse.addItem.subSiteexampleSurfaceCodes
http://hl7.org/fhir/ValueSet/surface|4.0.1
From the FHIR Standard
ClaimResponse.addItem.detail.productOrServiceexampleUSCLSCodes
http://hl7.org/fhir/ValueSet/service-uscls|4.0.1
From the FHIR Standard
ClaimResponse.addItem.detail.modifierexampleModifierTypeCodes
http://hl7.org/fhir/ValueSet/claim-modifiers|4.0.1
From the FHIR Standard
ClaimResponse.addItem.detail.subDetail.productOrServiceexampleUSCLSCodes
http://hl7.org/fhir/ValueSet/service-uscls|4.0.1
From the FHIR Standard
ClaimResponse.addItem.detail.subDetail.modifierexampleModifierTypeCodes
http://hl7.org/fhir/ValueSet/claim-modifiers|4.0.1
From the FHIR Standard
ClaimResponse.total.categoryexampleAdjudicationValueCodes
http://hl7.org/fhir/ValueSet/adjudication|4.0.1
From the FHIR Standard
ClaimResponse.payment.typeexampleExamplePaymentTypeCodes
http://hl7.org/fhir/ValueSet/ex-paymenttype|4.0.1
From the FHIR Standard
ClaimResponse.payment.adjustmentReasonexamplePaymentAdjustmentReasonCodes
http://hl7.org/fhir/ValueSet/payment-adjustment-reason|4.0.1
From the FHIR Standard
ClaimResponse.fundsReserveexampleFunds Reservation Codes
http://hl7.org/fhir/ValueSet/fundsreserve|4.0.1
From the FHIR Standard
ClaimResponse.formCodeexampleForm Codes
http://hl7.org/fhir/ValueSet/forms|4.0.1
From the FHIR Standard
ClaimResponse.processNote.typerequiredNoteType
http://hl7.org/fhir/ValueSet/note-type|4.0.1
From the FHIR Standard
ClaimResponse.processNote.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages|4.0.1
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
ClaimResponse.error.codeexampleAdjudication Error Codes
http://hl7.org/fhir/ValueSet/adjudication-error|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
be-rule-eagreementclaimresponse-1errorClaimResponsepreAuthPeriod start and end SHALL be YYYY-MM-DD
: (ClaimResponse.preAuthPeriod.exists() implies ClaimResponse.preAuthPeriod.start.toString().length()=10) and (ClaimResponse.preAuthPeriod.end.exists() implies ClaimResponse.preAuthPeriod.end.toString().length()=10)
be-rule-eagreementclaimresponse-2errorClaimResponseCreated SHALL be YYYY-MM-DDThh:mm:ss+zz:zz
: ClaimResponse.created.toString().length()=25
dom-2errorClaimResponseIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorClaimResponseIf 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-4errorClaimResponseIf 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-5errorClaimResponseIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceClaimResponseA resource should have narrative for robust management
: text.`div`.exists()
ele-1errorClaimResponse.meta, ClaimResponse.meta.extension, ClaimResponse.meta.versionId, ClaimResponse.meta.lastUpdated, ClaimResponse.meta.source, ClaimResponse.meta.profile, ClaimResponse.meta.security, ClaimResponse.meta.tag, ClaimResponse.implicitRules, ClaimResponse.language, ClaimResponse.text, ClaimResponse.extension, ClaimResponse.modifierExtension, ClaimResponse.identifier, ClaimResponse.status, ClaimResponse.type, ClaimResponse.type.extension, ClaimResponse.type.coding, ClaimResponse.type.coding.extension, ClaimResponse.type.coding.system, ClaimResponse.type.coding.version, ClaimResponse.type.coding.code, ClaimResponse.type.coding.display, ClaimResponse.type.coding.userSelected, ClaimResponse.type.text, ClaimResponse.subType, ClaimResponse.subType.extension, ClaimResponse.subType.coding, ClaimResponse.subType.coding.extension, ClaimResponse.subType.coding.system, ClaimResponse.subType.coding.version, ClaimResponse.subType.coding.code, ClaimResponse.subType.coding.display, ClaimResponse.subType.coding.userSelected, ClaimResponse.subType.text, ClaimResponse.use, ClaimResponse.patient, ClaimResponse.created, ClaimResponse.insurer, ClaimResponse.requestor, ClaimResponse.requestor.extension, ClaimResponse.requestor.reference, ClaimResponse.requestor.type, ClaimResponse.requestor.identifier, ClaimResponse.requestor.display, ClaimResponse.request, ClaimResponse.outcome, ClaimResponse.disposition, ClaimResponse.preAuthRef, ClaimResponse.preAuthPeriod, ClaimResponse.preAuthPeriod.extension, ClaimResponse.preAuthPeriod.start, ClaimResponse.preAuthPeriod.end, ClaimResponse.payeeType, ClaimResponse.item, ClaimResponse.item.extension, ClaimResponse.item.modifierExtension, ClaimResponse.item.itemSequence, ClaimResponse.item.noteNumber, ClaimResponse.item.adjudication, ClaimResponse.item.adjudication.extension, ClaimResponse.item.adjudication.modifierExtension, ClaimResponse.item.adjudication.category, ClaimResponse.item.adjudication.category.extension, ClaimResponse.item.adjudication.category.coding, ClaimResponse.item.adjudication.category.coding.extension, ClaimResponse.item.adjudication.category.coding.system, ClaimResponse.item.adjudication.category.coding.version, ClaimResponse.item.adjudication.category.coding.code, ClaimResponse.item.adjudication.category.coding.display, ClaimResponse.item.adjudication.category.coding.userSelected, ClaimResponse.item.adjudication.category.text, ClaimResponse.item.adjudication.reason, ClaimResponse.item.adjudication.reason.extension, ClaimResponse.item.adjudication.reason.coding, ClaimResponse.item.adjudication.reason.coding.extension, ClaimResponse.item.adjudication.reason.coding.system, ClaimResponse.item.adjudication.reason.coding.version, ClaimResponse.item.adjudication.reason.coding.code, ClaimResponse.item.adjudication.reason.coding.display, ClaimResponse.item.adjudication.reason.coding.userSelected, ClaimResponse.item.adjudication.reason.text, ClaimResponse.item.adjudication.amount, ClaimResponse.item.adjudication.value, ClaimResponse.item.detail, ClaimResponse.item.detail.extension, ClaimResponse.item.detail.modifierExtension, ClaimResponse.item.detail.detailSequence, ClaimResponse.item.detail.noteNumber, ClaimResponse.item.detail.adjudication, ClaimResponse.item.detail.subDetail, ClaimResponse.item.detail.subDetail.extension, ClaimResponse.item.detail.subDetail.modifierExtension, ClaimResponse.item.detail.subDetail.subDetailSequence, ClaimResponse.item.detail.subDetail.noteNumber, ClaimResponse.item.detail.subDetail.adjudication, ClaimResponse.addItem, ClaimResponse.addItem.extension, ClaimResponse.addItem.modifierExtension, ClaimResponse.addItem.itemSequence, ClaimResponse.addItem.detailSequence, ClaimResponse.addItem.subdetailSequence, ClaimResponse.addItem.provider, ClaimResponse.addItem.productOrService, ClaimResponse.addItem.productOrService.extension, ClaimResponse.addItem.productOrService.coding, ClaimResponse.addItem.productOrService.coding.extension, ClaimResponse.addItem.productOrService.coding.system, ClaimResponse.addItem.productOrService.coding.version, ClaimResponse.addItem.productOrService.coding.code, ClaimResponse.addItem.productOrService.coding.display, ClaimResponse.addItem.productOrService.coding.userSelected, ClaimResponse.addItem.productOrService.text, ClaimResponse.addItem.modifier, ClaimResponse.addItem.programCode, ClaimResponse.addItem.serviced[x], ClaimResponse.addItem.location[x], ClaimResponse.addItem.quantity, ClaimResponse.addItem.unitPrice, ClaimResponse.addItem.factor, ClaimResponse.addItem.net, ClaimResponse.addItem.bodySite, ClaimResponse.addItem.subSite, ClaimResponse.addItem.noteNumber, ClaimResponse.addItem.adjudication, ClaimResponse.addItem.detail, ClaimResponse.addItem.detail.extension, ClaimResponse.addItem.detail.modifierExtension, ClaimResponse.addItem.detail.productOrService, ClaimResponse.addItem.detail.modifier, ClaimResponse.addItem.detail.quantity, ClaimResponse.addItem.detail.unitPrice, ClaimResponse.addItem.detail.factor, ClaimResponse.addItem.detail.net, ClaimResponse.addItem.detail.noteNumber, ClaimResponse.addItem.detail.adjudication, ClaimResponse.addItem.detail.subDetail, ClaimResponse.addItem.detail.subDetail.extension, ClaimResponse.addItem.detail.subDetail.modifierExtension, ClaimResponse.addItem.detail.subDetail.productOrService, ClaimResponse.addItem.detail.subDetail.modifier, ClaimResponse.addItem.detail.subDetail.quantity, ClaimResponse.addItem.detail.subDetail.unitPrice, ClaimResponse.addItem.detail.subDetail.factor, ClaimResponse.addItem.detail.subDetail.net, ClaimResponse.addItem.detail.subDetail.noteNumber, ClaimResponse.addItem.detail.subDetail.adjudication, ClaimResponse.adjudication, ClaimResponse.total, ClaimResponse.total.extension, ClaimResponse.total.modifierExtension, ClaimResponse.total.category, ClaimResponse.total.amount, ClaimResponse.payment, ClaimResponse.payment.extension, ClaimResponse.payment.modifierExtension, ClaimResponse.payment.type, ClaimResponse.payment.adjustment, ClaimResponse.payment.adjustmentReason, ClaimResponse.payment.date, ClaimResponse.payment.amount, ClaimResponse.payment.identifier, ClaimResponse.fundsReserve, ClaimResponse.formCode, ClaimResponse.form, ClaimResponse.processNote, ClaimResponse.processNote.extension, ClaimResponse.processNote.modifierExtension, ClaimResponse.processNote.number, ClaimResponse.processNote.type, ClaimResponse.processNote.text, ClaimResponse.processNote.language, ClaimResponse.communicationRequest, ClaimResponse.insurance, ClaimResponse.insurance.extension, ClaimResponse.insurance.modifierExtension, ClaimResponse.insurance.sequence, ClaimResponse.insurance.focal, ClaimResponse.insurance.coverage, ClaimResponse.insurance.businessArrangement, ClaimResponse.insurance.claimResponse, ClaimResponse.error, ClaimResponse.error.extension, ClaimResponse.error.modifierExtension, ClaimResponse.error.itemSequence, ClaimResponse.error.detailSequence, ClaimResponse.error.subDetailSequence, ClaimResponse.error.codeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorClaimResponse.meta.extension, ClaimResponse.extension, ClaimResponse.modifierExtension, ClaimResponse.type.extension, ClaimResponse.type.coding.extension, ClaimResponse.subType.extension, ClaimResponse.subType.coding.extension, ClaimResponse.requestor.extension, ClaimResponse.preAuthPeriod.extension, ClaimResponse.item.extension, ClaimResponse.item.modifierExtension, ClaimResponse.item.adjudication.extension, ClaimResponse.item.adjudication.modifierExtension, ClaimResponse.item.adjudication.category.extension, ClaimResponse.item.adjudication.category.coding.extension, ClaimResponse.item.adjudication.reason.extension, ClaimResponse.item.adjudication.reason.coding.extension, ClaimResponse.item.detail.extension, ClaimResponse.item.detail.modifierExtension, ClaimResponse.item.detail.subDetail.extension, ClaimResponse.item.detail.subDetail.modifierExtension, ClaimResponse.addItem.extension, ClaimResponse.addItem.modifierExtension, ClaimResponse.addItem.productOrService.extension, ClaimResponse.addItem.productOrService.coding.extension, ClaimResponse.addItem.detail.extension, ClaimResponse.addItem.detail.modifierExtension, ClaimResponse.addItem.detail.subDetail.extension, ClaimResponse.addItem.detail.subDetail.modifierExtension, ClaimResponse.total.extension, ClaimResponse.total.modifierExtension, ClaimResponse.payment.extension, ClaimResponse.payment.modifierExtension, ClaimResponse.processNote.extension, ClaimResponse.processNote.modifierExtension, ClaimResponse.insurance.extension, ClaimResponse.insurance.modifierExtension, ClaimResponse.error.extension, ClaimResponse.error.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()

 

Other representations of profile: CSV, Excel, Schematron