STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

13.9 Resource PaymentNotice - Content

Financial Management Work GroupMaturity Level: 1Compartments: Not linked to any defined compartments

This resource provides the status of the payment for goods and services rendered, and the request and response resource references.

13.9.1 Scope and Usage

The PaymentNotice resource indicates the resource for which the payment has been indicated and reports the current status information of that payment. The payment notice may be used by Providers and Payors to advise the Provider or Regulatory bodies of the state of a payment (cheque in the mail/EFT sent, payment cashed, payment cancelled). Employers or Insurance Exchanges may use this to advise Payors of premium payment.

Payors and /or Providers may have the need to advise Providers and/or regulators of the status of Claim settlement and payment completion. This same resource may be used by employers and insurance exchanges to advise Payors that premium payments have been issued and settled.

13.9.2 Resource Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. PaymentNotice DomainResourcePaymentNotice request
... identifier 0..*IdentifierBusiness Identifier
... status ?!Σ1..1codeactive | cancelled | draft | entered-in-error
PaymentNoticeStatus (Required)
... ruleset 0..1CodingResource version
Ruleset Codes (Example)
... originalRuleset 0..1CodingOriginal version
Ruleset Codes (Example)
... created 0..1dateTimeCreation date
... target[x] 0..1Insurer or Regulatory body
.... targetIdentifierIdentifier
.... targetReferenceReference(Organization)
... provider[x] 0..1Responsible practitioner
.... providerIdentifierIdentifier
.... providerReferenceReference(Practitioner)
... organization[x] 0..1Responsible organization
.... organizationIdentifierIdentifier
.... organizationReferenceReference(Organization)
... request[x] 0..1Request reference
.... requestIdentifierIdentifier
.... requestReferenceReference(Any)
... response[x] 0..1Response reference
.... responseIdentifierIdentifier
.... responseReferenceReference(Any)
... paymentStatus 1..1CodingStatus of the payment
Payment Status Codes (Example)
... statusDate 0..1datePayment or clearing date

doco Documentation for this format

UML Diagram (Legend)

PaymentNotice (DomainResource)The notice business identifieridentifier : Identifier [0..*]The status of the resource instance (this element modifies the meaning of other elements)status : code [1..1] « A code specifying the state of the resource instance. (Strength=Required)PaymentNoticeStatus! »The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resourcesruleset : Coding [0..1] « The static and dynamic model to which contents conform, which may be business version or standard/version. (Strength=Example)Ruleset ?? »The style (standard) and version of the original material which was converted into this resourceoriginalRuleset : Coding [0..1] « The static and dynamic model to which contents conform, which may be business version or standard/version. (Strength=Example)Ruleset ?? »The date when this resource was createdcreated : dateTime [0..1]The Insurer who is target of the requesttarget[x] : Type [0..1] « Identifier|Reference(Organization) »The practitioner who is responsible for the services rendered to the patientprovider[x] : Type [0..1] « Identifier|Reference(Practitioner) »The organization which is responsible for the services rendered to the patientorganization[x] : Type [0..1] « Identifier|Reference(Organization) »Reference of resource for which payment is being maderequest[x] : Type [0..1] « Identifier|Reference(Any) »Reference of response to resource for which payment is being maderesponse[x] : Type [0..1] « Identifier|Reference(Any) »The payment status, typically paid: payment sent, cleared: payment receivedpaymentStatus : Coding [1..1] « The payment conveyance status codes (Strength=Example)Payment Status ?? »The date when the above payment action occurrredstatusDate : date [0..1]

XML Template

<PaymentNotice xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <identifier><!-- 0..* Identifier Business Identifier --></identifier>
 <status value="[code]"/><!-- 1..1 active | cancelled | draft | entered-in-error -->
 <ruleset><!-- 0..1 Coding Resource version --></ruleset>
 <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset>
 <created value="[dateTime]"/><!-- 0..1 Creation date -->
 <target[x]><!-- 0..1 Identifier|Reference(Organization) Insurer or Regulatory body --></target[x]>
 <provider[x]><!-- 0..1 Identifier|Reference(Practitioner) Responsible practitioner --></provider[x]>
 <organization[x]><!-- 0..1 Identifier|Reference(Organization) Responsible organization --></organization[x]>
 <request[x]><!-- 0..1 Identifier|Reference(Any) Request reference --></request[x]>
 <response[x]><!-- 0..1 Identifier|Reference(Any) Response reference --></response[x]>
 <paymentStatus><!-- 1..1 Coding Status of the payment --></paymentStatus>
 <statusDate value="[date]"/><!-- 0..1 Payment or clearing date -->
</PaymentNotice>

JSON Template

{doco
  "resourceType" : "PaymentNotice",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "identifier" : [{ Identifier }], // Business Identifier
  "status" : "<code>", // R!  active | cancelled | draft | entered-in-error
  "ruleset" : { Coding }, // Resource version
  "originalRuleset" : { Coding }, // Original version
  "created" : "<dateTime>", // Creation date
  // target[x]: Insurer or Regulatory body. One of these 2:
  "targetIdentifier" : { Identifier },
  "targetReference" : { Reference(Organization) },
  // provider[x]: Responsible practitioner. One of these 2:
  "providerIdentifier" : { Identifier },
  "providerReference" : { Reference(Practitioner) },
  // organization[x]: Responsible organization. One of these 2:
  "organizationIdentifier" : { Identifier },
  "organizationReference" : { Reference(Organization) },
  // request[x]: Request reference. One of these 2:
  "requestIdentifier" : { Identifier },
  "requestReference" : { Reference(Any) },
  // response[x]: Response reference. One of these 2:
  "responseIdentifier" : { Identifier },
  "responseReference" : { Reference(Any) },
  "paymentStatus" : { Coding }, // R!  Status of the payment
  "statusDate" : "<date>" // Payment or clearing date
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:PaymentNotice;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:PaymentNotice.identifier [ Identifier ], ... ; # 0..* Business Identifier
  fhir:PaymentNotice.status [ code ]; # 1..1 active | cancelled | draft | entered-in-error
  fhir:PaymentNotice.ruleset [ Coding ]; # 0..1 Resource version
  fhir:PaymentNotice.originalRuleset [ Coding ]; # 0..1 Original version
  fhir:PaymentNotice.created [ dateTime ]; # 0..1 Creation date
  # PaymentNotice.target[x] : 0..1 Insurer or Regulatory body. One of these 2
    fhir:PaymentNotice.targetIdentifier [ Identifier ]
    fhir:PaymentNotice.targetReference [ Reference(Organization) ]
  # PaymentNotice.provider[x] : 0..1 Responsible practitioner. One of these 2
    fhir:PaymentNotice.providerIdentifier [ Identifier ]
    fhir:PaymentNotice.providerReference [ Reference(Practitioner) ]
  # PaymentNotice.organization[x] : 0..1 Responsible organization. One of these 2
    fhir:PaymentNotice.organizationIdentifier [ Identifier ]
    fhir:PaymentNotice.organizationReference [ Reference(Organization) ]
  # PaymentNotice.request[x] : 0..1 Request reference. One of these 2
    fhir:PaymentNotice.requestIdentifier [ Identifier ]
    fhir:PaymentNotice.requestReference [ Reference(Any) ]
  # PaymentNotice.response[x] : 0..1 Response reference. One of these 2
    fhir:PaymentNotice.responseIdentifier [ Identifier ]
    fhir:PaymentNotice.responseReference [ Reference(Any) ]
  fhir:PaymentNotice.paymentStatus [ Coding ]; # 1..1 Status of the payment
  fhir:PaymentNotice.statusDate [ date ]; # 0..1 Payment or clearing date
]

Changes since DSTU2

PaymentNotice
PaymentNotice.status added
PaymentNotice.target[x] Renamed from target to target[x]
Add Identifier
PaymentNotice.provider[x] Renamed from provider to provider[x]
Add Identifier
PaymentNotice.organization[x] Renamed from organization to organization[x]
Add Identifier
PaymentNotice.request[x] Renamed from request to request[x]
Add Identifier
PaymentNotice.response[x] Renamed from response to response[x]
Add Identifier
PaymentNotice.statusDate added

See the Full Difference for further information

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. PaymentNotice DomainResourcePaymentNotice request
... identifier 0..*IdentifierBusiness Identifier
... status ?!Σ1..1codeactive | cancelled | draft | entered-in-error
PaymentNoticeStatus (Required)
... ruleset 0..1CodingResource version
Ruleset Codes (Example)
... originalRuleset 0..1CodingOriginal version
Ruleset Codes (Example)
... created 0..1dateTimeCreation date
... target[x] 0..1Insurer or Regulatory body
.... targetIdentifierIdentifier
.... targetReferenceReference(Organization)
... provider[x] 0..1Responsible practitioner
.... providerIdentifierIdentifier
.... providerReferenceReference(Practitioner)
... organization[x] 0..1Responsible organization
.... organizationIdentifierIdentifier
.... organizationReferenceReference(Organization)
... request[x] 0..1Request reference
.... requestIdentifierIdentifier
.... requestReferenceReference(Any)
... response[x] 0..1Response reference
.... responseIdentifierIdentifier
.... responseReferenceReference(Any)
... paymentStatus 1..1CodingStatus of the payment
Payment Status Codes (Example)
... statusDate 0..1datePayment or clearing date

doco Documentation for this format

UML Diagram (Legend)

PaymentNotice (DomainResource)The notice business identifieridentifier : Identifier [0..*]The status of the resource instance (this element modifies the meaning of other elements)status : code [1..1] « A code specifying the state of the resource instance. (Strength=Required)PaymentNoticeStatus! »The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resourcesruleset : Coding [0..1] « The static and dynamic model to which contents conform, which may be business version or standard/version. (Strength=Example)Ruleset ?? »The style (standard) and version of the original material which was converted into this resourceoriginalRuleset : Coding [0..1] « The static and dynamic model to which contents conform, which may be business version or standard/version. (Strength=Example)Ruleset ?? »The date when this resource was createdcreated : dateTime [0..1]The Insurer who is target of the requesttarget[x] : Type [0..1] « Identifier|Reference(Organization) »The practitioner who is responsible for the services rendered to the patientprovider[x] : Type [0..1] « Identifier|Reference(Practitioner) »The organization which is responsible for the services rendered to the patientorganization[x] : Type [0..1] « Identifier|Reference(Organization) »Reference of resource for which payment is being maderequest[x] : Type [0..1] « Identifier|Reference(Any) »Reference of response to resource for which payment is being maderesponse[x] : Type [0..1] « Identifier|Reference(Any) »The payment status, typically paid: payment sent, cleared: payment receivedpaymentStatus : Coding [1..1] « The payment conveyance status codes (Strength=Example)Payment Status ?? »The date when the above payment action occurrredstatusDate : date [0..1]

XML Template

<PaymentNotice xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <identifier><!-- 0..* Identifier Business Identifier --></identifier>
 <status value="[code]"/><!-- 1..1 active | cancelled | draft | entered-in-error -->
 <ruleset><!-- 0..1 Coding Resource version --></ruleset>
 <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset>
 <created value="[dateTime]"/><!-- 0..1 Creation date -->
 <target[x]><!-- 0..1 Identifier|Reference(Organization) Insurer or Regulatory body --></target[x]>
 <provider[x]><!-- 0..1 Identifier|Reference(Practitioner) Responsible practitioner --></provider[x]>
 <organization[x]><!-- 0..1 Identifier|Reference(Organization) Responsible organization --></organization[x]>
 <request[x]><!-- 0..1 Identifier|Reference(Any) Request reference --></request[x]>
 <response[x]><!-- 0..1 Identifier|Reference(Any) Response reference --></response[x]>
 <paymentStatus><!-- 1..1 Coding Status of the payment --></paymentStatus>
 <statusDate value="[date]"/><!-- 0..1 Payment or clearing date -->
</PaymentNotice>

JSON Template

{doco
  "resourceType" : "PaymentNotice",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "identifier" : [{ Identifier }], // Business Identifier
  "status" : "<code>", // R!  active | cancelled | draft | entered-in-error
  "ruleset" : { Coding }, // Resource version
  "originalRuleset" : { Coding }, // Original version
  "created" : "<dateTime>", // Creation date
  // target[x]: Insurer or Regulatory body. One of these 2:
  "targetIdentifier" : { Identifier },
  "targetReference" : { Reference(Organization) },
  // provider[x]: Responsible practitioner. One of these 2:
  "providerIdentifier" : { Identifier },
  "providerReference" : { Reference(Practitioner) },
  // organization[x]: Responsible organization. One of these 2:
  "organizationIdentifier" : { Identifier },
  "organizationReference" : { Reference(Organization) },
  // request[x]: Request reference. One of these 2:
  "requestIdentifier" : { Identifier },
  "requestReference" : { Reference(Any) },
  // response[x]: Response reference. One of these 2:
  "responseIdentifier" : { Identifier },
  "responseReference" : { Reference(Any) },
  "paymentStatus" : { Coding }, // R!  Status of the payment
  "statusDate" : "<date>" // Payment or clearing date
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:PaymentNotice;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:PaymentNotice.identifier [ Identifier ], ... ; # 0..* Business Identifier
  fhir:PaymentNotice.status [ code ]; # 1..1 active | cancelled | draft | entered-in-error
  fhir:PaymentNotice.ruleset [ Coding ]; # 0..1 Resource version
  fhir:PaymentNotice.originalRuleset [ Coding ]; # 0..1 Original version
  fhir:PaymentNotice.created [ dateTime ]; # 0..1 Creation date
  # PaymentNotice.target[x] : 0..1 Insurer or Regulatory body. One of these 2
    fhir:PaymentNotice.targetIdentifier [ Identifier ]
    fhir:PaymentNotice.targetReference [ Reference(Organization) ]
  # PaymentNotice.provider[x] : 0..1 Responsible practitioner. One of these 2
    fhir:PaymentNotice.providerIdentifier [ Identifier ]
    fhir:PaymentNotice.providerReference [ Reference(Practitioner) ]
  # PaymentNotice.organization[x] : 0..1 Responsible organization. One of these 2
    fhir:PaymentNotice.organizationIdentifier [ Identifier ]
    fhir:PaymentNotice.organizationReference [ Reference(Organization) ]
  # PaymentNotice.request[x] : 0..1 Request reference. One of these 2
    fhir:PaymentNotice.requestIdentifier [ Identifier ]
    fhir:PaymentNotice.requestReference [ Reference(Any) ]
  # PaymentNotice.response[x] : 0..1 Response reference. One of these 2
    fhir:PaymentNotice.responseIdentifier [ Identifier ]
    fhir:PaymentNotice.responseReference [ Reference(Any) ]
  fhir:PaymentNotice.paymentStatus [ Coding ]; # 1..1 Status of the payment
  fhir:PaymentNotice.statusDate [ date ]; # 0..1 Payment or clearing date
]

Changes since DSTU2

PaymentNotice
PaymentNotice.status added
PaymentNotice.target[x] Renamed from target to target[x]
Add Identifier
PaymentNotice.provider[x] Renamed from provider to provider[x]
Add Identifier
PaymentNotice.organization[x] Renamed from organization to organization[x]
Add Identifier
PaymentNotice.request[x] Renamed from request to request[x]
Add Identifier
PaymentNotice.response[x] Renamed from response to response[x]
Add Identifier
PaymentNotice.statusDate added

See the Full Difference for further information

 

Alternate definitions: Master Definition (XML, JSON), XML Schema/Schematron (for ) + JSON Schema, ShEx (for Turtle)

13.9.2.1 Terminology Bindings

PathDefinitionTypeReference
PaymentNotice.status A code specifying the state of the resource instance.RequiredPaymentNoticeStatus
PaymentNotice.ruleset
PaymentNotice.originalRuleset
The static and dynamic model to which contents conform, which may be business version or standard/version.ExampleRuleset Codes
PaymentNotice.paymentStatus The payment conveyance status codesExamplePayment Status Codes

13.9.3 Search Parameters

Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionPaths
createddateCreation date fro the noticePaymentNotice.created
identifiertokenThe business identifier of the noticePaymentNotice.identifier
organization-identifiertokenThe organization who generated this resourcePaymentNotice.organizationIdentifier
organization-referencereferenceThe organization who generated this resourcePaymentNotice.organizationReference
(Organization)
payment-statustokenThe type of payment noticePaymentNotice.paymentStatus
provider-identifiertokenThe reference to the providerPaymentNotice.providerIdentifier
provider-referencereferenceThe reference to the providerPaymentNotice.providerReference
(Practitioner)
request-identifiertokenThe ClaimPaymentNotice.requestIdentifier
request-referencereferenceThe ClaimPaymentNotice.requestReference
(Any)
response-identifiertokenThe ClaimResponsePaymentNotice.responseIdentifier
response-referencereferenceThe ClaimResponsePaymentNotice.responseReference
(Any)
statusdatedateThe date of the payment actionPaymentNotice.statusDate