FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | PractitionerRole |
| Id | UKCore-PractitionerRole-GeneralPractitioner-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "PractitionerRole",
"id": "UKCore-PractitionerRole-GeneralPractitioner-Example",
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
"value": "100334993514"
}
],
"practitioner": {
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
},
"organization": {
"reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "62247001",
"display": "General practitioner"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
"code": "600",
"display": "General Medical Practice"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 6323200",
"use": "work"
}
]
}