FHIR IG analytics| Package | ca.on.phsd.r4-alpha |
| Resource Type | Parameters |
| Id | example-prac-match-req-parameter-name-city.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Parameters",
"id": "1234",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-practitioner-matchreq-profile-Parameters|1.0.0"
]
},
"parameter": [
{
"name": "Practitioner",
"resource": {
"resourceType": "Practitioner",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-practitioner-matchreq-profile-Practitioner|1.0.0"
]
},
"name": [
{
"family": "Aminu",
"given": [
"John"
]
}
],
"address": [
{
"city": "Brampton"
}
]
}
},
{
"name": "count",
"valueInteger": 5
}
]
}