FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-pr
Resource TypeParameters
IdParameters-ExampleSearchByPayment.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

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