WARNING
This guidance is under active development by NHS England and content may be added or updated on a regular basis.Practitioner-Consultant-Example
Important: This page is under development by NHS England
Tree View
Practitioner |
id : Healthcare-Worker-Practitioner-Consultant-Example |
identifier |
system : https://fhir.nhs.uk/Id/sds-user-id |
value : 3415870202 |
identifier |
use : usual |
system : https://fhir.hl7.org.uk/Id/gmc-number |
value : C4428981 |
active : False |
name |
use : official |
family : Edwards |
given : Thomas |
prefix : Dr |
Table View
Practitioner.id[0] | Healthcare-Worker-Practitioner-Consultant-Example |
Practitioner.identifier[0].system[0] | https://fhir.nhs.uk/Id/sds-user-id |
Practitioner.identifier[0].value[0] | 3415870202 |
Practitioner.identifier[1].use[0] | usual |
Practitioner.identifier[1].system[0] | https://fhir.hl7.org.uk/Id/gmc-number |
Practitioner.identifier[1].value[0] | C4428981 |
Practitioner.active[0] | False |
Practitioner.name[0].use[0] | official |
Practitioner.name[0].family[0] | Edwards |
Practitioner.name[0].given[0] | Thomas |
Practitioner.name[0].prefix[0] | Dr |
XML View
<Practitioner xmlns="http://hl7.org/fhir"> <id value="Healthcare-Worker-Practitioner-Consultant-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="3415870202" /> </identifier> <identifier> <use value="usual" /> <system value="https://fhir.hl7.org.uk/Id/gmc-number" /> <value value="C4428981" /> </identifier> <active value="false" /> <name> <use value="official" /> <family value="Edwards" /> <given value="Thomas" /> <prefix value="Dr" /> </name> </Practitioner>
JSON View
{ "resourceType": "Practitioner", "id": "Healthcare-Worker-Practitioner-Consultant-Example", "identifier": [ { "system": "https://fhir.nhs.uk/Id/sds-user-id", "value": "3415870202" }, { "use": "usual", "system": "https://fhir.hl7.org.uk/Id/gmc-number", "value": "C4428981" } ], "active": false, "name": [ { "use": "official", "family": "Edwards", "given": [ "Thomas" ], "prefix": [ "Dr" ] } ] }
Practitioner-GP-Example
Important: This page is under development by NHS England
Tree View
Practitioner |
id : Healthcare-Worker-Practitioner-GP-Example |
identifier |
system : https://fhir.nhs.uk/Id/sds-user-id |
value : 3415870201 |
identifier |
use : usual |
system : https://fhir.hl7.org.uk/Id/gmp-number |
value : G1234567 |
active : True |
name |
use : official |
family : ALI |
given : RAZIA |
prefix : Dr |
Table View
Practitioner.id[0] | Healthcare-Worker-Practitioner-GP-Example |
Practitioner.identifier[0].system[0] | https://fhir.nhs.uk/Id/sds-user-id |
Practitioner.identifier[0].value[0] | 3415870201 |
Practitioner.identifier[1].use[0] | usual |
Practitioner.identifier[1].system[0] | https://fhir.hl7.org.uk/Id/gmp-number |
Practitioner.identifier[1].value[0] | G1234567 |
Practitioner.active[0] | True |
Practitioner.name[0].use[0] | official |
Practitioner.name[0].family[0] | ALI |
Practitioner.name[0].given[0] | RAZIA |
Practitioner.name[0].prefix[0] | Dr |
XML View
<Practitioner xmlns="http://hl7.org/fhir"> <id value="Healthcare-Worker-Practitioner-GP-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="3415870201" /> </identifier> <identifier> <use value="usual" /> <system value="https://fhir.hl7.org.uk/Id/gmp-number" /> <value value="G1234567" /> </identifier> <active value="true" /> <name> <use value="official" /> <family value="ALI" /> <given value="RAZIA" /> <prefix value="Dr" /> </name> </Practitioner>
JSON View
{ "resourceType": "Practitioner", "id": "Healthcare-Worker-Practitioner-GP-Example", "identifier": [ { "system": "https://fhir.nhs.uk/Id/sds-user-id", "value": "3415870201" }, { "use": "usual", "system": "https://fhir.hl7.org.uk/Id/gmp-number", "value": "G1234567" } ], "active": true, "name": [ { "use": "official", "family": "ALI", "given": [ "RAZIA" ], "prefix": [ "Dr" ] } ] }
PractitionerRole-Consultant-Example
Important: This page is under development by NHS England
Tree View
PractitionerRole |
id : Healthcare-Worker-PractitionerRole-Consultant-Example |
identifier |
system : https://fhir.nhs.uk/Id/sds-role-profile-id |
value : 454567759542 |
active : True |
period |
start : 2024-09-30 |
practitioner |
reference : https://directoryservice.example.nhs.uk/FHIR/R4/Practitioner/3415870202 |
identifier |
system : https://fhir.hl7.org.uk/Id/gmc-number |
value : C4428981 |
display : Dr Thomas Edwards |
organization |
reference : https://directoryservice.example.nhs.uk/FHIR/R4/Organization/RBA |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RBA |
display : TAUNTON AND SOMERSET NHS FOUNDATION TRUST |
code |
coding |
system : https://fhir.nhs.uk/England/CodeSystem/England-JobRoleCode |
code : 01005 |
code |
coding |
system : https://fhir.nhs.uk/England/CodeSystem/England-SDSJobRoleName |
code : R0620 |
Table View
PractitionerRole.id[0] | Healthcare-Worker-PractitionerRole-Consultant-Example |
PractitionerRole.identifier[0].system[0] | https://fhir.nhs.uk/Id/sds-role-profile-id |
PractitionerRole.identifier[0].value[0] | 454567759542 |
PractitionerRole.active[0] | True |
PractitionerRole.period[0].start[0] | 2024-09-30 |
PractitionerRole.practitioner[0].reference[0] | https://directoryservice.example.nhs.uk/FHIR/R4/Practitioner/3415870202 |
PractitionerRole.practitioner[0].identifier[0].system[0] | https://fhir.hl7.org.uk/Id/gmc-number |
PractitionerRole.practitioner[0].identifier[0].value[0] | C4428981 |
PractitionerRole.practitioner[0].display[0] | Dr Thomas Edwards |
PractitionerRole.organization[0].reference[0] | https://directoryservice.example.nhs.uk/FHIR/R4/Organization/RBA |
PractitionerRole.organization[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-organization-code |
PractitionerRole.organization[0].identifier[0].value[0] | RBA |
PractitionerRole.organization[0].display[0] | TAUNTON AND SOMERSET NHS FOUNDATION TRUST |
PractitionerRole.code[0].coding[0].system[0] | https://fhir.nhs.uk/England/CodeSystem/England-JobRoleCode |
PractitionerRole.code[0].coding[0].code[0] | 01005 |
PractitionerRole.code[1].coding[0].system[0] | https://fhir.nhs.uk/England/CodeSystem/England-SDSJobRoleName |
PractitionerRole.code[1].coding[0].code[0] | R0620 |
XML View
<PractitionerRole xmlns="http://hl7.org/fhir"> <id value="Healthcare-Worker-PractitionerRole-Consultant-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/sds-role-profile-id" /> <value value="454567759542" /> </identifier> <active value="true" /> <period> <start value="2024-09-30" /> </period> <practitioner> <reference value="https://directoryservice.example.nhs.uk/FHIR/R4/Practitioner/3415870202" /> <identifier> <system value="https://fhir.hl7.org.uk/Id/gmc-number" /> <value value="C4428981" /> </identifier> <display value="Dr Thomas Edwards" /> </practitioner> <organization> <reference value="https://directoryservice.example.nhs.uk/FHIR/R4/Organization/RBA" /> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RBA" /> </identifier> <display value="TAUNTON AND SOMERSET NHS FOUNDATION TRUST" /> </organization> <code> <coding> <system value="https://fhir.nhs.uk/England/CodeSystem/England-JobRoleCode" /> <code value="01005" /> </coding> </code> <code> <coding> <system value="https://fhir.nhs.uk/England/CodeSystem/England-SDSJobRoleName" /> <code value="R0620" /> </coding> </code> </PractitionerRole>
JSON View
{ "resourceType": "PractitionerRole", "id": "Healthcare-Worker-PractitionerRole-Consultant-Example", "identifier": [ { "system": "https://fhir.nhs.uk/Id/sds-role-profile-id", "value": "454567759542" } ], "active": true, "period": { "start": "2024-09-30" }, "practitioner": { "reference": "https://directoryservice.example.nhs.uk/FHIR/R4/Practitioner/3415870202", "identifier": { "system": "https://fhir.hl7.org.uk/Id/gmc-number", "value": "C4428981" }, "display": "Dr Thomas Edwards" }, "organization": { "reference": "https://directoryservice.example.nhs.uk/FHIR/R4/Organization/RBA", "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RBA" }, "display": "TAUNTON AND SOMERSET NHS FOUNDATION TRUST" }, "code": [ { "coding": [ { "system": "https://fhir.nhs.uk/England/CodeSystem/England-JobRoleCode", "code": "01005" } ] }, { "coding": [ { "system": "https://fhir.nhs.uk/England/CodeSystem/England-SDSJobRoleName", "code": "R0620" } ] } ] }
PractitionerRole-GP-Example
Important: This page is under development by NHS England
Tree View
PractitionerRole |
id : Healthcare-Worker-PractitionerRole-GP-Example |
identifier |
system : https://fhir.nhs.uk/Id/sds-role-profile-id |
value : 125686540025 |
active : True |
period |
start : 2024-09-30 |
practitioner |
reference : https://directoryservice.example.nhs.uk/FHIR/R4/Practitioner/3415870201 |
identifier |
system : https://fhir.hl7.org.uk/Id/gmp-number |
value : G1234567 |
display : Dr Razia Ali |
organization |
reference : https://directoryservice.example.nhs.uk/FHIR/R4/Organization/M85011 |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : M85011 |
display : THE SWAN MEDICAL CENTRE |
code |
coding |
system : https://fhir.nhs.uk/England/CodeSystem/England-JobRoleCode |
code : 01025 |
code |
coding |
system : https://fhir.nhs.uk/England/CodeSystem/England-SDSJobRoleName |
code : R0260 |
Table View
PractitionerRole.id[0] | Healthcare-Worker-PractitionerRole-GP-Example |
PractitionerRole.identifier[0].system[0] | https://fhir.nhs.uk/Id/sds-role-profile-id |
PractitionerRole.identifier[0].value[0] | 125686540025 |
PractitionerRole.active[0] | True |
PractitionerRole.period[0].start[0] | 2024-09-30 |
PractitionerRole.practitioner[0].reference[0] | https://directoryservice.example.nhs.uk/FHIR/R4/Practitioner/3415870201 |
PractitionerRole.practitioner[0].identifier[0].system[0] | https://fhir.hl7.org.uk/Id/gmp-number |
PractitionerRole.practitioner[0].identifier[0].value[0] | G1234567 |
PractitionerRole.practitioner[0].display[0] | Dr Razia Ali |
PractitionerRole.organization[0].reference[0] | https://directoryservice.example.nhs.uk/FHIR/R4/Organization/M85011 |
PractitionerRole.organization[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-organization-code |
PractitionerRole.organization[0].identifier[0].value[0] | M85011 |
PractitionerRole.organization[0].display[0] | THE SWAN MEDICAL CENTRE |
PractitionerRole.code[0].coding[0].system[0] | https://fhir.nhs.uk/England/CodeSystem/England-JobRoleCode |
PractitionerRole.code[0].coding[0].code[0] | 01025 |
PractitionerRole.code[1].coding[0].system[0] | https://fhir.nhs.uk/England/CodeSystem/England-SDSJobRoleName |
PractitionerRole.code[1].coding[0].code[0] | R0260 |
XML View
<PractitionerRole xmlns="http://hl7.org/fhir"> <id value="Healthcare-Worker-PractitionerRole-GP-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/sds-role-profile-id" /> <value value="125686540025" /> </identifier> <active value="true" /> <period> <start value="2024-09-30" /> </period> <practitioner> <reference value="https://directoryservice.example.nhs.uk/FHIR/R4/Practitioner/3415870201" /> <identifier> <system value="https://fhir.hl7.org.uk/Id/gmp-number" /> <value value="G1234567" /> </identifier> <display value="Dr Razia Ali" /> </practitioner> <organization> <reference value="https://directoryservice.example.nhs.uk/FHIR/R4/Organization/M85011" /> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="M85011" /> </identifier> <display value="THE SWAN MEDICAL CENTRE" /> </organization> <code> <coding> <system value="https://fhir.nhs.uk/England/CodeSystem/England-JobRoleCode" /> <code value="01025" /> </coding> </code> <code> <coding> <system value="https://fhir.nhs.uk/England/CodeSystem/England-SDSJobRoleName" /> <code value="R0260" /> </coding> </code> </PractitionerRole>
JSON View
{ "resourceType": "PractitionerRole", "id": "Healthcare-Worker-PractitionerRole-GP-Example", "identifier": [ { "system": "https://fhir.nhs.uk/Id/sds-role-profile-id", "value": "125686540025" } ], "active": true, "period": { "start": "2024-09-30" }, "practitioner": { "reference": "https://directoryservice.example.nhs.uk/FHIR/R4/Practitioner/3415870201", "identifier": { "system": "https://fhir.hl7.org.uk/Id/gmp-number", "value": "G1234567" }, "display": "Dr Razia Ali" }, "organization": { "reference": "https://directoryservice.example.nhs.uk/FHIR/R4/Organization/M85011", "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "M85011" }, "display": "THE SWAN MEDICAL CENTRE" }, "code": [ { "coding": [ { "system": "https://fhir.nhs.uk/England/CodeSystem/England-JobRoleCode", "code": "01025" } ] }, { "coding": [ { "system": "https://fhir.nhs.uk/England/CodeSystem/England-SDSJobRoleName", "code": "R0260" } ] } ] }
Bundle-Search-Practitioner-Example
Important: This page is under development by NHS England
Tree View
Bundle |
id : Healthcare-Worker-Bundle-Search-Practitioner-Example |
type : searchset |
total : 1 |
link |
relation : self |
url : https://directoryservices.example.nhs.uk/FHIR/R4/Practitioner?identifier=https://fhir.nhs.uk/Id/sds-user-id|3415870201 |
entry |
fullUrl : https://directoryservices.example.nhs.uk/FHIR/R4/Practitioner/Healthcare-Worker-Practitioner-GP-Example |
resource |
id : Healthcare-Worker-Practitioner-GP-Example |
identifier |
system : https://fhir.nhs.uk/Id/sds-user-id |
value : 3415870201 |
identifier |
use : usual |
system : https://fhir.hl7.org.uk/Id/gmp-number |
value : G1234567 |
active : True |
name |
use : official |
family : ALI |
given : RAZIA |
prefix : Dr |
search |
mode : match |
Table View
Bundle.id[0] | Healthcare-Worker-Bundle-Search-Practitioner-Example |
Bundle.type[0] | searchset |
Bundle.total[0] | 1 |
Bundle.link[0].relation[0] | self |
Bundle.link[0].url[0] | https://directoryservices.example.nhs.uk/FHIR/R4/Practitioner?identifier=https://fhir.nhs.uk/Id/sds-user-id|3415870201 |
Bundle.entry[0].fullUrl[0] | https://directoryservices.example.nhs.uk/FHIR/R4/Practitioner/Healthcare-Worker-Practitioner-GP-Example |
Bundle.entry[0].resource[0].id[0] | Healthcare-Worker-Practitioner-GP-Example |
Bundle.entry[0].resource[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/sds-user-id |
Bundle.entry[0].resource[0].identifier[0].value[0] | 3415870201 |
Bundle.entry[0].resource[0].identifier[1].use[0] | usual |
Bundle.entry[0].resource[0].identifier[1].system[0] | https://fhir.hl7.org.uk/Id/gmp-number |
Bundle.entry[0].resource[0].identifier[1].value[0] | G1234567 |
Bundle.entry[0].resource[0].active[0] | True |
Bundle.entry[0].resource[0].name[0].use[0] | official |
Bundle.entry[0].resource[0].name[0].family[0] | ALI |
Bundle.entry[0].resource[0].name[0].given[0] | RAZIA |
Bundle.entry[0].resource[0].name[0].prefix[0] | Dr |
Bundle.entry[0].search[0].mode[0] | match |
XML View
<Bundle xmlns="http://hl7.org/fhir"> <id value="Healthcare-Worker-Bundle-Search-Practitioner-Example" /> <type value="searchset" /> <total value="1" /> <link> <relation value="self" /> <url value="https://directoryservices.example.nhs.uk/FHIR/R4/Practitioner?identifier=https://fhir.nhs.uk/Id/sds-user-id|3415870201" /> </link> <entry> <fullUrl value="https://directoryservices.example.nhs.uk/FHIR/R4/Practitioner/Healthcare-Worker-Practitioner-GP-Example" /> <resource> <Practitioner> <id value="Healthcare-Worker-Practitioner-GP-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="3415870201" /> </identifier> <identifier> <use value="usual" /> <system value="https://fhir.hl7.org.uk/Id/gmp-number" /> <value value="G1234567" /> </identifier> <active value="true" /> <name> <use value="official" /> <family value="ALI" /> <given value="RAZIA" /> <prefix value="Dr" /> </name> </Practitioner> </resource> <search> <mode value="match" /> </search> </entry> </Bundle>
JSON View
{ "resourceType": "Bundle", "id": "Healthcare-Worker-Bundle-Search-Practitioner-Example", "type": "searchset", "total": 1, "link": [ { "relation": "self", "url": "https://directoryservices.example.nhs.uk/FHIR/R4/Practitioner?identifier=https://fhir.nhs.uk/Id/sds-user-id|3415870201" } ], "entry": [ { "fullUrl": "https://directoryservices.example.nhs.uk/FHIR/R4/Practitioner/Healthcare-Worker-Practitioner-GP-Example", "resource": { "resourceType": "Practitioner", "id": "Healthcare-Worker-Practitioner-GP-Example", "identifier": [ { "system": "https://fhir.nhs.uk/Id/sds-user-id", "value": "3415870201" }, { "use": "usual", "system": "https://fhir.hl7.org.uk/Id/gmp-number", "value": "G1234567" } ], "active": true, "name": [ { "use": "official", "family": "ALI", "given": [ "RAZIA" ], "prefix": [ "Dr" ] } ] }, "search": { "mode": "match" } } ] }
Bundle-Search-PractitionerRole-Example
Important: This page is under development by NHS England
Tree View
Bundle |
id : Healthcare-Worker-Bundle-Search-PractitionerRole-Example |
type : searchset |
total : 1 |
link |
relation : self |
url : https://directoryservice.example.nhs.uk/FHIR/R4/PractitionerRole?identifier=https://fhir.nhs.uk/Id/sds-role-profile-id|454567759542 |
entry |
fullUrl : https://directoryservice.example.nhs.uk/FHIR/R4/PractitionerRole/Healthcare-Worker-PractitionerRole-Consultant-Example |
resource |
id : Healthcare-Worker-PractitionerRole-Consultant-Example |
identifier |
system : https://fhir.nhs.uk/Id/sds-role-profile-id |
value : 454567759542 |
active : True |
period |
start : 2024-09-30 |
practitioner |
reference : https://fhir.nhs.uk/England/spine/Practitioner/practitioner-consultant |
identifier |
system : https://fhir.hl7.org.uk/Id/gmc-number |
value : C4428981 |
display : Dr Thomas Edwards |
organization |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RBA |
display : TAUNTON AND SOMERSET NHS FOUNDATION TRUST |
code |
coding |
system : https://fhir.nhs.uk/England/CodeSystem/England-JobRoleCode |
code : 01005 |
code |
coding |
system : https://fhir.nhs.uk/England/CodeSystem/England-SDSJobRoleName |
code : R0620 |
search |
mode : match |
Table View
Bundle.id[0] | Healthcare-Worker-Bundle-Search-PractitionerRole-Example |
Bundle.type[0] | searchset |
Bundle.total[0] | 1 |
Bundle.link[0].relation[0] | self |
Bundle.link[0].url[0] | https://directoryservice.example.nhs.uk/FHIR/R4/PractitionerRole?identifier=https://fhir.nhs.uk/Id/sds-role-profile-id|454567759542 |
Bundle.entry[0].fullUrl[0] | https://directoryservice.example.nhs.uk/FHIR/R4/PractitionerRole/Healthcare-Worker-PractitionerRole-Consultant-Example |
Bundle.entry[0].resource[0].id[0] | Healthcare-Worker-PractitionerRole-Consultant-Example |
Bundle.entry[0].resource[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/sds-role-profile-id |
Bundle.entry[0].resource[0].identifier[0].value[0] | 454567759542 |
Bundle.entry[0].resource[0].active[0] | True |
Bundle.entry[0].resource[0].period[0].start[0] | 2024-09-30 |
Bundle.entry[0].resource[0].practitioner[0].reference[0] | https://fhir.nhs.uk/England/spine/Practitioner/practitioner-consultant |
Bundle.entry[0].resource[0].practitioner[0].identifier[0].system[0] | https://fhir.hl7.org.uk/Id/gmc-number |
Bundle.entry[0].resource[0].practitioner[0].identifier[0].value[0] | C4428981 |
Bundle.entry[0].resource[0].practitioner[0].display[0] | Dr Thomas Edwards |
Bundle.entry[0].resource[0].organization[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-organization-code |
Bundle.entry[0].resource[0].organization[0].identifier[0].value[0] | RBA |
Bundle.entry[0].resource[0].organization[0].display[0] | TAUNTON AND SOMERSET NHS FOUNDATION TRUST |
Bundle.entry[0].resource[0].code[0].coding[0].system[0] | https://fhir.nhs.uk/England/CodeSystem/England-JobRoleCode |
Bundle.entry[0].resource[0].code[0].coding[0].code[0] | 01005 |
Bundle.entry[0].resource[0].code[1].coding[0].system[0] | https://fhir.nhs.uk/England/CodeSystem/England-SDSJobRoleName |
Bundle.entry[0].resource[0].code[1].coding[0].code[0] | R0620 |
Bundle.entry[0].search[0].mode[0] | match |
XML View
<Bundle xmlns="http://hl7.org/fhir"> <id value="Healthcare-Worker-Bundle-Search-PractitionerRole-Example" /> <type value="searchset" /> <total value="1" /> <link> <relation value="self" /> <url value="https://directoryservice.example.nhs.uk/FHIR/R4/PractitionerRole?identifier=https://fhir.nhs.uk/Id/sds-role-profile-id|454567759542" /> </link> <entry> <fullUrl value="https://directoryservice.example.nhs.uk/FHIR/R4/PractitionerRole/Healthcare-Worker-PractitionerRole-Consultant-Example" /> <resource> <PractitionerRole> <id value="Healthcare-Worker-PractitionerRole-Consultant-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/sds-role-profile-id" /> <value value="454567759542" /> </identifier> <active value="true" /> <period> <start value="2024-09-30" /> </period> <practitioner> <reference value="https://fhir.nhs.uk/England/spine/Practitioner/practitioner-consultant" /> <identifier> <system value="https://fhir.hl7.org.uk/Id/gmc-number" /> <value value="C4428981" /> </identifier> <display value="Dr Thomas Edwards" /> </practitioner> <organization> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RBA" /> </identifier> <display value="TAUNTON AND SOMERSET NHS FOUNDATION TRUST" /> </organization> <code> <coding> <system value="https://fhir.nhs.uk/England/CodeSystem/England-JobRoleCode" /> <code value="01005" /> </coding> </code> <code> <coding> <system value="https://fhir.nhs.uk/England/CodeSystem/England-SDSJobRoleName" /> <code value="R0620" /> </coding> </code> </PractitionerRole> </resource> <search> <mode value="match" /> </search> </entry> </Bundle>
JSON View
{ "resourceType": "Bundle", "id": "Healthcare-Worker-Bundle-Search-PractitionerRole-Example", "type": "searchset", "total": 1, "link": [ { "relation": "self", "url": "https://directoryservice.example.nhs.uk/FHIR/R4/PractitionerRole?identifier=https://fhir.nhs.uk/Id/sds-role-profile-id|454567759542" } ], "entry": [ { "fullUrl": "https://directoryservice.example.nhs.uk/FHIR/R4/PractitionerRole/Healthcare-Worker-PractitionerRole-Consultant-Example", "resource": { "resourceType": "PractitionerRole", "id": "Healthcare-Worker-PractitionerRole-Consultant-Example", "identifier": [ { "system": "https://fhir.nhs.uk/Id/sds-role-profile-id", "value": "454567759542" } ], "active": true, "period": { "start": "2024-09-30" }, "practitioner": { "reference": "https://fhir.nhs.uk/England/spine/Practitioner/practitioner-consultant", "identifier": { "system": "https://fhir.hl7.org.uk/Id/gmc-number", "value": "C4428981" }, "display": "Dr Thomas Edwards" }, "organization": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RBA" }, "display": "TAUNTON AND SOMERSET NHS FOUNDATION TRUST" }, "code": [ { "coding": [ { "system": "https://fhir.nhs.uk/England/CodeSystem/England-JobRoleCode", "code": "01005" } ] }, { "coding": [ { "system": "https://fhir.nhs.uk/England/CodeSystem/England-SDSJobRoleName", "code": "R0620" } ] } ] }, "search": { "mode": "match" } } ] }