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-LoisLaneKingstonClinicalGenetics-Example
Example of a PractitionerRole resource linking Practitioner and Organization identifiers and indicating preferred reporting address.
PractitionerRole |
id : PractitionerRole-LoisLaneKingstonClinicalGenetics-Example |
practitioner |
identifier |
system : https://fhir.nhs.uk/Id/sds-user-id |
value : 9999999998 |
display : Dr. Lois Lane |
organization |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RAX |
display : Kingston Hospital NHS Foundation Trust |
specialty |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode |
code : 311 |
display : Clinical Genetics |
telecom |
system : phone |
value : 02068457781 |
telecom |
system : email |
value : lois.lane1@nhs.net |
telecom |
system : email |
value : clinicalgeneticskingston@nhs.net |
extension |
url : http://hl7.org/fhir/StructureDefinition/contactpoint-comment |
value : reporting |
telecom |
system : email |
value : fetalmedicinekingston@nhs.net |
extension |
url : http://hl7.org/fhir/StructureDefinition/contactpoint-comment |
value : reporting |
telecom |
system : email |
value : gptestpracticekingston@nhs.net |
extension |
url : http://hl7.org/fhir/StructureDefinition/contactpoint-comment |
value : reporting |
{ "resourceType": "PractitionerRole", "id": "PractitionerRole-LoisLaneKingstonClinicalGenetics-Example", "practitioner": { "identifier": { "system": "https://fhir.nhs.uk/Id/sds-user-id", "value": "9999999998" }, "display": "Dr. Lois Lane" }, "organization": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RAX" }, "display": "Kingston Hospital NHS Foundation Trust" }, "specialty": [ { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode", "code": "311", "display": "Clinical Genetics" } ] } ], "telecom": [ { "system": "phone", "value": "02068457781" }, { "system": "email", "value": "lois.lane1@nhs.net" }, { "system": "email", "value": "clinicalgeneticskingston@nhs.net", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment", "valueString": "reporting" } ] }, { "system": "email", "value": "fetalmedicinekingston@nhs.net", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment", "valueString": "reporting" } ] }, { "system": "email", "value": "gptestpracticekingston@nhs.net", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment", "valueString": "reporting" } ] } ] }
<PractitionerRole xmlns="http://hl7.org/fhir"> <id value="PractitionerRole-LoisLaneKingstonClinicalGenetics-Example" /> <practitioner> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="9999999998" /> </identifier> <display value="Dr. Lois Lane" /> </practitioner> <organization> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RAX" /> </identifier> <display value="Kingston Hospital NHS Foundation Trust" /> </organization> <specialty> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> <code value="311" /> <display value="Clinical Genetics" /> </coding> </specialty> <telecom> <system value="phone" /> <value value="02068457781" /> </telecom> <telecom> <system value="email" /> <value value="lois.lane1@nhs.net" /> </telecom> <telecom> <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment"> <valueString value="reporting" /> </extension> <system value="email" /> <value value="clinicalgeneticskingston@nhs.net" /> </telecom> <telecom> <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment"> <valueString value="reporting" /> </extension> <system value="email" /> <value value="fetalmedicinekingston@nhs.net" /> </telecom> <telecom> <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment"> <valueString value="reporting" /> </extension> <system value="email" /> <value value="gptestpracticekingston@nhs.net" /> </telecom> </PractitionerRole>