Kenya eClaims FHIR Implementation Guide
0.1.0 - ci-build KE

Kenya eClaims FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: eClaims Payment Notice Profile

Official URL: https://fhir.dha.go.ke/eclaims/StructureDefinition/ke-eclaims-paymentnotice Version: 0.1.0
Draft as of 2026-05-19 Computable Name: EClaimsPaymentNotice

This profile defines constraints on the PaymentNotice resource for use within the Kenya eClaims Implementation Guide. It provides notice of a payment-related event, such as the issuance or receipt of funds for a healthcare claim, supporting financial reconciliation and tracking.

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PaymentNotice 0..* PaymentNotice PaymentNotice request
... id SΣ 1..1 id Logical id of this artifact
... meta SΣ 1..1 Meta Metadata about the resource
.... profile SΣ 1..* canonical(StructureDefinition) Profiles this resource claims to conform to
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... identifier S 1..* Identifier Business Identifier for the payment noctice
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system SΣ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value SΣ 1..1 string The value that is unique
Example General: 123456
... status ?!SΣ 1..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required)
... created SΣ 1..1 dateTime Creation date
... provider S 1..1 Reference(eClaims Organization Profile) Responsible practitioner
... payment SΣ 1..1 Reference(PaymentReconciliation) Payment reference
... paymentDate S 1..1 date Payment or clearing date
... payee S 1..1 Reference(eClaims Organization Profile) Party being paid
... recipient SΣ 1..1 Reference(eClaims Organization Profile) Party being notified
... amount SΣ 1..1 Money Monetary amount of the payment
.... value SΣ 1..1 decimal Numerical value (with implicit precision)
.... currency SΣ 1..1 code ISO 4217 Currency Code
Binding: Currencies (required): A code indicating the currency, taken from ISO 4217.
... paymentStatus S 1..1 CodeableConcept Issued or cleared Status of the payment
Binding: PaymentStatusCodes (required)
.... coding SΣ 1..* Coding Code defined by a terminology system
..... system SΣ 1..1 uri Identity of the terminology system
..... code SΣ 1..1 code Symbol in syntax defined by the system
..... display SΣ 1..1 string Representation defined by the system
.... text SΣ 0..1 string Plain text representation of the concept

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PaymentNotice.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
PaymentNotice.status Base required Financial Resource Status Codes 📦4.0.1 FHIR Std.
PaymentNotice.amount.​currency Base required CurrencyCode 📍4.0.1 FHIR Std.
PaymentNotice.paymentStatus Base required Payment Status Codes 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error PaymentNotice If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error PaymentNotice If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error PaymentNotice If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error PaymentNotice If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice PaymentNotice A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from PaymentNotice

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PaymentNotice 0..* PaymentNotice PaymentNotice request
... id S 1..1 id Logical id of this artifact
... meta S 1..1 Meta Metadata about the resource
.... profile S 1..* canonical(StructureDefinition) Profiles this resource claims to conform to
... identifier S 1..* Identifier Business Identifier for the payment noctice
.... system S 1..1 uri The namespace for the identifier value
.... value S 1..1 string The value that is unique
... created S 1..1 dateTime Creation date
... provider S 1..1 Reference(eClaims Organization Profile) Responsible practitioner
... payment S 1..1 Reference(PaymentReconciliation) Payment reference
... paymentDate S 1..1 date Payment or clearing date
... payee S 1..1 Reference(eClaims Organization Profile) Party being paid
... recipient S 1..1 Reference(eClaims Organization Profile) Party being notified
... amount S 1..1 Money Monetary amount of the payment
.... value S 1..1 decimal Numerical value (with implicit precision)
.... currency S 1..1 code ISO 4217 Currency Code
... paymentStatus S 1..1 CodeableConcept Issued or cleared Status of the payment
Binding: PaymentStatusCodes (required)
.... coding S 1..* Coding Code defined by a terminology system
..... system S 1..1 uri Identity of the terminology system
..... code S 1..1 code Symbol in syntax defined by the system
..... display S 1..1 string Representation defined by the system
.... text S 0..1 string Plain text representation of the concept

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
PaymentNotice.status Base required Financial Resource Status Codes 📦4.0.1 FHIR Std.
PaymentNotice.paymentStatus Base required Payment Status Codes 📦4.0.1 FHIR Std.
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PaymentNotice 0..* PaymentNotice PaymentNotice request
... 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
.... 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 SΣ 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
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier S 1..* Identifier Business Identifier for the payment noctice
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system SΣ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value SΣ 1..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... status ?!SΣ 1..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required)
... request 0..1 Reference(Resource) Request reference
... response 0..1 Reference(Resource) Response reference
... created SΣ 1..1 dateTime Creation date
... provider S 1..1 Reference(eClaims Organization Profile) Responsible practitioner
... payment SΣ 1..1 Reference(PaymentReconciliation) Payment reference
... paymentDate S 1..1 date Payment or clearing date
... payee S 1..1 Reference(eClaims Organization Profile) Party being paid
... recipient SΣ 1..1 Reference(eClaims Organization Profile) Party being notified
... amount SΣ 1..1 Money Monetary amount of the payment
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... value SΣ 1..1 decimal Numerical value (with implicit precision)
.... currency SΣ 1..1 code ISO 4217 Currency Code
Binding: Currencies (required): A code indicating the currency, taken from ISO 4217.
... paymentStatus S 1..1 CodeableConcept Issued or cleared Status of the payment
Binding: PaymentStatusCodes (required)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ 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
..... system SΣ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code SΣ 1..1 code Symbol in syntax defined by the system
..... display SΣ 1..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text SΣ 0..1 string Plain text representation of the concept

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PaymentNotice.meta.security Base extensible SecurityLabels 📍4.0.1 FHIR Std.
PaymentNotice.meta.tag Base example Common Tags 📍4.0.1 FHIR Std.
PaymentNotice.language Base preferred Common Languages 📍4.0.1 FHIR Std.
PaymentNotice.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
PaymentNotice.identifier.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
PaymentNotice.status Base required Financial Resource Status Codes 📦4.0.1 FHIR Std.
PaymentNotice.amount.​currency Base required CurrencyCode 📍4.0.1 FHIR Std.
PaymentNotice.paymentStatus Base required Payment Status Codes 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error PaymentNotice If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error PaymentNotice If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error PaymentNotice If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error PaymentNotice If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice PaymentNotice A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from PaymentNotice

Summary

Mandatory: 16 elements
Must-Support: 22 elements

Structures

This structure refers to these other structures:

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PaymentNotice 0..* PaymentNotice PaymentNotice request
... id SΣ 1..1 id Logical id of this artifact
... meta SΣ 1..1 Meta Metadata about the resource
.... profile SΣ 1..* canonical(StructureDefinition) Profiles this resource claims to conform to
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... identifier S 1..* Identifier Business Identifier for the payment noctice
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system SΣ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value SΣ 1..1 string The value that is unique
Example General: 123456
... status ?!SΣ 1..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required)
... created SΣ 1..1 dateTime Creation date
... provider S 1..1 Reference(eClaims Organization Profile) Responsible practitioner
... payment SΣ 1..1 Reference(PaymentReconciliation) Payment reference
... paymentDate S 1..1 date Payment or clearing date
... payee S 1..1 Reference(eClaims Organization Profile) Party being paid
... recipient SΣ 1..1 Reference(eClaims Organization Profile) Party being notified
... amount SΣ 1..1 Money Monetary amount of the payment
.... value SΣ 1..1 decimal Numerical value (with implicit precision)
.... currency SΣ 1..1 code ISO 4217 Currency Code
Binding: Currencies (required): A code indicating the currency, taken from ISO 4217.
... paymentStatus S 1..1 CodeableConcept Issued or cleared Status of the payment
Binding: PaymentStatusCodes (required)
.... coding SΣ 1..* Coding Code defined by a terminology system
..... system SΣ 1..1 uri Identity of the terminology system
..... code SΣ 1..1 code Symbol in syntax defined by the system
..... display SΣ 1..1 string Representation defined by the system
.... text SΣ 0..1 string Plain text representation of the concept

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PaymentNotice.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
PaymentNotice.status Base required Financial Resource Status Codes 📦4.0.1 FHIR Std.
PaymentNotice.amount.​currency Base required CurrencyCode 📍4.0.1 FHIR Std.
PaymentNotice.paymentStatus Base required Payment Status Codes 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error PaymentNotice If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error PaymentNotice If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error PaymentNotice If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error PaymentNotice If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice PaymentNotice A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from PaymentNotice

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PaymentNotice 0..* PaymentNotice PaymentNotice request
... id S 1..1 id Logical id of this artifact
... meta S 1..1 Meta Metadata about the resource
.... profile S 1..* canonical(StructureDefinition) Profiles this resource claims to conform to
... identifier S 1..* Identifier Business Identifier for the payment noctice
.... system S 1..1 uri The namespace for the identifier value
.... value S 1..1 string The value that is unique
... created S 1..1 dateTime Creation date
... provider S 1..1 Reference(eClaims Organization Profile) Responsible practitioner
... payment S 1..1 Reference(PaymentReconciliation) Payment reference
... paymentDate S 1..1 date Payment or clearing date
... payee S 1..1 Reference(eClaims Organization Profile) Party being paid
... recipient S 1..1 Reference(eClaims Organization Profile) Party being notified
... amount S 1..1 Money Monetary amount of the payment
.... value S 1..1 decimal Numerical value (with implicit precision)
.... currency S 1..1 code ISO 4217 Currency Code
... paymentStatus S 1..1 CodeableConcept Issued or cleared Status of the payment
Binding: PaymentStatusCodes (required)
.... coding S 1..* Coding Code defined by a terminology system
..... system S 1..1 uri Identity of the terminology system
..... code S 1..1 code Symbol in syntax defined by the system
..... display S 1..1 string Representation defined by the system
.... text S 0..1 string Plain text representation of the concept

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
PaymentNotice.status Base required Financial Resource Status Codes 📦4.0.1 FHIR Std.
PaymentNotice.paymentStatus Base required Payment Status Codes 📦4.0.1 FHIR Std.

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PaymentNotice 0..* PaymentNotice PaymentNotice request
... 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
.... 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 SΣ 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
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier S 1..* Identifier Business Identifier for the payment noctice
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system SΣ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value SΣ 1..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... status ?!SΣ 1..1 code active | cancelled | draft | entered-in-error
Binding: FinancialResourceStatusCodes (required)
... request 0..1 Reference(Resource) Request reference
... response 0..1 Reference(Resource) Response reference
... created SΣ 1..1 dateTime Creation date
... provider S 1..1 Reference(eClaims Organization Profile) Responsible practitioner
... payment SΣ 1..1 Reference(PaymentReconciliation) Payment reference
... paymentDate S 1..1 date Payment or clearing date
... payee S 1..1 Reference(eClaims Organization Profile) Party being paid
... recipient SΣ 1..1 Reference(eClaims Organization Profile) Party being notified
... amount SΣ 1..1 Money Monetary amount of the payment
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... value SΣ 1..1 decimal Numerical value (with implicit precision)
.... currency SΣ 1..1 code ISO 4217 Currency Code
Binding: Currencies (required): A code indicating the currency, taken from ISO 4217.
... paymentStatus S 1..1 CodeableConcept Issued or cleared Status of the payment
Binding: PaymentStatusCodes (required)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ 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
..... system SΣ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code SΣ 1..1 code Symbol in syntax defined by the system
..... display SΣ 1..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text SΣ 0..1 string Plain text representation of the concept

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PaymentNotice.meta.security Base extensible SecurityLabels 📍4.0.1 FHIR Std.
PaymentNotice.meta.tag Base example Common Tags 📍4.0.1 FHIR Std.
PaymentNotice.language Base preferred Common Languages 📍4.0.1 FHIR Std.
PaymentNotice.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
PaymentNotice.identifier.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
PaymentNotice.status Base required Financial Resource Status Codes 📦4.0.1 FHIR Std.
PaymentNotice.amount.​currency Base required CurrencyCode 📍4.0.1 FHIR Std.
PaymentNotice.paymentStatus Base required Payment Status Codes 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error PaymentNotice If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error PaymentNotice If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error PaymentNotice If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error PaymentNotice If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice PaymentNotice A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from PaymentNotice

Summary

Mandatory: 16 elements
Must-Support: 22 elements

Structures

This structure refers to these other structures:

 

Other representations of profile: CSV, Excel, Schematron