FHIR IG analytics| Package | ca.infoway.io.psca |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-practitionerrole1-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "practitionerrole1-example"
identifier: id: 874635264
practitioner: Practitioner/practitioner1-example: Patrick Pump " PUMP"
organization: Organization/organization1-example "XYZ Organization"
code: Medical Doctor (pan-Canadian Provider Types#MD)
telecom: ph: (03) 5555 6473(WORK), patrick.pump@example.org
{
"resourceType": "PractitionerRole",
"id": "practitionerrole1-example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.org/practitioners",
"value": "874635264"
}
],
"practitioner": {
"reference": "Practitioner/practitioner1-example",
"display": "Patrick Pump"
},
"organization": {
"reference": "Organization/organization1-example"
},
"code": [
{
"coding": [
{
"system": "https://fhir.infoway-inforoute.ca/CodeSystem/scptype",
"code": "MD",
"display": "Medical Doctor"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "(03) 5555 6473",
"use": "work"
},
{
"system": "email",
"value": "patrick.pump@example.org",
"use": "work"
}
]
}