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