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

FHIR IG analytics

Packagepcr.r4.1-1-0-pkg
Resource TypeParameters
Idpatient-matchreq-parameters-example.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": "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
    }
  ]
}