FHIR IG analytics| Package | ca.on.oh-cms |
| Resource Type | Practitioner |
| Id | Practitioner-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Practitioner",
"id": "example-cms-practitioner",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Practitioner|1.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "RRI"
}
],
"text": "eHealth PPR UPI"
},
"system": "http://ehealthontario.ca/fhir/NamingSystem/upi",
"value": "24"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "LN"
}
],
"text": "Ontario Medical License Number"
},
"system": "http://infoway-inforoute.ca/fhir/NamingSystem/ca-on-license-physician",
"value": "24"
},
{
"system": "http://ehealthontario.ca/fhir/NamingSystem/identity-provider-oneid",
"value": "test1.oaugthpartner@oneid.on.ca"
}
],
"name": [
{
"use": "official",
"family": "FeelGood",
"given": [
"Joseph"
],
"prefix": "Dr.",
"suffix": [
"III",
"PhD",
"MD"
]
}
],
"telecom": [
{
"system": "email",
"value": "joseph.jfeelgood@oneid.on.ca",
"use": "work"
},
{
"system": "phone",
"value": "647.742.5041",
"use": "home"
},
{
"system": "phone",
"value": "905.638.2345",
"use": "work"
}
],
"address": [
{
"line": [
"514 Bay Street"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M1X 2B6"
}
],
"gender": "male",
"birthDate": "1975-07-30"
}