In the PaymentReconciliation resource for FHIR stu3 , the request attribute identifies the Claim reference
"request": {
"reference": "http://www.BenefitsInc.com/fhir/eligibility/225476332402"
}
"status": "active"
"requestOrganization": {
"reference": "Organization/1"
}
"total": {
"code": "USD",
"system": "urn:iso:std:iso:4217",
"value": 3500
}
"form": {
"coding": [
{
"code": "PAYREC/2016/01B",
"system": "http://ncforms.org/formid"
}
]
}
"created": "2014-08-16"
"request": {
"reference": "http://www.BenefitsInc.com/fhir/eligibility/225476332402"
}
"period": {
"start": "2014-08-16",
"end": "2014-08-31"
}
"detail": [
{
"payee": {
"reference": "Organization/1"
},
"request": {
"identifier": {
"system": "http://happyvalleyclinic.com/claim",
"value": "AB12345"
}
},
"date": "2014-08-16",
"amount": {
"code": "USD",
"system": "urn:iso:std:iso:4217",
"value": 1000
},
"submitter": {
"reference": "Organization/1"
},
"type": {
"coding": [
{
"code": "payment",
"system": "http://hl7.org/fhir/payment-type"
}
]
},
"response": {
"identifier": {
"system": "http://www.BenefitsInc.com/fhir/claimresponse",
"value": "CR20140815-AB12345"
}
}
},
{
"date": "2014-08-12",
"request": {
"reference": "http://www.BenefitsInc.com/fhir/oralhealthclaim/225476332699"
},
"amount": {
"code": "USD",
"system": "urn:iso:std:iso:4217",
"value": 4000
},
"type": {
"coding": [
{
"code": "payment",
"system": "http://hl7.org/fhir/payment-type"
}
]
}
},
{
"date": "2014-08-16",
"amount": {
"code": "USD",
"system": "urn:iso:std:iso:4217",
"value": -1500
},
"type": {
"coding": [
{
"code": "advance",
"system": "http://hl7.org/fhir/payment-type"
}
]
}
}
]
"identifier": [
{
"system": "http://www.BenefitsInc.com/fhir/enrollmentresponse",
"value": "781234"
}
]
"disposition": "2014 August mid-month settlement."
"requestProvider": {
"reference": "Practitioner/example"
}
"organization": {
"reference": "Organization/2"
}
"outcome": {
"coding": [
{
"code": "complete",
"system": "http://hl7.org/fhir/remittance-outcome"
}
]
}
"processNote": [
{
"text": "Due to the year end holiday the cutoff for submissions for December will be the 28th.",
"type": {
"coding": [
{
"code": "display",
"system": "http://hl7.org/fhir/note-type"
}
]
}
}
]