FHIR IG analytics| Package | ca.on.ppr.r4 |
| Resource Type | Parameters |
| Id | example-prac-match-req-parameter-specialty.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Parameters",
"id": "42a7528b-158a-4ef9-8ee6-f46c927723e8",
"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"
]
},
"address": [
{
"city": "Toronto"
}
]
}
},
{
"name": "count",
"valueInteger": 1
},
{
"name": "PractitionerRole",
"resource": {
"resourceType": "PractitionerRole",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-practitioner-matchreq-profile-PractitionerRole|1.0.0"
]
},
"practitioner": {
"display": "filler"
},
"code": [
{
"coding": [
{
"system": "http://ehealthontario.ca/fhir/CodeSystem/ppr-health-care-provider-role-type",
"code": "MD"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419772000"
}
]
}
]
}
}
]
}