FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-DrHibbert-pcp.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole DrHibbert-pcp
active: true
practitioner: Practitioner Dr. Julius Hibbert
organization: Organization Springfield Medical Center
code: Primary care physician
{
"resourceType": "PractitionerRole",
"id": "DrHibbert-pcp",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/DrHibbert"
},
"organization": {
"reference": "Organization/SpringfieldMedicalCenter"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "446050000",
"display": "Primary care physician"
}
]
}
]
}