FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-Scen1RolePatel.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole
Resource PractitionerRole "Scen1RolePatel"
identifier: http://example.org/practitioner-role/PR45678
active: true
practitioner: Practitioner/Scen1PractitionerPatel: Dr. Rajesh Patel " PATEL"
organization: Organization/Scen1OrgGoodhealth: Good Health Clinic "Good Health Clinic"
code: Doctor (Practitioner role#doctor)
specialty: General Practitioner (SNOMED CT#394814009 "General practice (specialty)")
{
"resourceType": "PractitionerRole",
"id": "Scen1RolePatel",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/practitioner-role",
"value": "PR45678"
}
],
"active": true,
"practitioner": {
"reference": "Practitioner/Scen1PractitionerPatel",
"display": "Dr. Rajesh Patel"
},
"organization": {
"reference": "Organization/Scen1OrgGoodhealth",
"display": "Good Health Clinic"
},
"code": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code": "doctor",
"display": "Doctor"
}
],
"text": "Doctor"
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394814009",
"display": "General practice (specialty)"
}
],
"text": "General Practitioner"
}
]
}