Da Vinci Postable Remittance
1.0.0 - STU 1 United States of America flag

This page is part of the DaVinci Postable Remittance FHIR Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: ExampleSearchByPayment - JSON Representation

Raw json | Download

{
  "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"
    }
  ]
}