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-HazelSmithRenal-Example
Example of a PractitionerRole resource linking Practitioner and Organization identifiers and indicating preferred reporting address.
PractitionerRole |
id : PractitionerRole-HazelSmithRenal-Example |
practitioner |
identifier |
system : https://fhir.nhs.uk/Id/sds-user-id |
value : 9999999998 |
display : Dr. Hazel Smith |
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 : 361 |
display : Renal Medicine |
telecom |
system : phone |
value : 02085467711 |
telecom |
system : email |
value : Hazel.smith12@nhs.net |
telecom |
system : email |
value : renalseckingston@nhs.net |
extension |
url : http://hl7.org/fhir/StructureDefinition/contactpoint-comment |
value : reporting |
telecom |
system : email |
value : neuroseckingston@nhs.net |
extension |
url : http://hl7.org/fhir/StructureDefinition/contactpoint-comment |
value : reporting |
{ "resourceType": "PractitionerRole", "id": "PractitionerRole-HazelSmithRenal-Example", "practitioner": { "identifier": { "system": "https://fhir.nhs.uk/Id/sds-user-id", "value": "9999999998" }, "display": "Dr. Hazel Smith" }, "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": "361", "display": "Renal Medicine" } ] } ], "telecom": [ { "system": "phone", "value": "02085467711" }, { "system": "email", "value": "Hazel.smith12@nhs.net" }, { "system": "email", "value": "renalseckingston@nhs.net", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment", "valueString": "reporting" } ] }, { "system": "email", "value": "neuroseckingston@nhs.net", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment", "valueString": "reporting" } ] } ] }
<PractitionerRole xmlns="http://hl7.org/fhir"> <id value="PractitionerRole-HazelSmithRenal-Example" /> <practitioner> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="9999999998" /> </identifier> <display value="Dr. Hazel Smith" /> </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="361" /> <display value="Renal Medicine" /> </coding> </specialty> <telecom> <system value="phone" /> <value value="02085467711" /> </telecom> <telecom> <system value="email" /> <value value="Hazel.smith12@nhs.net" /> </telecom> <telecom> <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment"> <valueString value="reporting" /> </extension> <system value="email" /> <value value="renalseckingston@nhs.net" /> </telecom> <telecom> <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment"> <valueString value="reporting" /> </extension> <system value="email" /> <value value="neuroseckingston@nhs.net" /> </telecom> </PractitionerRole>