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

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

: ExampleSearchByPatient - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="ExampleSearchByPatient"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/davinci-pr/StructureDefinition/searchByPatientParameters"/>
  </meta>
  <parameter>
    <name value="TIN"/>
    <valueString value="123456"/>
  </parameter>
  <parameter>
    <name value="DateOfService"/>
    <valuePeriod>
      <start value="2024-01-01"/>
      <end value="2024-01-31"/>
    </valuePeriod>
  </parameter>
  <parameter>
    <name value="Patient"/>
    <part>
      <name value="PatientID"/>
      <valueString value="23456"/>
    </part>
    <part>
      <name value="DateOfBirth"/>
      <valueDate value="1970-11-27"/>
    </part>
  </parameter>
</Parameters>