FHIR IG analytics| Package | hl7.fhir.uv.smart-scheduling-links |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-ad23d8f2-b88e-48af-ae96-e36f5a5fbd43.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole ad23d8f2-b88e-48af-ae96-e36f5a5fbd43
Language: en
Profile: PractitionerRole
identifier: https://healthsystem.example.com/practitioner-role-directory/ROLE-12345, United States National Provider Identifier/1234567890
active: true
period: 2020-01-01 --> (ongoing)
practitioner: Dr. John Robert Smith
organization: Berkshire Family Medicine
code: Physician
specialty: General medicine
location: OpenClinTech Primary Clinic
telecom: ph: 413-555-0123, appointments@berkshirefamilymedicine.example.com
{
"resourceType": "PractitionerRole",
"id": "ad23d8f2-b88e-48af-ae96-e36f5a5fbd43",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-practitionerRole"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://healthsystem.example.com/practitioner-role-directory",
"value": "ROLE-12345"
},
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567890"
}
],
"active": true,
"period": {
"start": "2020-01-01"
},
"practitioner": {
"reference": "Practitioner/fd3c7a99-bb59-4fef-9f79-88d1f7275ca6",
"display": "Dr. John Robert Smith"
},
"organization": {
"reference": "Organization/c3453010-d1ae-4180-937e-86cc11292693",
"display": "Berkshire Family Medicine"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "309343006",
"display": "Physician"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394802001",
"display": "General medicine"
}
]
}
],
"location": [
{
"reference": "Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af",
"display": "OpenClinTech Primary Clinic"
}
],
"telecom": [
{
"system": "phone",
"value": "413-555-0123"
},
{
"system": "email",
"value": "appointments@berkshirefamilymedicine.example.com"
}
]
}