FHIR IG analytics| Package | pcr.r4.1-1-0-pkg |
| Resource Type | Parameters |
| Id | patient-matchreq-parameters-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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
}
]
}