Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
PractitionerRole-JamesTaylorKingstonPathology-Example
Example of a PractitionerRole resource linking Practitioner and Organization identifiers and indicating preferred reporting address.
PractitionerRole |
id : PractitionerRole-JamesTaylorKingstonPathology-Example |
practitioner |
identifier |
system : https://fhir.nhs.uk/Id/sds-user-id |
value : 9999999998 |
display : Dr. James Taylor |
organization |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RAX01 |
display : Kingston Hospital NHS Foundation Trust |
specialty |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode |
code : 820 |
display : General Pathology |
telecom |
system : phone |
value : 02085467711 |
telecom |
system : email |
value : pathologyseckingston@nhs.net |
extension |
url : http://hl7.org/fhir/StructureDefinition/contactpoint-comment |
value : reporting |
telecom |
system : email |
value : respiratorykingston@nhs.net |
extension |
url : http://hl7.org/fhir/StructureDefinition/contactpoint-comment |
value : reporting |
{ "resourceType": "PractitionerRole", "id": "PractitionerRole-JamesTaylorKingstonPathology-Example", "practitioner": { "identifier": { "system": "https://fhir.nhs.uk/Id/sds-user-id", "value": "9999999998" }, "display": "Dr. James Taylor" }, "organization": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RAX01" }, "display": "Kingston Hospital NHS Foundation Trust" }, "specialty": [ { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode", "code": "820", "display": "General Pathology" } ] } ], "telecom": [ { "system": "phone", "value": "02085467711" }, { "system": "email", "value": "pathologyseckingston@nhs.net", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment", "valueString": "reporting" } ] }, { "system": "email", "value": "respiratorykingston@nhs.net", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment", "valueString": "reporting" } ] } ] }
<PractitionerRole xmlns="http://hl7.org/fhir"> <id value="PractitionerRole-JamesTaylorKingstonPathology-Example" /> <practitioner> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="9999999998" /> </identifier> <display value="Dr. James Taylor" /> </practitioner> <organization> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RAX01" /> </identifier> <display value="Kingston Hospital NHS Foundation Trust" /> </organization> <specialty> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> <code value="820" /> <display value="General Pathology" /> </coding> </specialty> <telecom> <system value="phone" /> <value value="02085467711" /> </telecom> <telecom> <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment"> <valueString value="reporting" /> </extension> <system value="email" /> <value value="pathologyseckingston@nhs.net" /> </telecom> <telecom> <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment"> <valueString value="reporting" /> </extension> <system value="email" /> <value value="respiratorykingston@nhs.net" /> </telecom> </PractitionerRole>