This page is part of the DaVinci Postable Remittance FHIR Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "ExampleSearchByPayment",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/davinci-pr/StructureDefinition/searchByPaymentParameters"
]
},
"parameter" : [
{
"name" : "TIN",
"valueString" : "123456"
},
{
"name" : "PaymentInfo",
"part" : [
{
"name" : "PaymentIssueDate",
"valuePeriod" : {
"start" : "2024-06-07",
"end" : "2024-06-10"
}
},
{
"name" : "PaymentNumber",
"valueString" : "11111"
},
{
"name" : "PaymentAmount",
"part" : [
{
"name" : "PaymentAmountLow",
"valueMoney" : {
"value" : 123.45,
"currency" : "CAD"
}
},
{
"name" : "PaymentAmountHigh",
"valueMoney" : {
"value" : 223.45,
"currency" : "CAD"
}
}
]
}
]
},
{
"name" : "PayerID",
"valueString" : "54321"
}
]
}