Da Vinci Postable Remittance, published by HL7 International / Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pr/ and changes regularly. 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" : "123485858"
},
{
"name" : "PaymentInfo",
"part" : [
{
"name" : "PaymentIssueDate",
"valuePeriod" : {
"start" : "2023-11-01",
"end" : "2023-11-15"
}
},
{
"name" : "PaymentNumber",
"valueString" : "A123858"
},
{
"name" : "PaymentAmount",
"part" : [
{
"name" : "PaymentAmountLow",
"valueMoney" : {
"value" : 10,
"currency" : "USD"
}
},
{
"name" : "PaymentAmountHigh",
"valueMoney" : {
"value" : 40,
"currency" : "USD"
}
}
]
}
]
},
{
"name" : "PayerID",
"valueString" : "52415"
}
]
}