FHIR IG analytics| Package | hl7.fhir.us.davinci-pas |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-SurgicalPractitionerRoleExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole SurgicalPractitionerRoleExample
Language: en
Profile: PAS PractitionerRole
practitioner: Practitioner SUSAN WATSON
location: Location REFERRAL CLINIC
telecom: ph: 4029993456
{
"resourceType": "PractitionerRole",
"id": "SurgicalPractitionerRoleExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-practitionerrole"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"practitioner": {
"reference": "Practitioner/ReferralPractitionerExample"
},
"location": [
{
"reference": "Location/ReferralLocationExample"
}
],
"telecom": [
{
"system": "phone",
"value": "4029993456"
}
]
}