<Parameters xmlns="http://hl7.org/fhir">
  <id value="pcr-parameters-match-in-example" />
  <meta>
    <profile value="http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-match-in-profile-Parameters|2.0.0" />
  </meta>
  <parameter>
    <name value="patient" />
    <resource>
      <Patient>
        <meta>
          <profile value="http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-matchreq-profile-Patient|2.0.0" />
        </meta>
        <name>
          <use value="official" />
          <family value="JOHN" />
          <given value="WOODROW" />
        </name>
        <birthDate value="1955-07-01" />
        <address>
          <use value="home" />
          <type value="physical" />
          <line value="300-30 1/2 MAIN ST W" />
          <city value="BELLEVILLE" />
          <state value="ON" />
          <postalCode value="K5K2T7" />
          <country value="CAN" />
        </address>
      </Patient>
    </resource>
  </parameter>
  <parameter>
    <name value="count" />
    <valueInteger value="1" />
  </parameter>
</Parameters>