FHIR IG analytics| Package | uk.nhsdigital.r4.test |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-pass.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "PractitionerRole",
"id": "6dc16793-61c2-44b8-8d0f-f872101c016e",
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
"value": "125686540025"
}
],
"practitioner": {
"identifier": {
"system": "https://fhir.hl7.org.uk/Id/gmp-number",
"value": "G1234567"
},
"display": "Dr Razia Ali"
},
"organization": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "M85011"
},
"display": "THE SWAN MEDICAL CENTRE"
},
"code": [
{
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/NHSDigital-SDS-JobRoleCode",
"code": "R0260"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
"code": "100",
"display": "GENERAL SURGERY"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "01234567890",
"use": "work"
}
]
}